commit: 0eef7325022f0c15ad7524221b73779eb081b7ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:31:17 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:31:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eef7325
dev-python/allpairspy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/allpairspy/allpairspy-2.5.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-python/allpairspy/allpairspy-2.5.0.ebuild
b/dev-python/allpairspy/allpairspy-2.5.0.ebuild
deleted file mode 100644
index ec2a06f185e8..000000000000
--- a/dev-python/allpairspy/allpairspy-2.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pairwise test combinations generator"
-HOMEPAGE="https://github.com/thombashi/allpairspy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest