aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:05:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:05:18 +0000
commit6daa38f39f92755b39a7ee3fc422b1e9526f6133 (patch)
tree959ed314f62bd57f803aef0c483f4d5661c7e539
parentc373b6bd382b70997155276386ad9910ee0be186 (diff)
downloadports-6daa38f39f92755b39a7ee3fc422b1e9526f6133.tar.gz
ports-6daa38f39f92755b39a7ee3fc422b1e9526f6133.zip
textproc/py-petl: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--textproc/py-petl/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/py-petl/Makefile b/textproc/py-petl/Makefile
index 9541543835e9..0035f56cdf5b 100644
--- a/textproc/py-petl/Makefile
+++ b/textproc/py-petl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= petl
PORTVERSION= 1.7.12
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/petl-developers/petl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= cpe python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes