pkgsrc-WIP-changes archive

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

+add py-otp -> wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 3 00:48:05 2020 +0100
Changeset:	6db3418f6e0d6abbdd2c7da92cfba19ea286a016

Added Files:
	py-otp/DESCR
	py-otp/Makefile
	py-otp/PLIST
	py-otp/distinfo

Log Message:
+add py-otp -> wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6db3418f6e0d6abbdd2c7da92cfba19ea286a016

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-otp/DESCR    |  4 ++++
 py-otp/Makefile | 16 ++++++++++++++++
 py-otp/PLIST    | 25 +++++++++++++++++++++++++
 py-otp/distinfo |  6 ++++++
 4 files changed, 51 insertions(+)

diffs:
diff --git a/py-otp/DESCR b/py-otp/DESCR
new file mode 100644
index 0000000000..886544f0b9
--- /dev/null
+++ b/py-otp/DESCR
@@ -0,0 +1,4 @@
+PyOTP is a Python library for generating and verifying
+one-time passwords. It can be used to implement two-factor
+(2FA) or multi-factor (MFA) authentication methods in web
+applications and in other systems that require users to log in
diff --git a/py-otp/Makefile b/py-otp/Makefile
new file mode 100644
index 0000000000..3a2887b431
--- /dev/null
+++ b/py-otp/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	pyotp-2.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=	security python
+MASTER_SITES=	https://files.pythonhosted.org/packages/9b/1b/179c53123bd712b6073e928546b7d7c480e2504955ede53b4a8bef24f31c/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/pyotp/pyotp
+COMMENT=	Python One Time Password Library
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-otp/PLIST b/py-otp/PLIST
new file mode 100644
index 0000000000..f5ddfa18b6
--- /dev/null
+++ b/py-otp/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyotp/__init__.py
+${PYSITELIB}/pyotp/__init__.pyc
+${PYSITELIB}/pyotp/__init__.pyo
+${PYSITELIB}/pyotp/compat.py
+${PYSITELIB}/pyotp/compat.pyc
+${PYSITELIB}/pyotp/compat.pyo
+${PYSITELIB}/pyotp/hotp.py
+${PYSITELIB}/pyotp/hotp.pyc
+${PYSITELIB}/pyotp/hotp.pyo
+${PYSITELIB}/pyotp/otp.py
+${PYSITELIB}/pyotp/otp.pyc
+${PYSITELIB}/pyotp/otp.pyo
+${PYSITELIB}/pyotp/py.typed
+${PYSITELIB}/pyotp/totp.py
+${PYSITELIB}/pyotp/totp.pyc
+${PYSITELIB}/pyotp/totp.pyo
+${PYSITELIB}/pyotp/utils.py
+${PYSITELIB}/pyotp/utils.pyc
+${PYSITELIB}/pyotp/utils.pyo
diff --git a/py-otp/distinfo b/py-otp/distinfo
new file mode 100644
index 0000000000..6f6a6a7af1
--- /dev/null
+++ b/py-otp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyotp-2.4.0.tar.gz) = b872e5e6576ad4dd17e25dce7a95d20427ad769a
+RMD160 (pyotp-2.4.0.tar.gz) = 7e37d3f7bf0aa06dae2b127edf0f4fbd85cc35cf
+SHA512 (pyotp-2.4.0.tar.gz) = cb6d49d0b6880c6d7c5ef6337d1f0085609e1b66c693b1a9cf6604334af6456cd67dd0278836211edb91a81b5340cab51499cd47b2013d291c9cc9d59e4f31a5
+Size (pyotp-2.4.0.tar.gz) = 14789 bytes


Home | Main Index | Thread Index | Old Index