Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Oct 2018 22:48:24 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482312 - in head/www: . py-google-cloud-dlp
Message-ID:  <201810172248.w9HMmO1F031246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Wed Oct 17 22:48:23 2018
New Revision: 482312
URL: https://svnweb.freebsd.org/changeset/ports/482312

Log:
  Introduce py-google-cloud-dlp to the ports tree.
  This port gives access to the Google Cloud DLP
  (Data Loss Protection) API calls.
  
  Sponsored by:	Panzura

Added:
  head/www/py-google-cloud-dlp/
  head/www/py-google-cloud-dlp/Makefile   (contents, props changed)
  head/www/py-google-cloud-dlp/distinfo   (contents, props changed)
  head/www/py-google-cloud-dlp/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Oct 17 22:44:24 2018	(r482311)
+++ head/www/Makefile	Wed Oct 17 22:48:23 2018	(r482312)
@@ -1688,6 +1688,7 @@
     SUBDIR += py-google-api-core
     SUBDIR += py-google-api-python-client
     SUBDIR += py-google-cloud-core
+    SUBDIR += py-google-cloud-dlp
     SUBDIR += py-google-cloud-storage
     SUBDIR += py-google-cloud-translate
     SUBDIR += py-google-cloud-vision

Added: head/www/py-google-cloud-dlp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-dlp/Makefile	Wed Oct 17 22:48:23 2018	(r482312)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	google-cloud-dlp
+PORTVERSION=	0.8.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	jpaetzel@FreeBSD.org
+COMMENT=	Python Client for Google Cloud Data Loss Prevention
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=0.1.1:www/py-google-api-core@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-google-cloud-dlp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-dlp/distinfo	Wed Oct 17 22:48:23 2018	(r482312)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1539815769
+SHA256 (google-cloud-dlp-0.8.0.tar.gz) = 84d6ba4671ed999e44af5a028d3d3ba62cb0b8c01897efb5c3ffc12783a255cf
+SIZE (google-cloud-dlp-0.8.0.tar.gz) = 98513

Added: head/www/py-google-cloud-dlp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-google-cloud-dlp/pkg-descr	Wed Oct 17 22:48:23 2018	(r482312)
@@ -0,0 +1,7 @@
+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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810172248.w9HMmO1F031246>