diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:08:59 +0100 |
commit | 29f87678f3660b901f5948214111e692b6f9d8da (patch) | |
tree | 6aec5e6de48af27b61804ea837bbe49b0d285b4b /dev-python/testscenarios | |
parent | dev-python/testresources: Use pypi.eclass (diff) | |
download | gentoo-29f87678f3660b901f5948214111e692b6f9d8da.tar.gz gentoo-29f87678f3660b901f5948214111e692b6f9d8da.tar.bz2 gentoo-29f87678f3660b901f5948214111e692b6f9d8da.zip |
dev-python/testscenarios: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild index 759ab7de8029..44dcd17a5b3f 100644 --- a/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild +++ b/dev-python/testscenarios/testscenarios-0.5.0-r3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A pyunit extension for dependency injection" HOMEPAGE=" @@ -14,7 +14,6 @@ HOMEPAGE=" https://github.com/testing-cabal/testscenarios/ https://pypi.org/project/testscenarios/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |