diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-05-30 16:26:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-05-30 16:26:31 +0000 |
commit | 6ad565a7184d3ab30e4e21776d8e883290e496b0 (patch) | |
tree | 2c56a16ff97d85a910f962401baa71eb40c28f25 /security/py-google-reauth | |
parent | a1c502fdd86c704216e140b4e86fb3366455f844 (diff) | |
download | pkgsrc-6ad565a7184d3ab30e4e21776d8e883290e496b0.tar.gz |
New package, py-google-reauth-0.1.0.
Part of PR pkg/52941.
This library provides Reauth support to Google's authentication
libraries for Python. Reauth allows using two-factor authentication for
end-user credentials.
Diffstat (limited to 'security/py-google-reauth')
-rw-r--r-- | security/py-google-reauth/DESCR | 3 | ||||
-rw-r--r-- | security/py-google-reauth/Makefile | 17 | ||||
-rw-r--r-- | security/py-google-reauth/PLIST | 27 | ||||
-rw-r--r-- | security/py-google-reauth/distinfo | 6 |
4 files changed, 53 insertions, 0 deletions
diff --git a/security/py-google-reauth/DESCR b/security/py-google-reauth/DESCR new file mode 100644 index 00000000000..efd6c2c69ec --- /dev/null +++ b/security/py-google-reauth/DESCR @@ -0,0 +1,3 @@ +This library provides Reauth support to Google's authentication +libraries for Python. Reauth allows using two-factor authentication for +end-user credentials. diff --git a/security/py-google-reauth/Makefile b/security/py-google-reauth/Makefile new file mode 100644 index 00000000000..3434b37b3bd --- /dev/null +++ b/security/py-google-reauth/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2018/05/30 16:26:31 bsiegert Exp $ + +DISTNAME= google-reauth-0.1.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-reauth/} + +MAINTAINER= bsiegert@NetBSD.org +HOMEPAGE= https://github.com/google/google-reauth-python +COMMENT= Library to support two-factor authentication +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-oauth2client>=2:../../security/py-oauth2client +DEPENDS+= ${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-google-reauth/PLIST b/security/py-google-reauth/PLIST new file mode 100644 index 00000000000..74e5ce74113 --- /dev/null +++ b/security/py-google-reauth/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/30 16:26:31 bsiegert 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_reauth/__init__.py +${PYSITELIB}/google_reauth/__init__.pyc +${PYSITELIB}/google_reauth/__init__.pyo +${PYSITELIB}/google_reauth/_helpers.py +${PYSITELIB}/google_reauth/_helpers.pyc +${PYSITELIB}/google_reauth/_helpers.pyo +${PYSITELIB}/google_reauth/_reauth_client.py +${PYSITELIB}/google_reauth/_reauth_client.pyc +${PYSITELIB}/google_reauth/_reauth_client.pyo +${PYSITELIB}/google_reauth/challenges.py +${PYSITELIB}/google_reauth/challenges.pyc +${PYSITELIB}/google_reauth/challenges.pyo +${PYSITELIB}/google_reauth/errors.py +${PYSITELIB}/google_reauth/errors.pyc +${PYSITELIB}/google_reauth/errors.pyo +${PYSITELIB}/google_reauth/reauth.py +${PYSITELIB}/google_reauth/reauth.pyc +${PYSITELIB}/google_reauth/reauth.pyo +${PYSITELIB}/google_reauth/reauth_creds.py +${PYSITELIB}/google_reauth/reauth_creds.pyc +${PYSITELIB}/google_reauth/reauth_creds.pyo diff --git a/security/py-google-reauth/distinfo b/security/py-google-reauth/distinfo new file mode 100644 index 00000000000..0fb5479829f --- /dev/null +++ b/security/py-google-reauth/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/05/30 16:26:31 bsiegert Exp $ + +SHA1 (google-reauth-0.1.0.tar.gz) = dcc110ebfd4afaad37d96606a759d53a6edb2513 +RMD160 (google-reauth-0.1.0.tar.gz) = 9de61cb70594e09f9c38b325db86c30a6d06e4f3 +SHA512 (google-reauth-0.1.0.tar.gz) = 18eed013af9d314889435172c2d02c5029c69f4976e5307c6d2b2a646e150a5ade86dc2802e3a6ab153dfdeae1006a796bcaa9db4d91c07ce21916d94dc16034 +Size (google-reauth-0.1.0.tar.gz) = 17289 bytes |