commit:     2bd9ed24fc95ace786d364ed7ce83322e5a58dde
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:13:02 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd9ed24

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

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/sphinx-click/Manifest                         |  2 +-
 ...hinx-click-3.0.1.ebuild => sphinx-click-3.1.0.ebuild} | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 7ce229c2b..fa88c6f6e 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -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.1.0.tar.gz 20265 BLAKE2B 
ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853
 SHA512 
fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
similarity index 61%
rename from dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
rename to dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
index e19efe79f..8d3e2f229 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
@@ -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
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx plugin to automatically document click-based applications"
 HOMEPAGE="
        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"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
        >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-       >=dev-python/click-6[${PYTHON_USEDEP}]
-       <dev-python/docutils-0.17[${PYTHON_USEDEP}]
+       >=dev-python/click-5[${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_sphinx docs --no-autodoc

Reply via email to