aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:03:52 +0000
commit9d133b35ad50dacc4d1a1bcdebd5dd1a9f936696 (patch)
treed768b57071709c586ad91371a4a5a612c76c9fe1
parentc012a6a0ac12537cc1861a5f98c0e6afbe6f25ed (diff)
downloadports-9d133b35ad50dacc4d1a1bcdebd5dd1a9f936696.tar.gz
ports-9d133b35ad50dacc4d1a1bcdebd5dd1a9f936696.zip
misc/py-alive-progress: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--misc/py-alive-progress/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/py-alive-progress/Makefile b/misc/py-alive-progress/Makefile
index 52b5a2c46774..987e389f7d80 100644
--- a/misc/py-alive-progress/Makefile
+++ b/misc/py-alive-progress/Makefile
@@ -1,5 +1,6 @@
PORTNAME= alive-progress
PORTVERSION= 3.1.5
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://github.com/rsalmei/alive-progress
LICENSE= MIT
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}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes