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