commit: 8355e055201e5b61f6e39371561cb29d8862ece5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:31 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8355e055
dev-python/testrepository: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/testrepository/testrepository-0.0.20-r200.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
b/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
index 0d056bd63..6f76f2065 100644
--- a/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
+++ b/dev-python/testrepository/testrepository-0.0.20-r200.ebuild
@@ -67,7 +67,7 @@ EPYTEST_DESELECT=(
PYTHON_COMPAT=( python3_{9..10} pypy3 )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A repository of test results"
HOMEPAGE="
@@ -75,7 +75,6 @@ HOMEPAGE="
https://pypi.org/project/testrepository/
https://github.com/testing-cabal/testrepository
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0 BSD"
SLOT="0"