Date: Sun, 18 Apr 2021 07:13:37 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: 89cebaaa2dc6 - main - www/py-google-cloud-dlp: Update to 3.0.1 Message-ID: <202104180713.13I7DbL2012628@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=89cebaaa2dc6cafe1f0ceb331432c6a3d380f44f commit 89cebaaa2dc6cafe1f0ceb331432c6a3d380f44f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:07:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:44:19 +0000 www/py-google-cloud-dlp: Update to 3.0.1 - Update pkg-descr - Update WWW Changes: https://github.com/googleapis/python-dlp/releases --- www/py-google-cloud-dlp/Makefile | 9 +++++---- www/py-google-cloud-dlp/distinfo | 6 +++--- www/py-google-cloud-dlp/pkg-descr | 10 ++++------ 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/www/py-google-cloud-dlp/Makefile b/www/py-google-cloud-dlp/Makefile index 21c02c0147c3..b28ccfb57785 100644 --- a/www/py-google-cloud-dlp/Makefile +++ b/www/py-google-cloud-dlp/Makefile @@ -1,17 +1,18 @@ PORTNAME= google-cloud-dlp -PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python Client for Google Cloud Data Loss Prevention +COMMENT= Cloud Data Loss Prevention (DLP) API API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR} +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} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=0.4.0:devel/py-proto-plus@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/www/py-google-cloud-dlp/distinfo b/www/py-google-cloud-dlp/distinfo index c3f09e2abe98..5a1c6d0489cf 100644 --- a/www/py-google-cloud-dlp/distinfo +++ b/www/py-google-cloud-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539948862 -SHA256 (google-cloud-dlp-0.9.0.tar.gz) = 408e5c6820dc53dd589a7bc378d25c2cf5817c448b7c7b1268bc745ecbe04ec3 -SIZE (google-cloud-dlp-0.9.0.tar.gz) = 101421 +TIMESTAMP = 1618320298 +SHA256 (google-cloud-dlp-3.0.1.tar.gz) = 193c2c012639f0c063999e0b899f92d70763be605d5528f3d1da93d6734a1aa8 +SIZE (google-cloud-dlp-3.0.1.tar.gz) = 157050 diff --git a/www/py-google-cloud-dlp/pkg-descr b/www/py-google-cloud-dlp/pkg-descr index 8e789189274e..026e11cfd6ae 100644 --- a/www/py-google-cloud-dlp/pkg-descr +++ b/www/py-google-cloud-dlp/pkg-descr @@ -1,7 +1,5 @@ -Cloud Data Loss Prevention (DLP) API: Provides -methods for detection, risk analysis, and -de-identification of privacy-sensitive fragments -in text, images, and Google Cloud Platform -storage repositories. +Cloud Data Loss Prevention (DLP) API: Provides methods for detection, risk +analysis, and de-identification of privacy-sensitive fragments in text, images, +and Google Cloud Platform storage repositories. -WWW: https://pypi.org/project/google-cloud-dlp/ +WWW: https://github.com/googleapis/python-dlp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180713.13I7DbL2012628>