Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/
Date: Mon, 03 Jan 2022 18:06:37
Message-Id: 1641232299.a5812e6cc6983745e0ec90290dd674717263f5f0.viorel_munteanu@gentoo
1 commit: a5812e6cc6983745e0ec90290dd674717263f5f0
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 3 17:50:00 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 3 17:51:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5812e6c
7
8 dev-python/keyrings-alt: update HOMEPAGE
9
10 Add docs
11
12 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
13
14 dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 10 ++++++++--
15 1 file changed, 8 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
18 index 2bb0bc784..a7373a503 100644
19 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
20 +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2021 Gentoo Authors
23 +# Copyright 2021,2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -9,7 +9,10 @@ inherit distutils-r1
28
29 MY_PN=${PN/-/.}
30 DESCRIPTION="Alternate keyring backend implementations for use with the keyring package"
31 -HOMEPAGE="https://github.com/jaraco/keyrings.alt"
32 +HOMEPAGE="
33 + https://github.com/jaraco/keyrings.alt
34 + https://pypi.org/project/keyrings.alt
35 +"
36 SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="MIT"
39 @@ -25,6 +28,9 @@ BDEPEND="
40 "
41
42 distutils_enable_tests pytest
43 +distutils_enable_sphinx docs \
44 + dev-python/rst-linker \
45 + dev-python/jaraco-packaging
46
47 export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}