pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-google-auth-oauthlib py-google-auth-oauthl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f229316f04b8
branches:  trunk
changeset: 335882:f229316f04b8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 02 12:01:30 2019 +0000

description:
py-google-auth-oauthlib: added version 0.4.0

This library provides oauthlib integration with google-auth.

diffstat:

 security/py-google-auth-oauthlib/DESCR    |   1 +
 security/py-google-auth-oauthlib/Makefile |  23 +++++++++++++++++++++++
 security/py-google-auth-oauthlib/PLIST    |  26 ++++++++++++++++++++++++++
 security/py-google-auth-oauthlib/distinfo |   6 ++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r b085b8e86610 -r f229316f04b8 security/py-google-auth-oauthlib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-auth-oauthlib/DESCR    Tue Jul 02 12:01:30 2019 +0000
@@ -0,0 +1,1 @@
+This library provides oauthlib integration with google-auth.
diff -r b085b8e86610 -r f229316f04b8 security/py-google-auth-oauthlib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-auth-oauthlib/Makefile Tue Jul 02 12:01:30 2019 +0000
@@ -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@localhost
+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"
diff -r b085b8e86610 -r f229316f04b8 security/py-google-auth-oauthlib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-auth-oauthlib/PLIST    Tue Jul 02 12:01:30 2019 +0000
@@ -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
diff -r b085b8e86610 -r f229316f04b8 security/py-google-auth-oauthlib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-auth-oauthlib/distinfo Tue Jul 02 12:01:30 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index