commit:     6c78e4ab850be32e2f3ec31b5e794b10ecbd9e5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 09:09:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 09:14:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c78e4ab

dev-python/cheroot: Fix redirect in HOMEPAGE

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cheroot/cheroot-8.5.0.ebuild | 4 +++-
 dev-python/cheroot/metadata.xml         | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/cheroot/cheroot-8.5.0.ebuild 
b/dev-python/cheroot/cheroot-8.5.0.ebuild
index 467ee0e31e3..8da9ebf823b 100644
--- a/dev-python/cheroot/cheroot-8.5.0.ebuild
+++ b/dev-python/cheroot/cheroot-8.5.0.ebuild
@@ -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"

diff --git a/dev-python/cheroot/metadata.xml b/dev-python/cheroot/metadata.xml
index 9a033da645d..f992a83fa3c 100644
--- a/dev-python/cheroot/metadata.xml
+++ b/dev-python/cheroot/metadata.xml
@@ -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>

Reply via email to