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 BA872158086 for ; Mon, 3 Jan 2022 18:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59D53E07A5; Mon, 3 Jan 2022 18:06:25 +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 6D5322BC073 for ; Mon, 3 Jan 2022 18:06:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE31F342B7B for ; Mon, 3 Jan 2022 18:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B803B286 for ; Mon, 3 Jan 2022 18:06:02 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1641232299.a5812e6cc6983745e0ec90290dd674717263f5f0.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: a5812e6cc6983745e0ec90290dd674717263f5f0 X-VCS-Branch: dev Date: Mon, 3 Jan 2022 18:06:02 +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: bdc7fa34-f800-4d5c-9288-4f2b01be14e2 X-Archives-Hash: 21c9462ec744207d8ed25fbac2199a5e commit: a5812e6cc6983745e0ec90290dd674717263f5f0 Author: Viorel Munteanu gmail com> AuthorDate: Mon Jan 3 17:50:00 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Mon Jan 3 17:51:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5812e6c dev-python/keyrings-alt: update HOMEPAGE Add docs Signed-off-by: Viorel Munteanu gmail.com> dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild index 2bb0bc784..a7373a503 100644 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021,2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,10 @@ inherit distutils-r1 MY_PN=${PN/-/.} DESCRIPTION="Alternate keyring backend implementations for use with the keyring package" -HOMEPAGE="https://github.com/jaraco/keyrings.alt" +HOMEPAGE=" + https://github.com/jaraco/keyrings.alt + https://pypi.org/project/keyrings.alt +" SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -25,6 +28,9 @@ BDEPEND=" " distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/rst-linker \ + dev-python/jaraco-packaging export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}