Date: Mon, 14 Jun 2021 17:47:44 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: 24ec0733cf2e - main - www/py-google-cloud-dlp: Update to 3.1.0 Message-ID: <202106141747.15EHlihc054909@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=24ec0733cf2e1417785401c5d36eb94c86cb2c93 commit 24ec0733cf2e1417785401c5d36eb94c86cb2c93 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:40:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:40:54 +0000 www/py-google-cloud-dlp: Update to 3.1.0 Changes: https://github.com/googleapis/python-dlp/releases --- www/py-google-cloud-dlp/Makefile | 10 +++++++--- www/py-google-cloud-dlp/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/www/py-google-cloud-dlp/Makefile b/www/py-google-cloud-dlp/Makefile index b28ccfb57785..bd5338a7a568 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.0.1 +PORTVERSION= 3.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,7 @@ COMMENT= Cloud Data Loss Prevention (DLP) API API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=0.4.0:devel/py-proto-plus@${PY_FLAVOR} USES= python:3.6+ @@ -19,4 +18,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= LIBCST +LIBCST_DESC= Concrete Syntax Tree (CST) support + +LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/www/py-google-cloud-dlp/distinfo b/www/py-google-cloud-dlp/distinfo index 5a1c6d0489cf..4c61070d40e7 100644 --- a/www/py-google-cloud-dlp/distinfo +++ b/www/py-google-cloud-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320298 -SHA256 (google-cloud-dlp-3.0.1.tar.gz) = 193c2c012639f0c063999e0b899f92d70763be605d5528f3d1da93d6734a1aa8 -SIZE (google-cloud-dlp-3.0.1.tar.gz) = 157050 +TIMESTAMP = 1622214124 +SHA256 (google-cloud-dlp-3.1.0.tar.gz) = b0f48fc79637e8c3a377cd43f2a0cca64589dd85907d19441ea067dcdef9341e +SIZE (google-cloud-dlp-3.1.0.tar.gz) = 160989
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141747.15EHlihc054909>