Date: Sat, 23 Mar 2024 15:02:04 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: 08de1d88ab07 - main - www/py-google-cloud-appengine-logging: Update to 1.4.3 Message-ID: <202403231502.42NF24G5009662@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=08de1d88ab07709cb6d7a1736d45391381300728 commit 08de1d88ab07709cb6d7a1736d45391381300728 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:23:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:35 +0000 www/py-google-cloud-appengine-logging: Update to 1.4.3 - Convert to USE_PYTHON=pep517 Changes: https://github.com/googleapis/google-cloud-python/releases https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-appengine-logging/CHANGELOG.md --- www/py-google-cloud-appengine-logging/Makefile | 6 ++++-- www/py-google-cloud-appengine-logging/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/www/py-google-cloud-appengine-logging/Makefile b/www/py-google-cloud-appengine-logging/Makefile index bf387fda4fe7..1691425e3071 100644 --- a/www/py-google-cloud-appengine-logging/Makefile +++ b/www/py-google-cloud-appengine-logging/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-appengine-logging -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,15 @@ WWW= https://github.com/googleapis/google-cloud-python/tree/main/packages/googl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +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.10.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=2.14.1<3.0.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.22.3<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/www/py-google-cloud-appengine-logging/distinfo b/www/py-google-cloud-appengine-logging/distinfo index e50dfaa2fd99..038f173d1306 100644 --- a/www/py-google-cloud-appengine-logging/distinfo +++ b/www/py-google-cloud-appengine-logging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390742 -SHA256 (google-cloud-appengine-logging-1.4.2.tar.gz) = 134de64a84017cfe26a4b3a325bcc9b4a2dba05f9c9d3902ee24b4b1fa3e28af -SIZE (google-cloud-appengine-logging-1.4.2.tar.gz) = 13661 +TIMESTAMP = 1710712550 +SHA256 (google-cloud-appengine-logging-1.4.3.tar.gz) = fb504e6199fe8de85baa9d31cecf6776877851fe58867de603317ec7cc739987 +SIZE (google-cloud-appengine-logging-1.4.3.tar.gz) = 13721
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231502.42NF24G5009662>