Date: Sat, 23 Mar 2024 15:02:14 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 00f16b4136b2 - main - www/py-google-cloud-storage: Update to 2.15.0 Message-ID: <202403231502.42NF2EJF009984@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=00f16b4136b25dcd5966f6ec9a1a294b67104da5 commit 00f16b4136b25dcd5966f6ec9a1a294b67104da5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:23:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:37 +0000 www/py-google-cloud-storage: Update to 2.15.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/googleapis/python-storage/releases --- www/py-google-cloud-storage/Makefile | 10 ++++++---- www/py-google-cloud-storage/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index bdcf0eeab8ee..e16cc014cca8 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 2.14.0 +PORTVERSION= 2.15.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,15 +11,17 @@ WWW= https://github.com/googleapis/python-storage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.3.1<3.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>=2.23.3<3.0:security/py-google-auth@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.15.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=2.26.1<3.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=2.3.0<3.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-crc32c>=1.0<2.0:devel/py-google-crc32c@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=2.6.0:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index 9de7efb007f6..e8e85880837a 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702543720 -SHA256 (google-cloud-storage-2.14.0.tar.gz) = 2d23fcf59b55e7b45336729c148bb1c464468c69d5efbaee30f7201dd90eb97e -SIZE (google-cloud-storage-2.14.0.tar.gz) = 5518229 +TIMESTAMP = 1710712558 +SHA256 (google-cloud-storage-2.15.0.tar.gz) = 7560a3c48a03d66c553dc55215d35883c680fe0ab44c23aa4832800ccc855c74 +SIZE (google-cloud-storage-2.15.0.tar.gz) = 5521347
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231502.42NF2EJF009984>