pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security
Module Name: pkgsrc
Committed By: bsiegert
Date: Wed May 30 16:26:31 UTC 2018
Modified Files:
pkgsrc/security: Makefile
Added Files:
pkgsrc/security/py-google-reauth: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.682 -r1.683 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-google-reauth/DESCR \
pkgsrc/security/py-google-reauth/Makefile \
pkgsrc/security/py-google-reauth/PLIST \
pkgsrc/security/py-google-reauth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.682 pkgsrc/security/Makefile:1.683
--- pkgsrc/security/Makefile:1.682 Wed May 30 16:09:52 2018
+++ pkgsrc/security/Makefile Wed May 30 16:26:31 2018
@@ -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-denyhosts
SUBDIR+= py-ecdsa
SUBDIR+= py-ezPyCrypto
SUBDIR+= py-gnupg
+SUBDIR+= py-google-reauth
SUBDIR+= py-gssapi
SUBDIR+= py-hsm
SUBDIR+= py-itsdangerous
Added files:
Index: pkgsrc/security/py-google-reauth/DESCR
diff -u /dev/null pkgsrc/security/py-google-reauth/DESCR:1.1
--- /dev/null Wed May 30 16:26:31 2018
+++ pkgsrc/security/py-google-reauth/DESCR Wed May 30 16:26:31 2018
@@ -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.
Index: pkgsrc/security/py-google-reauth/Makefile
diff -u /dev/null pkgsrc/security/py-google-reauth/Makefile:1.1
--- /dev/null Wed May 30 16:26:31 2018
+++ pkgsrc/security/py-google-reauth/Makefile Wed May 30 16:26:31 2018
@@ -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"
Index: pkgsrc/security/py-google-reauth/PLIST
diff -u /dev/null pkgsrc/security/py-google-reauth/PLIST:1.1
--- /dev/null Wed May 30 16:26:31 2018
+++ pkgsrc/security/py-google-reauth/PLIST Wed May 30 16:26:31 2018
@@ -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
Index: pkgsrc/security/py-google-reauth/distinfo
diff -u /dev/null pkgsrc/security/py-google-reauth/distinfo:1.1
--- /dev/null Wed May 30 16:26:31 2018
+++ pkgsrc/security/py-google-reauth/distinfo Wed May 30 16:26:31 2018
@@ -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