aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:17 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:02 +0000
commit935d2f1378c0f2a024abdb7ebcceb4fc4abd84f0 (patch)
tree2e12018583f787d8fece27a3ceb40ea6fce80f42
parente2a22244cc0766d6cd1cdb3bb0a86e0d45fee02c (diff)
downloadports-935d2f1378c0f2a024abdb7ebcceb4fc4abd84f0.tar.gz
ports-935d2f1378c0f2a024abdb7ebcceb4fc4abd84f0.zip
devel/py-isodate: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-isodate/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-isodate/Makefile b/devel/py-isodate/Makefile
index 8df5ba25627c..4bb13b3e786d 100644
--- a/devel/py-isodate/Makefile
+++ b/devel/py-isodate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= isodate
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,10 +11,12 @@ WWW= https://github.com/gweis/isodate
LICENSE= BSD3CLAUSE
+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