py-google-auth-oauthlib: added version 0.4.0
This library provides oauthlib integration with google-auth.
This commit is contained in:
parent
35cd11c3b1
commit
2bf96292ab
4 changed files with 56 additions and 0 deletions
1
security/py-google-auth-oauthlib/DESCR
Normal file
1
security/py-google-auth-oauthlib/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This library provides oauthlib integration with google-auth.
|
23
security/py-google-auth-oauthlib/Makefile
Normal file
23
security/py-google-auth-oauthlib/Makefile
Normal file
|
@ -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"
|
26
security/py-google-auth-oauthlib/PLIST
Normal file
26
security/py-google-auth-oauthlib/PLIST
Normal file
|
@ -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
|
6
security/py-google-auth-oauthlib/distinfo
Normal file
6
security/py-google-auth-oauthlib/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue