dev-python/cherrypy: Add the new CherryPy website to the metadata

It is now https://cherrypy.dev.

Ref: https://twitter.com/cherrypy/status/1435583865024823297
Signed-off-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/22779
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Sviatoslav Sydorenko
2021-11-01 10:50:52 +01:00
committed by Arthur Zamarin
parent 17f8c11072
commit a8fb16af5f

View File

@@ -9,7 +9,7 @@ inherit distutils-r1
MY_P="CherryPy-${PV}"
DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
HOMEPAGE="https://pypi.org/project/CherryPy/"
HOMEPAGE="https://cherrypy.dev https://pypi.org/project/CherryPy/"
SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"