aboutsummaryrefslogtreecommitdiff
path: root/devel/py-graphene-django/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-18 20:25:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-18 20:25:17 +0000
commit224398f28b0b192641c49712cb8b7e5a9f81a71d (patch)
tree490baf0cae2400437530b8d5daad9cb1c30b4df8 /devel/py-graphene-django/Makefile
parentca7a56007195c786b569f60663bc28bd6a39c2da (diff)
downloadports-224398f28b0b192641c49712cb8b7e5a9f81a71d.tar.gz
ports-224398f28b0b192641c49712cb8b7e5a9f81a71d.zip
Notes
Diffstat (limited to 'devel/py-graphene-django/Makefile')
-rw-r--r--devel/py-graphene-django/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-graphene-django/Makefile b/devel/py-graphene-django/Makefile
index 909c5f165487..cb01e9c96eaf 100644
--- a/devel/py-graphene-django/Makefile
+++ b/devel/py-graphene-django/Makefile
@@ -3,6 +3,7 @@
PORTNAME= graphene-django
PORTVERSION= 2.13.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}graphene>=2.1.7<3:devel/py-graphene@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1<2:converters/py-unidecode@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils