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 A3FC2158086 for ; Tue, 28 Dec 2021 09:03:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B362BC032; Tue, 28 Dec 2021 09:03:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1D96D2BC032 for ; Tue, 28 Dec 2021 09:03:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 0974B342EEC for ; Tue, 28 Dec 2021 09:03:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BA6D28E for ; Tue, 28 Dec 2021 09:03:51 +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: <1640682227.1b20869d72796e2af1e214a0f579ae78eec91c4e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_core/flit_core-3.6.0.ebuild dev-python/flit_core/metadata.xml X-VCS-Directories: dev-python/flit_core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b20869d72796e2af1e214a0f579ae78eec91c4e X-VCS-Branch: master Date: Tue, 28 Dec 2021 09:03:51 +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: 03ccb47b-2f9b-41fd-8dab-9e86ce5ff916 X-Archives-Hash: 4258d8ccad84bf19858492bc9618ffa3 commit: 1b20869d72796e2af1e214a0f579ae78eec91c4e Author: Michał Górny gentoo org> AuthorDate: Tue Dec 28 08:58:38 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 28 09:03:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b20869d dev-python/flit_core: Update HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/flit_core/flit_core-3.6.0.ebuild | 4 +++- dev-python/flit_core/metadata.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/flit_core/flit_core-3.6.0.ebuild b/dev-python/flit_core/flit_core-3.6.0.ebuild index 763af218f64b..22ec64d9e025 100644 --- a/dev-python/flit_core/flit_core-3.6.0.ebuild +++ b/dev-python/flit_core/flit_core-3.6.0.ebuild @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Simplified packaging of Python modules (core module)" -HOMEPAGE="https://pypi.org/project/flit-core/" +HOMEPAGE=" + https://pypi.org/project/flit-core/ + https://github.com/pypa/flit/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/flit_core/metadata.xml b/dev-python/flit_core/metadata.xml index 2b7767d64208..3f418d3bf441 100644 --- a/dev-python/flit_core/metadata.xml +++ b/dev-python/flit_core/metadata.xml @@ -12,6 +12,6 @@ flit-core - takluyver/flit + pypa/flit