commit: 481ccd07914cf26d33059d87339791ab7a24c0cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 18:31:04 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 18:31:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481ccd07
dev-python/pyotp: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyotp/Manifest | 1 -
dev-python/pyotp/pyotp-2.8.0.ebuild | 21 ---------------------
2 files changed, 22 deletions(-)
diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
index 0e36186231a6..f6d0aa7c9d7f 100644
--- a/dev-python/pyotp/Manifest
+++ b/dev-python/pyotp/Manifest
@@ -1,2 +1 @@
-DIST pyotp-2.8.0.tar.gz 16873 BLAKE2B
55930ca0991a38e920e4dd31ff46534031976ccc4bd2151a762ce806251d1b4c7d3c120a7afa42b2aa33387cd445818b07b981f906733075535d6948dfde24e6
SHA512
f4e6c857833c7c994a64586bb495b48935752d0fa9d90edbdcce899ebce10fc0ac13ab03c439ea81f1c0fcfc4adafbf2c42ee8c4fa4afdd662c30d5be164c9b2
DIST pyotp-2.9.0.tar.gz 17763 BLAKE2B
32dd9772e0fc9de1cb13c204f5037dcf8352029e85a5df92c35f026e3960c649cd1d6f2b70b171133598e57a58707eebf34b4a8af18291a72f3e3aed8c659944
SHA512
2d3dd43997bbeceb078d9dfc4ec2d2ea608f1ac60c2189d45f775e1f47ff0cefcdfd36b77db1e022a8f8307b46329fbbad270e054853b63b5d7d457ad358731c
diff --git a/dev-python/pyotp/pyotp-2.8.0.ebuild
b/dev-python/pyotp/pyotp-2.8.0.ebuild
deleted file mode 100644
index a2917de0d249..000000000000
--- a/dev-python/pyotp/pyotp-2.8.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="PyOTP is a Python library for generating and verifying one-time
passwords"
-HOMEPAGE="
- https://github.com/pyauth/pyotp/
- https://pypi.org/project/pyotp/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-distutils_enable_tests unittest