svn commit: r479631 - head/www/py-google-api-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 12 22:55:33 UTC 2018


Author: sunpoet
Date: Wed Sep 12 22:55:32 2018
New Revision: 479631
URL: https://svnweb.freebsd.org/changeset/ports/479631

Log:
  Update to 1.4.0
  
  Changes:	https://github.com/GoogleCloudPlatform/google-cloud-python/releases

Modified:
  head/www/py-google-api-core/Makefile
  head/www/py-google-api-core/distinfo

Modified: head/www/py-google-api-core/Makefile
==============================================================================
--- head/www/py-google-api-core/Makefile	Wed Sep 12 22:55:27 2018	(r479630)
+++ head/www/py-google-api-core/Makefile	Wed Sep 12 22:55:32 2018	(r479631)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-api-core
-PORTVERSION=	1.3.0
+PORTVERSION=	1.4.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +17,15 @@ RUN_DEPENDS=	${PY_FUTURES} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>=0.4.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.3:devel/py-googleapis-common-protos@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2:devel/py-grpcio-gcp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/py-google-api-core/distinfo
==============================================================================
--- head/www/py-google-api-core/distinfo	Wed Sep 12 22:55:27 2018	(r479630)
+++ head/www/py-google-api-core/distinfo	Wed Sep 12 22:55:32 2018	(r479631)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532810819
-SHA256 (google-api-core-1.3.0.tar.gz) = ac85fc7f6687bb0271f2f70ca298da90f35789f9de1fe3a11e8caeb571332b77
-SIZE (google-api-core-1.3.0.tar.gz) = 54988
+TIMESTAMP = 1536758810
+SHA256 (google-api-core-1.4.0.tar.gz) = 121cc7b93fcf5bde0bf8047a5fb9b5217a7e663eaf83f828044a073781c88901
+SIZE (google-api-core-1.4.0.tar.gz) = 55571


More information about the svn-ports-head mailing list