pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-otp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar 11 08:55:13 UTC 2023

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

Log Message:
security/py-otp: import py-otp-2.8.0

Packaged for wip by K.I.A.Derouiche and myself.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-otp/DESCR \
    pkgsrc/security/py-otp/Makefile pkgsrc/security/py-otp/PLIST \
    pkgsrc/security/py-otp/distinfo

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

Added files:

Index: pkgsrc/security/py-otp/DESCR
diff -u /dev/null pkgsrc/security/py-otp/DESCR:1.1
--- /dev/null   Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/DESCR        Sat Mar 11 08:55:13 2023
@@ -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.
Index: pkgsrc/security/py-otp/Makefile
diff -u /dev/null pkgsrc/security/py-otp/Makefile:1.1
--- /dev/null   Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/Makefile     Sat Mar 11 08:55:13 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/03/11 08:55:13 wiz Exp $
+
+DISTNAME=      pyotp-2.8.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyotp/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/pyotp/pyotp
+COMMENT=       Python One-Time Password Library
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-otp/PLIST
diff -u /dev/null pkgsrc/security/py-otp/PLIST:1.1
--- /dev/null   Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/PLIST        Sat Mar 11 08:55:13 2023
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/11 08:55:13 wiz Exp $
+${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/contrib/__init__.py
+${PYSITELIB}/pyotp/contrib/__init__.pyc
+${PYSITELIB}/pyotp/contrib/__init__.pyo
+${PYSITELIB}/pyotp/contrib/steam.py
+${PYSITELIB}/pyotp/contrib/steam.pyc
+${PYSITELIB}/pyotp/contrib/steam.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
Index: pkgsrc/security/py-otp/distinfo
diff -u /dev/null pkgsrc/security/py-otp/distinfo:1.1
--- /dev/null   Sat Mar 11 08:55:13 2023
+++ pkgsrc/security/py-otp/distinfo     Sat Mar 11 08:55:13 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/11 08:55:13 wiz Exp $
+
+BLAKE2s (pyotp-2.8.0.tar.gz) = fe6d9d51dbda44979c1cb2a78b4f7ad460117683175bab29402699acbe8f29dd
+SHA512 (pyotp-2.8.0.tar.gz) = f4e6c857833c7c994a64586bb495b48935752d0fa9d90edbdcce899ebce10fc0ac13ab03c439ea81f1c0fcfc4adafbf2c42ee8c4fa4afdd662c30d5be164c9b2
+Size (pyotp-2.8.0.tar.gz) = 16873 bytes



Home | Main Index | Thread Index | Old Index