Date: Mon, 10 Sep 2018 20:26:37 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479455 - in head/security: . py-google-auth-httplib2 Message-ID: <201809102026.w8AKQbvR002818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 10 20:26:36 2018 New Revision: 479455 URL: https://svnweb.freebsd.org/changeset/ports/479455 Log: Add py-google-auth-httplib2 0.0.3 This library provides an httplib2 transport for google-auth. WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 Added: head/security/py-google-auth-httplib2/ head/security/py-google-auth-httplib2/Makefile (contents, props changed) head/security/py-google-auth-httplib2/distinfo (contents, props changed) head/security/py-google-auth-httplib2/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Sep 10 20:26:14 2018 (r479454) +++ head/security/Makefile Mon Sep 10 20:26:36 2018 (r479455) @@ -953,6 +953,7 @@ SUBDIR += py-gnupg SUBDIR += py-gnutls SUBDIR += py-google-auth + SUBDIR += py-google-auth-httplib2 SUBDIR += py-gpgme SUBDIR += py-gpsoauth SUBDIR += py-gssapi Added: head/security/py-google-auth-httplib2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-google-auth-httplib2/Makefile Mon Sep 10 20:26:36 2018 (r479455) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= google-auth-httplib2 +PORTVERSION= 0.0.3 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Authentication Library: httplib2 transport + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/security/py-google-auth-httplib2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-google-auth-httplib2/distinfo Mon Sep 10 20:26:36 2018 (r479455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536608059 +SHA256 (google-auth-httplib2-0.0.3.tar.gz) = 098fade613c25b4527b2c08fa42d11f3c2037dda8995d86de0745228e965d445 +SIZE (google-auth-httplib2-0.0.3.tar.gz) = 9957 Added: head/security/py-google-auth-httplib2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-google-auth-httplib2/pkg-descr Mon Sep 10 20:26:36 2018 (r479455) @@ -0,0 +1,3 @@ +This library provides an httplib2 transport for google-auth. + +WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102026.w8AKQbvR002818>