diff options
author | adam <adam@pkgsrc.org> | 2019-07-02 12:00:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-02 12:00:13 +0000 |
commit | 0eba5c78b773f89ea662e2d093e0813abf053fff (patch) | |
tree | 832d1ce2f193fa4f64b502bf576e216c01b5efc5 /security | |
parent | f250aabaf83e6016253653e5d0a55a7de402a30b (diff) | |
download | pkgsrc-0eba5c78b773f89ea662e2d093e0813abf053fff.tar.gz |
py-google-auth-httplib2: added version 0.0.3
This library provides an httplib2 transport for google-auth.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-google-auth-httplib2/DESCR | 1 | ||||
-rw-r--r-- | security/py-google-auth-httplib2/Makefile | 18 | ||||
-rw-r--r-- | security/py-google-auth-httplib2/PLIST | 9 | ||||
-rw-r--r-- | security/py-google-auth-httplib2/distinfo | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/security/py-google-auth-httplib2/DESCR b/security/py-google-auth-httplib2/DESCR new file mode 100644 index 00000000000..5427efc51b6 --- /dev/null +++ b/security/py-google-auth-httplib2/DESCR @@ -0,0 +1 @@ +This library provides an httplib2 transport for google-auth. diff --git a/security/py-google-auth-httplib2/Makefile b/security/py-google-auth-httplib2/Makefile new file mode 100644 index 00000000000..00e816bee16 --- /dev/null +++ b/security/py-google-auth-httplib2/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/07/02 12:00:13 adam Exp $ + +DISTNAME= google-auth-httplib2-0.0.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-auth-httplib2/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 +COMMENT= Google Authentication Library: httplib2 transport +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.9.1:../../www/py-httplib2 + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-google-auth-httplib2/PLIST b/security/py-google-auth-httplib2/PLIST new file mode 100644 index 00000000000..b4ee34f17fe --- /dev/null +++ b/security/py-google-auth-httplib2/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2019/07/02 12:00:13 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/google_auth_httplib2.py +${PYSITELIB}/google_auth_httplib2.pyc +${PYSITELIB}/google_auth_httplib2.pyo diff --git a/security/py-google-auth-httplib2/distinfo b/security/py-google-auth-httplib2/distinfo new file mode 100644 index 00000000000..ac225f9502c --- /dev/null +++ b/security/py-google-auth-httplib2/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/02 12:00:13 adam Exp $ + +SHA1 (google-auth-httplib2-0.0.3.tar.gz) = 9795712557a1683c3cf3c85db719d355c1012b66 +RMD160 (google-auth-httplib2-0.0.3.tar.gz) = 2a244e22de54eac2042adb13b87dc39001b77084 +SHA512 (google-auth-httplib2-0.0.3.tar.gz) = da9d280f2ab3f9d99e2f011d56d94b09a12e85a5a1e9f78933a93cc57c7778d9002e1a023552a2611283da696334ba795cd7e8003b311db05e9b6b40aca34dc7 +Size (google-auth-httplib2-0.0.3.tar.gz) = 9957 bytes |