Date: Tue, 13 Dec 2022 20:56:38 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fda22bf50d42 - main - www/py-google-api-python-client: Update to 2.70.0 Message-ID: <202212132056.2BDKuc5O079100@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=fda22bf50d420541910be020e44dc99b92fad851 commit fda22bf50d420541910be020e44dc99b92fad851 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2022-12-13 20:53:21 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2022-12-13 20:53:21 +0000 www/py-google-api-python-client: Update to 2.70.0 - Add test dependencies - Add unittest to USE_PYTHON - Update run dependencies Changelog: https://github.com/googleapis/google-api-python-client/releases/tag/v2.70.0 --- www/py-google-api-python-client/Makefile | 12 ++++++++++-- www/py-google-api-python-client/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 33f340af1fc8..334afaa2889b 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-api-python-client -DISTVERSION= 2.69.0 +DISTVERSION= 2.70.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,18 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-co ${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.1.0:security/py-google-auth-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.19:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.1.0:security/py-google-auth-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=1.19:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.15.0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parameterized>=0.8.1:devel/py-parameterized@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils unittest NO_ARCH= yes diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index dad421ecd933..2d4998a664b1 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670515579 -SHA256 (google-api-python-client-2.69.0.tar.gz) = 03624a28b5ba94f3c3d44761081f5dbf8cabaa20c5c3a96c046457c5713efb9b -SIZE (google-api-python-client-2.69.0.tar.gz) = 10219089 +TIMESTAMP = 1670962878 +SHA256 (google-api-python-client-2.70.0.tar.gz) = 262de094d5a30d337f59e66581019fed45b698c078397ac48dd323c0968236e7 +SIZE (google-api-python-client-2.70.0.tar.gz) = 10245265
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212132056.2BDKuc5O079100>