mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/cheroot: Fix redirect in HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -8,7 +8,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cheroot is the high-performance, pure-Python HTTP server used by CherryPy."
|
||||
HOMEPAGE="https://cherrypy.org/ https://pypi.org/project/Cheroot/ https://github.com/cherrypy/cheroot"
|
||||
HOMEPAGE="https://cherrypy.org/
|
||||
https://pypi.org/project/cheroot/
|
||||
https://github.com/cherrypy/cheroot/"
|
||||
SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">Cheroot</remote-id>
|
||||
<remote-id type="pypi">cheroot</remote-id>
|
||||
<remote-id type="github">cherrypy/cheroot</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user