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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D170158086 for ; Tue, 2 Nov 2021 12:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC49FE0833; Tue, 2 Nov 2021 12:37:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32DD0E0833 for ; Tue, 2 Nov 2021 12:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8142342E93 for ; Tue, 2 Nov 2021 12:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D8DF186 for ; Tue, 2 Nov 2021 12:37:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635856618.a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cherrypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cherrypy/cherrypy-18.6.1.ebuild X-VCS-Directories: dev-python/cherrypy/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c X-VCS-Branch: master Date: Tue, 2 Nov 2021 12:37:32 +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: c1430413-1c9a-4610-af4f-6100d77032a0 X-Archives-Hash: 96e07090dee723c338af53f5f15b0938 commit: a8fb16af5fd47f6d59433d2370756e0bbb3c0e4c Author: Sviatoslav Sydorenko redhat com> AuthorDate: Mon Nov 1 09:50:52 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 2 12:36:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fb16af 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 redhat.com> Closes: https://github.com/gentoo/gentoo/pull/22779 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/cherrypy/cherrypy-18.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cherrypy/cherrypy-18.6.1.ebuild b/dev-python/cherrypy/cherrypy-18.6.1.ebuild index f737a38a791..c553981b387 100644 --- a/dev-python/cherrypy/cherrypy-18.6.1.ebuild +++ b/dev-python/cherrypy/cherrypy-18.6.1.ebuild @@ -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}"