Date: Wed, 27 Sep 2017 18:58:58 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450779 - in head/www: . py-google-auth Message-ID: <201709271858.v8RIwwL4000914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Sep 27 18:58:58 2017 New Revision: 450779 URL: https://svnweb.freebsd.org/changeset/ports/450779 Log: www/py-google-auth: Google Authentication Library This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python Added: head/www/py-google-auth/ head/www/py-google-auth/Makefile (contents, props changed) head/www/py-google-auth/distinfo (contents, props changed) head/www/py-google-auth/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 27 18:50:45 2017 (r450778) +++ head/www/Makefile Wed Sep 27 18:58:58 2017 (r450779) @@ -1668,6 +1668,7 @@ SUBDIR += py-goobook SUBDIR += py-google SUBDIR += py-google-api-python-client + SUBDIR += py-google-auth SUBDIR += py-graphite-api SUBDIR += py-graphite-web SUBDIR += py-grequests Added: head/www/py-google-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/Makefile Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= google-auth +PORTVERSION= 1.1.1 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Google Authentication Library + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules \ + ${PYTHON_PKGNAMEPREFIX}rsa>0:security/py-rsa \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}cachetools>0:devel/py-cachetools + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/www/py-google-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/distinfo Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506509328 +SHA256 (google-auth-1.1.1.tar.gz) = e00236a914906409367e96fdcf5c08aaca3ab5bd3aab0c5c5ea9255162640215 +SIZE (google-auth-1.1.1.tar.gz) = 290557 Added: head/www/py-google-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-google-auth/pkg-descr Wed Sep 27 18:58:58 2017 (r450779) @@ -0,0 +1,4 @@ +This library simplifies using Google's various server-to-server +authentication mechanisms to access Google APIs. + +WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271858.v8RIwwL4000914>