commit: 8d4de905d15e5a903fc5cf40fef731fca16c321e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 17:48:15 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 04:04:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4de905
dev-python/requests: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/requests/requests-2.28.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/requests/requests-2.28.2.ebuild
b/dev-python/requests/requests-2.28.2.ebuild
index 97d5d7219838..70dc28300701 100644
--- a/dev-python/requests/requests-2.28.2.ebuild
+++ b/dev-python/requests/requests-2.28.2.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE="threads(+)"
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="HTTP library for human beings"
HOMEPAGE="
@@ -16,7 +16,6 @@ HOMEPAGE="
https://github.com/psf/requests/
https://pypi.org/project/requests/
"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"