Received: by mail.netbsd.org (Postfix, from userid 605) id CE43A84D9A; Tue, 2 Jul 2019 12:01:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5516A84D51 for ; Tue, 2 Jul 2019 12:01:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id W26Kv3eoimvM for ; Tue, 2 Jul 2019 12:01:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBC2484CF1 for ; Tue, 2 Jul 2019 12:01:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B986EFBF4; Tue, 2 Jul 2019 12:01:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156206889049420" MIME-Version: 1.0 Date: Tue, 2 Jul 2019 12:01:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-google-auth-oauthlib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190702120130.B986EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156206889049420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 2 12:01:30 UTC 2019 Added Files: pkgsrc/security/py-google-auth-oauthlib: DESCR Makefile PLIST distinfo Log Message: py-google-auth-oauthlib: added version 0.4.0 This library provides oauthlib integration with google-auth. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-google-auth-oauthlib/DESCR \ pkgsrc/security/py-google-auth-oauthlib/Makefile \ pkgsrc/security/py-google-auth-oauthlib/PLIST \ pkgsrc/security/py-google-auth-oauthlib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156206889049420 Content-Disposition: inline Content-Length: 3604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/py-google-auth-oauthlib/DESCR diff -u /dev/null pkgsrc/security/py-google-auth-oauthlib/DESCR:1.1 --- /dev/null Tue Jul 2 12:01:30 2019 +++ pkgsrc/security/py-google-auth-oauthlib/DESCR Tue Jul 2 12:01:30 2019 @@ -0,0 +1 @@ +This library provides oauthlib integration with google-auth. Index: pkgsrc/security/py-google-auth-oauthlib/Makefile diff -u /dev/null pkgsrc/security/py-google-auth-oauthlib/Makefile:1.1 --- /dev/null Tue Jul 2 12:01:30 2019 +++ pkgsrc/security/py-google-auth-oauthlib/Makefile Tue Jul 2 12:01:30 2019 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2019/07/02 12:01:30 adam Exp $ + +DISTNAME= google-auth-oauthlib-0.4.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib +COMMENT= Google Authentication Library +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-google-auth-[0-9]*:../../security/py-google-auth +DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib + +USE_LANGUAGES= # none + +post-install: + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} google-oauthlib-tool google-oauthlib-tool-${PYVERSSUFFIX} || ${TRUE} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-google-auth-oauthlib/PLIST diff -u /dev/null pkgsrc/security/py-google-auth-oauthlib/PLIST:1.1 --- /dev/null Tue Jul 2 12:01:30 2019 +++ pkgsrc/security/py-google-auth-oauthlib/PLIST Tue Jul 2 12:01:30 2019 @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2019/07/02 12:01:30 adam Exp $ +bin/google-oauthlib-tool-${PYVERSSUFFIX} +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/google_auth_oauthlib/__init__.py +${PYSITELIB}/google_auth_oauthlib/__init__.pyc +${PYSITELIB}/google_auth_oauthlib/__init__.pyo +${PYSITELIB}/google_auth_oauthlib/flow.py +${PYSITELIB}/google_auth_oauthlib/flow.pyc +${PYSITELIB}/google_auth_oauthlib/flow.pyo +${PYSITELIB}/google_auth_oauthlib/helpers.py +${PYSITELIB}/google_auth_oauthlib/helpers.pyc +${PYSITELIB}/google_auth_oauthlib/helpers.pyo +${PYSITELIB}/google_auth_oauthlib/interactive.py +${PYSITELIB}/google_auth_oauthlib/interactive.pyc +${PYSITELIB}/google_auth_oauthlib/interactive.pyo +${PYSITELIB}/google_auth_oauthlib/tool/__init__.py +${PYSITELIB}/google_auth_oauthlib/tool/__init__.pyc +${PYSITELIB}/google_auth_oauthlib/tool/__init__.pyo +${PYSITELIB}/google_auth_oauthlib/tool/__main__.py +${PYSITELIB}/google_auth_oauthlib/tool/__main__.pyc +${PYSITELIB}/google_auth_oauthlib/tool/__main__.pyo Index: pkgsrc/security/py-google-auth-oauthlib/distinfo diff -u /dev/null pkgsrc/security/py-google-auth-oauthlib/distinfo:1.1 --- /dev/null Tue Jul 2 12:01:30 2019 +++ pkgsrc/security/py-google-auth-oauthlib/distinfo Tue Jul 2 12:01:30 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/02 12:01:30 adam Exp $ + +SHA1 (google-auth-oauthlib-0.4.0.tar.gz) = be23d0d1580a09d1ec5e26eecd1e56a77621f5eb +RMD160 (google-auth-oauthlib-0.4.0.tar.gz) = 8f052196ad838cadbf53f98adf6fc4559532481b +SHA512 (google-auth-oauthlib-0.4.0.tar.gz) = 49760914c02b41b7252062c8cb99b133b342463aa2b66b42dd5f320320010425e6952009514cbf89a4704648113693b35db1d3aa3636fc1297a25e59635a7dd5 +Size (google-auth-oauthlib-0.4.0.tar.gz) = 73664 bytes --_----------=_156206889049420--