diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-17 12:59:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 16:25:06 +0100 |
commit | 3d29b25055c3efdbcf392f9f35467e571bff69c2 (patch) | |
tree | e8a9f36b0bebb9eca1c50e83873b2fa220022ea1 /dev-python/requests-futures | |
parent | dev-python/requests-file: Use pypi.eclass (diff) | |
download | gentoo-3d29b25055c3efdbcf392f9f35467e571bff69c2.tar.gz gentoo-3d29b25055c3efdbcf392f9f35467e571bff69c2.tar.bz2 gentoo-3d29b25055c3efdbcf392f9f35467e571bff69c2.zip |
dev-python/requests-futures: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests-futures')
-rw-r--r-- | dev-python/requests-futures/requests-futures-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requests-futures/requests-futures-1.0.0-r1.ebuild b/dev-python/requests-futures/requests-futures-1.0.0-r1.ebuild index b223c42c9f4a..b83e39964223 100644 --- a/dev-python/requests-futures/requests-futures-1.0.0-r1.ebuild +++ b/dev-python/requests-futures/requests-futures-1.0.0-r1.ebuild @@ -4,14 +4,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) PYTHON_REQ_USE="threads(+)" -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Asynchronous Python HTTP for Humans" HOMEPAGE="https://github.com/ross/requests-futures" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |