summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-24 14:54:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-25 18:18:54 +0100
commitcbb05d8e394d120bd83eeadbefd0a3eca24511a3 (patch)
tree659255cfe4a81d37bae5f0bb89b4916333aeb409 /dev-python/webtest
parentdev-python/webob: Use pypi.eclass (diff)
downloadgentoo-cbb05d8e394d120bd83eeadbefd0a3eca24511a3.tar.gz
gentoo-cbb05d8e394d120bd83eeadbefd0a3eca24511a3.tar.bz2
gentoo-cbb05d8e394d120bd83eeadbefd0a3eca24511a3.zip
dev-python/webtest: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r--dev-python/webtest/webtest-3.0.0-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index 6cf281f526dc..8e4a5a67c8eb 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -4,20 +4,18 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="WebTest"
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_PN="WebTest"
-MY_P="${MY_PN}-${PV}"
DESCRIPTION="Helper to test WSGI applications"
HOMEPAGE="
https://docs.pylonsproject.org/projects/webtest/en/latest/
https://github.com/Pylons/webtest/
https://pypi.org/project/WebTest/
"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"