aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:01 +0000
commit795afe6c3f659465db91ef9f4aa1f92aa9c96a94 (patch)
tree523e9caeabdcdfa5b54ae077620b69ae7e717af0
parent94a8a372aaa11dd82ff9151e3312d657a42ad198 (diff)
downloadports-795afe6c3f659465db91ef9f4aa1f92aa9c96a94.tar.gz
ports-795afe6c3f659465db91ef9f4aa1f92aa9c96a94.zip
devel/py-iniparse: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-iniparse/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-iniparse/Makefile b/devel/py-iniparse/Makefile
index 13c624deadc2..7289fb389cd5 100644
--- a/devel/py-iniparse/Makefile
+++ b/devel/py-iniparse/Makefile
@@ -1,5 +1,6 @@
PORTNAME= iniparse
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +14,12 @@ LICENSE_COMB= dual
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE
LICENSE_FILE_PSFL= ${WRKSRC}/LICENSE-PSF
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes