diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-24 14:54:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-25 18:18:55 +0100 |
commit | aee365037a0eb66a830020347bcf61d21c37417f (patch) | |
tree | 789a6f5c1142b0a38d1088a1d0c2b9b226df3466 /dev-python/wsgiproxy2 | |
parent | dev-python/whoosh: Use pypi.eclass (diff) | |
download | gentoo-aee365037a0eb66a830020347bcf61d21c37417f.tar.gz gentoo-aee365037a0eb66a830020347bcf61d21c37417f.tar.bz2 gentoo-aee365037a0eb66a830020347bcf61d21c37417f.zip |
dev-python/wsgiproxy2: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wsgiproxy2')
-rw-r--r-- | dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild index f9e63b4183f3..2bcc6026a3f2 100644 --- a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild @@ -4,18 +4,17 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN="WSGIProxy2" PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi -MY_PN="WSGIProxy2" DESCRIPTION="HTTP proxying tools for WSGI apps" HOMEPAGE=" https://github.com/gawel/WSGIProxy2/ https://pypi.org/project/WSGIProxy2/ " -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" |