diff options
author | adam <adam@pkgsrc.org> | 2019-07-02 12:01:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-02 12:01:30 +0000 |
commit | b3b66e678e37b1e3d49fd0e769a83dcdc1305a28 (patch) | |
tree | 0f1fac386943b74f291efcee082a2141c533a8c8 /security | |
parent | 0eba5c78b773f89ea662e2d093e0813abf053fff (diff) | |
download | pkgsrc-b3b66e678e37b1e3d49fd0e769a83dcdc1305a28.tar.gz |
py-google-auth-oauthlib: added version 0.4.0
This library provides oauthlib integration with google-auth.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth-oauthlib/DESCR | 1 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/Makefile | 23 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/PLIST | 26 | ||||
-rw-r--r-- | security/py-google-auth-oauthlib/distinfo | 6 |
4 files changed, 56 insertions, 0 deletions
diff --git a/security/py-google-auth-oauthlib/DESCR b/security/py-google-auth-oauthlib/DESCR new file mode 100644 index 00000000000..ceeb927c2b7 --- /dev/null +++ b/security/py-google-auth-oauthlib/DESCR @@ -0,0 +1 @@ +This library provides oauthlib integration with google-auth. diff --git a/security/py-google-auth-oauthlib/Makefile b/security/py-google-auth-oauthlib/Makefile new file mode 100644 index 00000000000..d29ee7d2bc2 --- /dev/null +++ b/security/py-google-auth-oauthlib/Makefile @@ -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" diff --git a/security/py-google-auth-oauthlib/PLIST b/security/py-google-auth-oauthlib/PLIST new file mode 100644 index 00000000000..1f0b73db3fd --- /dev/null +++ b/security/py-google-auth-oauthlib/PLIST @@ -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 --git a/security/py-google-auth-oauthlib/distinfo b/security/py-google-auth-oauthlib/distinfo new file mode 100644 index 00000000000..d9b49cda37d --- /dev/null +++ b/security/py-google-auth-oauthlib/distinfo @@ -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 |