Skip to content

Commit

Permalink
www/py-google-cloud-dlp: Update to 3.0.1
Browse files Browse the repository at this point in the history
- Update pkg-descr
- Update WWW

Changes:	https://github.com/googleapis/python-dlp/releases
  • Loading branch information
sunpoet committed Apr 18, 2021
1 parent f1c0b7d commit 89cebaa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
9 changes: 5 additions & 4 deletions www/py-google-cloud-dlp/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions www/py-google-cloud-dlp/distinfo
Original file line number Diff line number Diff line change
@@ -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
10 changes: 4 additions & 6 deletions www/py-google-cloud-dlp/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 89cebaa

Please sign in to comment.