summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:59:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:25:04 +0100
commit5a6934f5de619f1a84df82297a86bc799c502f09 (patch)
treefd82ffc0a772246bfd3120cde1f83f43718afddc /dev-python/requests-file
parentdev-python/readthedocs-sphinx-ext: Use pypi.eclass (diff)
downloadgentoo-5a6934f5de619f1a84df82297a86bc799c502f09.tar.gz
gentoo-5a6934f5de619f1a84df82297a86bc799c502f09.tar.bz2
gentoo-5a6934f5de619f1a84df82297a86bc799c502f09.zip
dev-python/requests-file: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-file')
-rw-r--r--dev-python/requests-file/requests-file-1.5.1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-file/requests-file-1.5.1-r2.ebuild b/dev-python/requests-file/requests-file-1.5.1-r2.ebuild
index e6b38f87d007..dea83eed258e 100644
--- a/dev-python/requests-file/requests-file-1.5.1-r2.ebuild
+++ b/dev-python/requests-file/requests-file-1.5.1-r2.ebuild
@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="File transport adapter for Requests"
HOMEPAGE="https://pypi.org/project/requests-file/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"