From owner-svn-ports-all@freebsd.org Sat Sep 1 00:22:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 732FEFCF4CF; Sat, 1 Sep 2018 00:22:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AD4B8D5DF; Sat, 1 Sep 2018 00:22:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B7F022888; Sat, 1 Sep 2018 00:22:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w810MdGY043992; Sat, 1 Sep 2018 00:22:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w810MdxB043990; Sat, 1 Sep 2018 00:22:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201809010022.w810MdxB043990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 1 Sep 2018 00:22:39 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/www/py-google-cloud-core X-SVN-Commit-Revision: 478642 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 00:22:40 -0000 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 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