pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security New package, py-google-reauth-0.1.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be28807cedb3
branches:  trunk
changeset: 308733:be28807cedb3
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed May 30 16:26:31 2018 +0000

description:
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:

 security/Makefile                  |   3 ++-
 security/py-google-reauth/DESCR    |   3 +++
 security/py-google-reauth/Makefile |  17 +++++++++++++++++
 security/py-google-reauth/PLIST    |  27 +++++++++++++++++++++++++++
 security/py-google-reauth/distinfo |   6 ++++++
 5 files changed, 55 insertions(+), 1 deletions(-)

diffs (86 lines):

diff -r c67299c082d9 -r be28807cedb3 security/Makefile
--- a/security/Makefile Wed May 30 16:09:52 2018 +0000
+++ b/security/Makefile Wed May 30 16:26:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.682 2018/05/30 16:09:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.683 2018/05/30 16:26:31 bsiegert Exp $
 #
 
 COMMENT=       Security tools
@@ -413,6 +413,7 @@
 SUBDIR+=       py-ecdsa
 SUBDIR+=       py-ezPyCrypto
 SUBDIR+=       py-gnupg
+SUBDIR+=       py-google-reauth
 SUBDIR+=       py-gssapi
 SUBDIR+=       py-hsm
 SUBDIR+=       py-itsdangerous
diff -r c67299c082d9 -r be28807cedb3 security/py-google-reauth/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-reauth/DESCR   Wed May 30 16:26:31 2018 +0000
@@ -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 -r c67299c082d9 -r be28807cedb3 security/py-google-reauth/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-reauth/Makefile        Wed May 30 16:26:31 2018 +0000
@@ -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@localhost
+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 -r c67299c082d9 -r be28807cedb3 security/py-google-reauth/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-reauth/PLIST   Wed May 30 16:26:31 2018 +0000
@@ -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 -r c67299c082d9 -r be28807cedb3 security/py-google-reauth/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-google-reauth/distinfo        Wed May 30 16:26:31 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index