aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:19:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:48 +0000
commite869a359b8b044befa9952a4fa0f2bc8a0580948 (patch)
treebae5b1c8fdbb1930f8e2056728035f5d501846b2
parent43dafe3b8801acb4007046e6e451e016ccb93324 (diff)
downloadports-e869a359b8b044befa9952a4fa0f2bc8a0580948.tar.gz
ports-e869a359b8b044befa9952a4fa0f2bc8a0580948.zip
sysutils/s-tui: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--sysutils/s-tui/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/s-tui/Makefile b/sysutils/s-tui/Makefile
index a5eea4b68e6f..67fe5838d299 100644
--- a/sysutils/s-tui/Makefile
+++ b/sysutils/s-tui/Makefile
@@ -1,5 +1,6 @@
PORTNAME= s-tui
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
@@ -10,11 +11,13 @@ WWW= https://github.com/amanusk/s-tui
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.1:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>=2.0.1:devel/py-urwid@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils noflavors
+USE_PYTHON= autoplist noflavors pep517
NO_ARCH= yes