summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:15 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:04:29 +0100
commit8d4de905d15e5a903fc5cf40fef731fca16c321e (patch)
tree0df7050f00979b26f3d42c797f95de3cd44a35a5 /dev-python/requests
parentdev-python/regex: Use pypi.eclass (diff)
downloadgentoo-8d4de905d15e5a903fc5cf40fef731fca16c321e.tar.gz
gentoo-8d4de905d15e5a903fc5cf40fef731fca16c321e.tar.bz2
gentoo-8d4de905d15e5a903fc5cf40fef731fca16c321e.zip
dev-python/requests: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests')
-rw-r--r--dev-python/requests/requests-2.28.2.ebuild3
1 files changed, 1 insertions, 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"