Date: Sat, 23 Mar 2024 15:02:10 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: 1dcfbe92b4e3 - main - www/py-google-cloud-dlp: Update to 3.16.0 Message-ID: <202403231502.42NF2AfZ009865@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=1dcfbe92b4e31b3cefe5983351a390c13346c330 commit 1dcfbe92b4e31b3cefe5983351a390c13346c330 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:23:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:36 +0000 www/py-google-cloud-dlp: Update to 3.16.0 - 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-dlp/CHANGELOG.md --- www/py-google-cloud-dlp/Makefile | 6 ++++-- www/py-google-cloud-dlp/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/www/py-google-cloud-dlp/Makefile b/www/py-google-cloud-dlp/Makefile index db7f6a958685..0f2a3cffd658 100644 --- a/www/py-google-cloud-dlp/Makefile +++ b/www/py-google-cloud-dlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-dlp -PORTVERSION= 3.15.2 +PORTVERSION= 3.16.0 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-dlp/distinfo b/www/py-google-cloud-dlp/distinfo index 53434d620d10..85e0c72a4eb2 100644 --- a/www/py-google-cloud-dlp/distinfo +++ b/www/py-google-cloud-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390744 -SHA256 (google-cloud-dlp-3.15.2.tar.gz) = 4edcdae94b950942549a81fd8455565734df5f8913312f4443e8b1a189bdc4e8 -SIZE (google-cloud-dlp-3.15.2.tar.gz) = 187638 +TIMESTAMP = 1710712552 +SHA256 (google-cloud-dlp-3.16.0.tar.gz) = 0d69a1f7a5ef88756c99e56b8af4c39eae40d2106883f0e2794c5cb3642696d5 +SIZE (google-cloud-dlp-3.16.0.tar.gz) = 201332
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231502.42NF2AfZ009865>