www/py-google-cloud-audit-log: Add py-google-cloud-audit-log 0.1.0

The python classes generated from the google/cloud/audit protos in the
googleapis/googleapis repository.

WWW: https://github.com/googleapis/python-audit-log
This commit is contained in:
Po-Chuan Hsieh 2021-06-21 00:03:00 +08:00
parent aabe349883
commit 1baaf40941
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -1626,6 +1626,7 @@
SUBDIR += py-google-api-core
SUBDIR += py-google-api-python-client
SUBDIR += py-google-cloud-appengine-logging
SUBDIR += py-google-cloud-audit-log
SUBDIR += py-google-cloud-bigtable
SUBDIR += py-google-cloud-core
SUBDIR += py-google-cloud-datastore

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= google-cloud-audit-log
PORTVERSION= 0.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google Cloud Audit Protos
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.52.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624189677
SHA256 (google-cloud-audit-log-0.1.0.tar.gz) = 5bf5a53c641b13828154ab21fb209669be69d71cd462f5d6456bf87722fc0eeb
SIZE (google-cloud-audit-log-0.1.0.tar.gz) = 6605

View File

@ -0,0 +1,4 @@
The python classes generated from the google/cloud/audit protos in the
googleapis/googleapis repository.
WWW: https://github.com/googleapis/python-audit-log