aboutsummaryrefslogtreecommitdiff
path: root/devel/py-semantic-version/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-semantic-version/Makefile')
-rw-r--r--devel/py-semantic-version/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-semantic-version/Makefile b/devel/py-semantic-version/Makefile
index 945325cd94a4..823d44259c28 100644
--- a/devel/py-semantic-version/Makefile
+++ b/devel/py-semantic-version/Makefile
@@ -1,5 +1,6 @@
PORTNAME= semantic-version
PORTVERSION= 2.10.0
+PORTREVISION= 1
MASTER_SITES= PYPI
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,12 @@ WWW= https://github.com/rbarrois/python-semanticversion
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.1:www/py-django32@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=1.1:www/py-django42@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils nose2
+USE_PYTHON= autoplist concurrent nose2 pep517
NO_ARCH= yes