svn commit: r552688 - head/devel/py-graphene-django
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 18 20:25:21 UTC 2020
Author: sunpoet
Date: Sun Oct 18 20:25:17 2020
New Revision: 552688
URL: https://svnweb.freebsd.org/changeset/ports/552688
Log:
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Modified:
head/devel/py-graphene-django/Makefile
Modified: head/devel/py-graphene-django/Makefile
==============================================================================
--- head/devel/py-graphene-django/Makefile Sun Oct 18 20:25:12 2020 (r552687)
+++ head/devel/py-graphene-django/Makefile Sun Oct 18 20:25:17 2020 (r552688)
@@ -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
${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
More information about the svn-ports-head
mailing list