commit: 4c349f032137356912f2eab839fc8f431bd62f9f
Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Sat Feb 22 14:59:51 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Feb 22 19:43:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c349f03
dev-python/cloup: add 3.0.6, drop 3.0.5
Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
dev-python/cloup/Manifest | 2 +-
dev-python/cloup/{cloup-3.0.5.ebuild => cloup-3.0.6.ebuild} | 11 +++++------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-python/cloup/Manifest b/dev-python/cloup/Manifest
index 4b06edded..d18d298b1 100644
--- a/dev-python/cloup/Manifest
+++ b/dev-python/cloup/Manifest
@@ -1 +1 @@
-DIST cloup-3.0.5.gh.tar.gz 226050 BLAKE2B
c9e100e93266e2159ba27c9261596aec1960f8cc7c7da47e8aac53cf5720b2348b8b74a3b9cde21240e73d5a2da4dab8fbf431236826b9e26f17f5a328a198b4
SHA512
04cd5fa7474448b9524d20b082d246a7aa0e19c14dba61640573b189c86f8ad639d2c38258df545cc0d179606e84284a4f0b305b512d33d182fbc3861eb60c64
+DIST cloup-3.0.6.gh.tar.gz 225617 BLAKE2B
66921c03e0ef5ab547b583a3c0584b5e5a6f5f16c2bc7d8648df547e704362a4388228dbbf98224d6798bcf1d47e6b095d73966af5a279c3f34f0c9f581e3dbb
SHA512
6a936868127557f35c9accf216ed00f8fd19f40f64fa8a986f73ea58cb83545cfb8a6bac1101b4b9811c2b280b50a0ff1bc9fa58b553f9279056768d22825fec
diff --git a/dev-python/cloup/cloup-3.0.5.ebuild
b/dev-python/cloup/cloup-3.0.6.ebuild
similarity index 84%
rename from dev-python/cloup/cloup-3.0.5.ebuild
rename to dev-python/cloup/cloup-3.0.6.ebuild
index 16055631f..290c4c3a3 100644
--- a/dev-python/cloup/cloup-3.0.5.ebuild
+++ b/dev-python/cloup/cloup-3.0.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1
@@ -16,6 +16,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
+DOCS+=( CHANGELOG.rst CREDITS.rst LICENSE examples )
+
RDEPEND="
>=dev-python/click-8.0[${PYTHON_USEDEP}]
<dev-python/click-9.0[${PYTHON_USEDEP}]
@@ -35,7 +37,4 @@ BDEPEND="
distutils_enable_tests pytest
# distutils_enable_sphinx docs # The doc need dev-python/sphinx < 5, which we
don't have
-src_prepare() {
- default
- export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-}
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}