Date: Sun, 20 Jun 2021 16:17:57 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: aabe3498837a - main - www/py-google-cloud-appengine-logging: Add py-google-cloud-appengine-logging 0.1.1 Message-ID: <202106201617.15KGHvww079096@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=aabe3498837afc3742dbf3c8f2ee558501a4d1eb commit aabe3498837afc3742dbf3c8f2ee558501a4d1eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:02:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:15:53 +0000 www/py-google-cloud-appengine-logging: Add py-google-cloud-appengine-logging 0.1.1 This package contains generated Python types for google.appengine.logging.v1.request_log. WWW: https://github.com/googleapis/python-appengine-logging --- www/Makefile | 1 + www/py-google-cloud-appengine-logging/Makefile | 24 ++++++++++++++++++++++++ www/py-google-cloud-appengine-logging/distinfo | 3 +++ www/py-google-cloud-appengine-logging/pkg-descr | 4 ++++ 4 files changed, 32 insertions(+) diff --git a/www/Makefile b/www/Makefile index 9664a7140ee5..71f9eee44517 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1625,6 +1625,7 @@ SUBDIR += py-google SUBDIR += py-google-api-core SUBDIR += py-google-api-python-client + SUBDIR += py-google-cloud-appengine-logging SUBDIR += py-google-cloud-bigtable SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-datastore diff --git a/www/py-google-cloud-appengine-logging/Makefile b/www/py-google-cloud-appengine-logging/Makefile new file mode 100644 index 000000000000..759569188919 --- /dev/null +++ b/www/py-google-cloud-appengine-logging/Makefile @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= google-cloud-appengine-logging +PORTVERSION= 0.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Client for Google Cloud Appengine Logging + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=14.3:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.15.0:devel/py-proto-plus@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-google-cloud-appengine-logging/distinfo b/www/py-google-cloud-appengine-logging/distinfo new file mode 100644 index 000000000000..ab200bc666b6 --- /dev/null +++ b/www/py-google-cloud-appengine-logging/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624189675 +SHA256 (google-cloud-appengine-logging-0.1.1.tar.gz) = 303678e64ea5e3d959acd744cbcda6029b47f43eb0491c4a04897987c3560ddf +SIZE (google-cloud-appengine-logging-0.1.1.tar.gz) = 11698 diff --git a/www/py-google-cloud-appengine-logging/pkg-descr b/www/py-google-cloud-appengine-logging/pkg-descr new file mode 100644 index 000000000000..19411f0ef00c --- /dev/null +++ b/www/py-google-cloud-appengine-logging/pkg-descr @@ -0,0 +1,4 @@ +This package contains generated Python types for +google.appengine.logging.v1.request_log. + +WWW: https://github.com/googleapis/python-appengine-logging
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201617.15KGHvww079096>