dev-python/sphinx-click: add 3.1.0, drop 3.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-03-14 03:13:02 +01:00
parent ada247acfc
commit 2bd9ed24fc
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
2 changed files with 9 additions and 9 deletions

View File

@ -1,2 +1,2 @@
DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e SHA512 ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4
DIST sphinx-click-3.0.2.tar.gz 19764 BLAKE2B 7190958afaa8edab311e6728c5b2ea37e04d9402882c8bb0ceac935fc1bc93b5c087cbe6847396f9331b9b6b4d7fcb2a439d725661bd8d4cebdde6851f38f78a SHA512 dcf60ca31dcc7c1f45157ed88a5d723d8b531f01b617fb0cc4ada8f09c709b23b55a86bcf8bbe66bf4c2f5ef77329123d271724887022a43b86747087e87ed7c DIST sphinx-click-3.0.2.tar.gz 19764 BLAKE2B 7190958afaa8edab311e6728c5b2ea37e04d9402882c8bb0ceac935fc1bc93b5c087cbe6847396f9331b9b6b4d7fcb2a439d725661bd8d4cebdde6851f38f78a SHA512 dcf60ca31dcc7c1f45157ed88a5d723d8b531f01b617fb0cc4ada8f09c709b23b55a86bcf8bbe66bf4c2f5ef77329123d271724887022a43b86747087e87ed7c
DIST sphinx-click-3.1.0.tar.gz 20265 BLAKE2B ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853 SHA512 fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b

View File

@ -1,29 +1,29 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-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=7 EAPI=8
PYTHON_COMPAT=( python3_{8,9} ) PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1 inherit distutils-r1
DESCRIPTION="Sphinx plugin to automatically document click-based applications" DESCRIPTION="Sphinx plugin to automatically document click-based applications"
HOMEPAGE=" HOMEPAGE="
https://github.com/click-contrib/sphinx-click https://github.com/click-contrib/sphinx-click
https://pypi.org/project/sphinx-click https://pypi.org/project/sphinx-click/
" "
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64"
SLOT="0" SLOT="0"
RDEPEND=" RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}] >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
>=dev-python/click-6[${PYTHON_USEDEP}] >=dev-python/click-5[${PYTHON_USEDEP}]
<dev-python/docutils-0.17[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}]
" "
DEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]" BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest distutils_enable_tests pytest
distutils_enable_sphinx docs --no-autodoc distutils_enable_sphinx docs --no-autodoc