summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-14 05:31:17 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-14 05:31:17 +0100
commit0eef7325022f0c15ad7524221b73779eb081b7ed (patch)
tree9b2eacf57a1efbfd491922c930224a0168e6c1c9 /dev-python/allpairspy
parentdev-python/aiofiles: Remove old (diff)
downloadgentoo-0eef7325022f0c15ad7524221b73779eb081b7ed.tar.gz
gentoo-0eef7325022f0c15ad7524221b73779eb081b7ed.tar.bz2
gentoo-0eef7325022f0c15ad7524221b73779eb081b7ed.zip
dev-python/allpairspy: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/allpairspy')
-rw-r--r--dev-python/allpairspy/allpairspy-2.5.0.ebuild19
1 files changed, 0 insertions, 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