summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:12 +0100
commitfd8d567ca1310e317ce2a71e8be418854d59e921 (patch)
tree5c32aead70f2fb3d39254fdbdfd1815594327883 /dev-python/allpairspy
parentdev-python/alabaster: Use pypi.eclass (diff)
downloadgentoo-fd8d567ca1310e317ce2a71e8be418854d59e921.tar.gz
gentoo-fd8d567ca1310e317ce2a71e8be418854d59e921.tar.bz2
gentoo-fd8d567ca1310e317ce2a71e8be418854d59e921.zip
dev-python/allpairspy: Use pypi.eclass
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-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
index a32e25f818e0..96c4b8391fea 100644
--- a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
@@ -6,11 +6,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
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"