svn commit: r521519 - head/devel/py-graphql-relay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 30 16:58:17 UTC 2019
Author: sunpoet
Date: Mon Dec 30 16:58:15 2019
New Revision: 521519
URL: https://svnweb.freebsd.org/changeset/ports/521519
Log:
Change RUN_DEPENDS from py-graphql-core to py-graphql-core2
- Bump PORTREVISION for dependency change
Modified:
head/devel/py-graphql-relay/Makefile
Modified: head/devel/py-graphql-relay/Makefile
==============================================================================
--- head/devel/py-graphql-relay/Makefile Mon Dec 30 16:58:11 2019 (r521518)
+++ head/devel/py-graphql-relay/Makefile Mon Dec 30 16:58:15 2019 (r521519)
@@ -3,6 +3,7 @@
PORTNAME= graphql-relay
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Relay implementation for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core>=2.2<3:devel/py-graphql-core@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.2<3:devel/py-graphql-core2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}promise>=2.2<3:devel/py-promise@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR}
More information about the svn-ports-all
mailing list