Date: Sat, 1 Sep 2018 00:22:39 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478642 - head/www/py-google-cloud-core Message-ID: <201809010022.w810MdxB043990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Sep 1 00:22:39 2018 New Revision: 478642 URL: https://svnweb.freebsd.org/changeset/ports/478642 Log: www/py-google-cloud-core: Update to 0.28.1 - Add LICENSE_FILE - Set architecture neutral (qa warning) Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D16961 Modified: head/www/py-google-cloud-core/Makefile head/www/py-google-cloud-core/distinfo Modified: head/www/py-google-cloud-core/Makefile ============================================================================== --- head/www/py-google-cloud-core/Makefile Sat Sep 1 00:21:23 2018 (r478641) +++ head/www/py-google-cloud-core/Makefile Sat Sep 1 00:22:39 2018 (r478642) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-core -PORTVERSION= 0.27.1 +PORTVERSION= 0.28.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,14 +10,14 @@ MAINTAINER= wg@FreeBSD.org COMMENT= API Client library for Google Cloud: Core Helpers LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2:devel/py-grpcio@${PY_FLAVOR} USES= python USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/www/py-google-cloud-core/distinfo ============================================================================== --- head/www/py-google-cloud-core/distinfo Sat Sep 1 00:21:23 2018 (r478641) +++ head/www/py-google-cloud-core/distinfo Sat Sep 1 00:22:39 2018 (r478642) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506509178 -SHA256 (google-cloud-core-0.27.1.tar.gz) = 1e52449feb72160a726798a085d7b0cf1d7b88d4b4af00f04d9ca9d6eb47847b -SIZE (google-cloud-core-0.27.1.tar.gz) = 58048 +TIMESTAMP = 1535495033 +SHA256 (google-cloud-core-0.28.1.tar.gz) = 89e8140a288acec20c5e56159461d3afa4073570c9758c05d4e6cb7f2f8cc440 +SIZE (google-cloud-core-0.28.1.tar.gz) = 32718
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809010022.w810MdxB043990>