pkgsrc-WIP-changes archive

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

py-otp: remove, imported to pkgsrc/security/py-otp



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sat Mar 11 09:55:42 2023 +0100
Changeset:	f20f221c1d8bbeeff4dd03a754961b54e9670799

Modified Files:
	Makefile
Removed Files:
	py-otp/DESCR
	py-otp/Makefile
	py-otp/PLIST
	py-otp/distinfo

Log Message:
py-otp: remove, imported to pkgsrc/security/py-otp

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

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

diffstat:
 Makefile        |  1 -
 py-otp/DESCR    |  4 ----
 py-otp/Makefile | 18 ------------------
 py-otp/PLIST    | 31 -------------------------------
 py-otp/distinfo |  5 -----
 5 files changed, 59 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 33c88e3b29..990f10bd42 100644
--- a/Makefile
+++ b/Makefile
@@ -4267,7 +4267,6 @@ SUBDIR+=	py-orm
 SUBDIR+=	py-ortho
 SUBDIR+=	py-otb
 SUBDIR+=	py-othman
-SUBDIR+=	py-otp
 SUBDIR+=	py-owslib
 SUBDIR+=	py-p4
 SUBDIR+=	py-p_tqdm
diff --git a/py-otp/DESCR b/py-otp/DESCR
deleted file mode 100644
index 9a1ea788ad..0000000000
--- a/py-otp/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 95a59e19e9..0000000000
--- a/py-otp/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD$
-
-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"
diff --git a/py-otp/PLIST b/py-otp/PLIST
deleted file mode 100644
index 70466b6f72..0000000000
--- a/py-otp/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@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/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
diff --git a/py-otp/distinfo b/py-otp/distinfo
deleted file mode 100644
index dbd597d509..0000000000
--- a/py-otp/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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