From aee365037a0eb66a830020347bcf61d21c37417f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Mar 2023 14:54:03 +0100 Subject: dev-python/wsgiproxy2: Use pypi.eclass MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/wsgiproxy2/wsgiproxy2-0.5.1-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-python/wsgiproxy2') 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" -- cgit v1.2.3-65-gdbad