From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0EE81382C5 for ; Sun, 6 Dec 2020 09:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 413EEE092C; Sun, 6 Dec 2020 09:14:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AF0EE092C for ; Sun, 6 Dec 2020 09:14:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1674B34124A for ; Sun, 6 Dec 2020 09:14:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC0E482 for ; Sun, 6 Dec 2020 09:14:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1607246050.6c78e4ab850be32e2f3ec31b5e794b10ecbd9e5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cheroot/cheroot-8.5.0.ebuild dev-python/cheroot/metadata.xml X-VCS-Directories: dev-python/cheroot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6c78e4ab850be32e2f3ec31b5e794b10ecbd9e5d X-VCS-Branch: master Date: Sun, 6 Dec 2020 09:14:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 57c4105f-663c-400e-be9d-00346d4ff720 X-Archives-Hash: d54a29d4252e0c25fe9a551d31c4e184 commit: 6c78e4ab850be32e2f3ec31b5e794b10ecbd9e5d Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 09:09:14 2020 +0000 Commit: Michał Górny gentoo 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 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 @@ - Cheroot + cheroot cherrypy/cheroot