aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 13:59:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 13:59:10 +0000
commit0df71ff2cf0382d80ad0c17ae255b16002c1c9c4 (patch)
treed3ea97106b51f28083d15e236c6798cdbd029d51
parent4e5888c1d74ef5e79b5f78a44cdd08bbaa900c27 (diff)
downloadports-0df71ff2cf0382d80ad0c17ae255b16002c1c9c4.tar.gz
ports-0df71ff2cf0382d80ad0c17ae255b16002c1c9c4.zip
devel/py-pew: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-pew/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-pew/Makefile b/devel/py-pew/Makefile
index b6eb91aaae13..c782ca0d5eff 100644
--- a/devel/py-pew/Makefile
+++ b/devel/py-pew/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pew
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= PYPI
@@ -10,11 +11,13 @@ WWW= https://github.com/berdario/pew
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${PY_FLAVOR}
USES= python shebangfix
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes