commit: a5812e6cc6983745e0ec90290dd674717263f5f0
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan 3 17:50:00 2022 +0000
Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> 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 <ceamac.paragon <AT> 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}