aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 18:28:13 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-17 18:28:13 +0500
commitc325ad3a407828fcda893b8097710fd985230861 (patch)
tree6cd78e8d964904180c7f583556465ff70b80b9d8 /dev-python/types-requests
parentdev-python/types-pytz: Use pypi.eclass (diff)
downloadguru-c325ad3a407828fcda893b8097710fd985230861.tar.gz
guru-c325ad3a407828fcda893b8097710fd985230861.tar.bz2
guru-c325ad3a407828fcda893b8097710fd985230861.zip
dev-python/types-requests: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/types-requests')
-rw-r--r--dev-python/types-requests/types-requests-2.28.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/types-requests/types-requests-2.28.0.ebuild b/dev-python/types-requests/types-requests-2.28.0.ebuild
index 99ac270e6..9f38bbb8c 100644
--- a/dev-python/types-requests/types-requests-2.28.0.ebuild
+++ b/dev-python/types-requests/types-requests-2.28.0.ebuild
@@ -3,16 +3,16 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Typing stubs for requests"
HOMEPAGE="
https://pypi.org/project/types-requests/
https://github.com/python/typeshed/tree/master/stubs/requests
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"