aboutsummaryrefslogtreecommitdiff
path: root/www/py-jsonfield/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-jsonfield/Makefile')
-rw-r--r--www/py-jsonfield/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-jsonfield/Makefile b/www/py-jsonfield/Makefile
index bbd9ad5e3942..a3d544bf1805 100644
--- a/www/py-jsonfield/Makefile
+++ b/www/py-jsonfield/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jsonfield
PORTVERSION= 3.1.0
-PORTREVISION= 1
+PORTREVISION= 3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,12 @@ WWW= https://github.com/rpkilby/jsonfield
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=2.2: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}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes