svn commit: r521687 - head/devel/py-graphene
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jan 1 09:18:30 UTC 2020
Author: sunpoet
Date: Wed Jan 1 09:18:29 2020
New Revision: 521687
URL: https://svnweb.freebsd.org/changeset/ports/521687
Log:
Change RUN_DEPENDS from py-graphql-relay to py-graphql-relay2
- Bump PORTREVISION for dependency change
Modified:
head/devel/py-graphene/Makefile
Modified: head/devel/py-graphene/Makefile
==============================================================================
--- head/devel/py-graphene/Makefile Wed Jan 1 09:18:24 2020 (r521686)
+++ head/devel/py-graphene/Makefile Wed Jan 1 09:18:29 2020 (r521687)
@@ -3,7 +3,7 @@
PORTNAME= graphene
PORTVERSION= 2.1.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>=3<7:devel/py-aniso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1<3:devel/py-graphql-core2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}graphql-relay>=2<3:devel/py-graphql-relay@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}graphql-relay2>=2<3:devel/py-graphql-relay2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR}
USES= python
More information about the svn-ports-all
mailing list