Date: Thu, 25 Apr 2019 16:56:11 +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: r500035 - in head/www: . py-google-cloud-logging Message-ID: <201904251656.x3PGuB2Y035033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Thu Apr 25 16:56:11 2019 New Revision: 500035 URL: https://svnweb.freebsd.org/changeset/ports/500035 Log: Welcome py-google-cloud-logging to the ports tree This port provides access to Stackdriver when running in google cloud environments. Sponsored by: Panzura Added: head/www/py-google-cloud-logging/ head/www/py-google-cloud-logging/Makefile (contents, props changed) head/www/py-google-cloud-logging/distinfo (contents, props changed) head/www/py-google-cloud-logging/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Apr 25 16:54:06 2019 (r500034) +++ head/www/Makefile Thu Apr 25 16:56:11 2019 (r500035) @@ -1679,6 +1679,7 @@ SUBDIR += py-google-api-python-client SUBDIR += py-google-cloud-core SUBDIR += py-google-cloud-dlp + SUBDIR += py-google-cloud-logging SUBDIR += py-google-cloud-storage SUBDIR += py-google-cloud-translate SUBDIR += py-google-cloud-vision Added: head/www/py-google-cloud-logging/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-logging/Makefile Thu Apr 25 16:56:11 2019 (r500035) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= google-cloud-logging +PORTVERSION= 1.10.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Python Client for Google Cloud Stackdriver Logging API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0:www/py-google-cloud-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/py-google-cloud-logging/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-logging/distinfo Thu Apr 25 16:56:11 2019 (r500035) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556206380 +SHA256 (google-cloud-logging-1.10.0.tar.gz) = 13ac67399289b202b409e6cef7a87dea32ddabf902f69a677bd05554f6aecf0b +SIZE (google-cloud-logging-1.10.0.tar.gz) = 109658 Added: head/www/py-google-cloud-logging/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-cloud-logging/pkg-descr Thu Apr 25 16:56:11 2019 (r500035) @@ -0,0 +1,4 @@ +Stackdriver Logging API: Writes log entries and +manages your Stackdriver Logging configuration. + +WWW: https://pypi.org/project/google-cloud-logging/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251656.x3PGuB2Y035033>