diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:04:30 +0100 |
commit | b65e3a8f8d4f5e150b33635827e5185c4d02d691 (patch) | |
tree | f90a9ae73940e44221d25bf5befc3046642b6218 /dev-python/requestsexceptions | |
parent | dev-python/requests: Use pypi.eclass (diff) | |
download | gentoo-b65e3a8f8d4f5e150b33635827e5185c4d02d691.tar.gz gentoo-b65e3a8f8d4f5e150b33635827e5185c4d02d691.tar.bz2 gentoo-b65e3a8f8d4f5e150b33635827e5185c4d02d691.zip |
dev-python/requestsexceptions: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requestsexceptions')
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild index be8c20f41d99..cf41f6322ab7 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0-r1.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Finds the correct path to exceptions in the requests library" HOMEPAGE="https://github.com/openstack-infra/requestsexceptions" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |