aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:13:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:13:53 +0000
commit99cd401e8e118f071b4f74f0dfac251a5ec79366 (patch)
tree153d9b5756e4e5b7dc543f27147d52ad9b6227dd
parent1a2d1220de70c9886b0920d9696a8485a84e6314 (diff)
downloadports-99cd401e8e118f071b4f74f0dfac251a5ec79366.tar.gz
ports-99cd401e8e118f071b4f74f0dfac251a5ec79366.zip
www/py-rfc3987: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--www/py-rfc3987/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/py-rfc3987/Makefile b/www/py-rfc3987/Makefile
index 1fa0b4f0fbe3..f80869a88ff0 100644
--- a/www/py-rfc3987/Makefile
+++ b/www/py-rfc3987/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rfc3987
PORTVERSION= 1.3.8
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/dgerber/rfc3987
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes