summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-24 14:53:26 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-25 18:18:23 +0100
commitc50d93361b7dd4ccb0a8078ac72364e8eaeec2a4 (patch)
tree5a6e106b7d666995af0c1ee588656d77e5da6f7f /dev-python/cherrypy
parentdev-python/automat: Use pypi.eclass (diff)
downloadgentoo-c50d93361b7dd4ccb0a8078ac72364e8eaeec2a4.tar.gz
gentoo-c50d93361b7dd4ccb0a8078ac72364e8eaeec2a4.tar.bz2
gentoo-c50d93361b7dd4ccb0a8078ac72364e8eaeec2a4.zip
dev-python/cherrypy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r--dev-python/cherrypy/cherrypy-18.8.0.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/cherrypy/cherrypy-18.8.0.ebuild b/dev-python/cherrypy/cherrypy-18.8.0.ebuild
index f5050a839c11..bc25b0613a09 100644
--- a/dev-python/cherrypy/cherrypy-18.8.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-18.8.0.ebuild
@@ -4,20 +4,18 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN="CherryPy"
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
-MY_PN="CherryPy"
-MY_P=${MY_PN}-${PV}
DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
HOMEPAGE="
https://cherrypy.dev/
https://github.com/cherrypy/cherrypy/
https://pypi.org/project/CherryPy/
"
-SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"