dev-python/keyrings-alt: update HOMEPAGE

Add docs

Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2022-01-03 19:50:00 +02:00
parent 526631fff6
commit a5812e6cc6

View File

@@ -1,4 +1,4 @@
# Copyright 2021 Gentoo Authors # Copyright 2021,2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -9,7 +9,10 @@ inherit distutils-r1
MY_PN=${PN/-/.} MY_PN=${PN/-/.}
DESCRIPTION="Alternate keyring backend implementations for use with the keyring package" 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" SRC_URI="https://github.com/jaraco/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
@@ -25,6 +28,9 @@ BDEPEND="
" "
distutils_enable_tests pytest distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/rst-linker \
dev-python/jaraco-packaging
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}