From owner-svn-ports-all@freebsd.org Mon Sep 10 20:26:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FDF7109B4DC; Mon, 10 Sep 2018 20:26:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 276C873EE5; Mon, 10 Sep 2018 20:26:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 087DA5B65; Mon, 10 Sep 2018 20:26:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8AKQb2p002821; Mon, 10 Sep 2018 20:26:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8AKQbvR002818; Mon, 10 Sep 2018 20:26:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809102026.w8AKQbvR002818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Sep 2018 20:26:37 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . py-google-auth-httplib2 X-SVN-Commit-Revision: 479455 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 20:26:38 -0000 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 +# $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 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