svn commit: r516683 - in head/devel/py-graphene: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 4 16:00:37 UTC 2019


Author: sunpoet
Date: Mon Nov  4 16:00:34 2019
New Revision: 516683
URL: https://svnweb.freebsd.org/changeset/ports/516683

Log:
  Update to 2.1.8
  
  - Update version requirement of RUN_DEPENDS
  
  Changes:	https://github.com/graphql-python/graphene/releases

Deleted:
  head/devel/py-graphene/files/
Modified:
  head/devel/py-graphene/Makefile
  head/devel/py-graphene/distinfo

Modified: head/devel/py-graphene/Makefile
==============================================================================
--- head/devel/py-graphene/Makefile	Mon Nov  4 16:00:31 2019	(r516682)
+++ head/devel/py-graphene/Makefile	Mon Nov  4 16:00:34 2019	(r516683)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphene
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,10 @@ COMMENT=	GraphQL Framework for Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso8601>=3:devel/py-aniso8601@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}graphql-core>=2.1:devel/py-graphql-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}graphql-relay>=0.4.5:devel/py-graphql-relay@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aniso8601>=3<7:devel/py-aniso8601@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}graphql-core>=2.1<3:devel/py-graphql-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}graphql-relay>=2<3:devel/py-graphql-relay@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-graphene/distinfo
==============================================================================
--- head/devel/py-graphene/distinfo	Mon Nov  4 16:00:31 2019	(r516682)
+++ head/devel/py-graphene/distinfo	Mon Nov  4 16:00:34 2019	(r516683)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550263736
-SHA256 (graphene-2.1.3.tar.gz) = b8ec446d17fa68721636eaad3d6adc1a378cb6323e219814c8f98c9928fc9642
-SIZE (graphene-2.1.3.tar.gz) = 33094
+TIMESTAMP = 1572806116
+SHA256 (graphene-2.1.8.tar.gz) = 2cbe6d4ef15cfc7b7805e0760a0e5b80747161ce1b0f990dfdc0d2cf497c12f9
+SIZE (graphene-2.1.8.tar.gz) = 42415


More information about the svn-ports-all mailing list