aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:13:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:52 +0000
commiteda80b66cb9978ccc41852516f248ce0c9a6f3a5 (patch)
tree7ff657cd3b876e48ccb95fcf7daa9495acf7d695
parent864b1809595425eee6958d3772a457e17730734c (diff)
downloadports-eda80b66cb9978ccc41852516f248ce0c9a6f3a5.tar.gz
ports-eda80b66cb9978ccc41852516f248ce0c9a6f3a5.zip
devel/py-frozendict: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-frozendict/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile
index e0db83f4ddd2..7e19b820c479 100644
--- a/devel/py-frozendict/Makefile
+++ b/devel/py-frozendict/Makefile
@@ -1,5 +1,6 @@
PORTNAME= frozendict
PORTVERSION= 2.3.10
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/
@@ -12,8 +13,11 @@ WWW= https://github.com/Marco-Sulla/python-frozendict
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.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
MAKE_ARGS= custom_arg=c