pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-oath Add py-oath-1.4.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/92ad53766e8c
branches: trunk
changeset: 358181:92ad53766e8c
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Feb 07 01:25:06 2017 +0000
description:
Add py-oath-1.4.1:
python-oath is a package implementing the three main OATH specifications:
- HOTP, an event based one-time password standard (RFC 4226)
- TOTP, a time based OTP (6238)
- OCRA, a mixed OTP / signature system based on HOTP for complex use cases
(RFC 6287)
diffstat:
security/py-oath/DESCR | 5 +++++
security/py-oath/Makefile | 14 ++++++++++++++
security/py-oath/PLIST | 23 +++++++++++++++++++++++
security/py-oath/distinfo | 6 ++++++
4 files changed, 48 insertions(+), 0 deletions(-)
diffs (64 lines):
diff -r 3041b760dfe5 -r 92ad53766e8c security/py-oath/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oath/DESCR Tue Feb 07 01:25:06 2017 +0000
@@ -0,0 +1,5 @@
+python-oath is a package implementing the three main OATH specifications:
+ - HOTP, an event based one-time password standard (RFC 4226)
+ - TOTP, a time based OTP (6238)
+ - OCRA, a mixed OTP / signature system based on HOTP for complex use cases
+ (RFC 6287)
diff -r 3041b760dfe5 -r 92ad53766e8c security/py-oath/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oath/Makefile Tue Feb 07 01:25:06 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/02/07 01:25:06 joerg Exp $
+
+DISTNAME= oath-1.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python security www
+MASTER_SITES= ${MASTER_SITE_PYPI:=o/oath/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://pypi.python.org/pypi/oath/
+COMMENT= Python implementation of OATH (HOTP, TOTP, OCRA)
+LICENSE= modified-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3041b760dfe5 -r 92ad53766e8c security/py-oath/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oath/PLIST Tue Feb 07 01:25:06 2017 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/07 01:25:06 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/oath/__init__.py
+${PYSITELIB}/oath/__init__.pyc
+${PYSITELIB}/oath/__init__.pyo
+${PYSITELIB}/oath/_hotp.py
+${PYSITELIB}/oath/_hotp.pyc
+${PYSITELIB}/oath/_hotp.pyo
+${PYSITELIB}/oath/_ocra.py
+${PYSITELIB}/oath/_ocra.pyc
+${PYSITELIB}/oath/_ocra.pyo
+${PYSITELIB}/oath/_totp.py
+${PYSITELIB}/oath/_totp.pyc
+${PYSITELIB}/oath/_totp.pyo
+${PYSITELIB}/oath/_utils.py
+${PYSITELIB}/oath/_utils.pyc
+${PYSITELIB}/oath/_utils.pyo
+${PYSITELIB}/oath/google_authenticator.py
+${PYSITELIB}/oath/google_authenticator.pyc
+${PYSITELIB}/oath/google_authenticator.pyo
diff -r 3041b760dfe5 -r 92ad53766e8c security/py-oath/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oath/distinfo Tue Feb 07 01:25:06 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/07 01:25:06 joerg Exp $
+
+SHA1 (oath-1.4.1.tar.gz) = 4314780b9553de1b2b7dc771bb5a71bb2dbd1f9a
+RMD160 (oath-1.4.1.tar.gz) = 5519fa1bfb52d08360a6cb7e52674d6b3e7c9363
+SHA512 (oath-1.4.1.tar.gz) = 2d02f2bf1d0390ad5d1829ef85f0549ef0c5ae083cfa3cce0f334f803842ef16ccebd6154ce471aa0cfba307d255dbaa9abb223da57500b4ef2156e08b37b241
+Size (oath-1.4.1.tar.gz) = 108414 bytes
Home |
Main Index |
Thread Index |
Old Index