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,21 +1,22 @@ 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 NO_ARCH= yes .include 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