Date: Sat, 8 Aug 2020 10:19:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544410 - head/devel/py-google-cloud-iam Message-ID: <202008081019.078AJLcw001358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 8 10:19:21 2020 New Revision: 544410 URL: https://svnweb.freebsd.org/changeset/ports/544410 Log: Update to 2.0.0 Changes: https://github.com/googleapis/python-iam/releases Modified: head/devel/py-google-cloud-iam/Makefile head/devel/py-google-cloud-iam/distinfo Modified: head/devel/py-google-cloud-iam/Makefile ============================================================================== --- head/devel/py-google-cloud-iam/Makefile Sat Aug 8 10:19:16 2020 (r544409) +++ head/devel/py-google-cloud-iam/Makefile Sat Aug 8 10:19:21 2020 (r544410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-cloud-iam -PORTVERSION= 1.0.1 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,12 @@ COMMENT= IAM Service Account Credentials API client li LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.14.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.8.2<2.0:devel/py-grpcio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=0.4.0:devel/py-proto-plus@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-google-cloud-iam/distinfo ============================================================================== --- head/devel/py-google-cloud-iam/distinfo Sat Aug 8 10:19:16 2020 (r544409) +++ head/devel/py-google-cloud-iam/distinfo Sat Aug 8 10:19:21 2020 (r544410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594117189 -SHA256 (google-cloud-iam-1.0.1.tar.gz) = eeaca4beb88556a38f5b23b3c35a5c111b7cb465a8cff12306ef0e7943564a4a -SIZE (google-cloud-iam-1.0.1.tar.gz) = 23798 +TIMESTAMP = 1596280092 +SHA256 (google-cloud-iam-2.0.0.tar.gz) = 5351a22b56c0d7b72019a387737ce7b156babce87a7f31b88fd222bd55e9baff +SIZE (google-cloud-iam-2.0.0.tar.gz) = 28427
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008081019.078AJLcw001358>