commit:     bfe62862661b9ee2910a6f23d5640b85930d01f3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  2 09:19:23 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  2 09:29:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe62862

dev-python/irc: Revbump due to eclass 3.10 cond dep bug

Bug: https://bugs.gentoo.org/955213
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/irc/{irc-20.5.0.ebuild => irc-20.5.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/irc/irc-20.5.0.ebuild 
b/dev-python/irc/irc-20.5.0-r1.ebuild
similarity index 92%
rename from dev-python/irc/irc-20.5.0.ebuild
rename to dev-python/irc/irc-20.5.0-r1.ebuild
index 6c3dffc83aeb..53bbb0a4ba35 100644
--- a/dev-python/irc/irc-20.5.0.ebuild
+++ b/dev-python/irc/irc-20.5.0-r1.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_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 pypi
 
@@ -30,7 +30,7 @@ RDEPEND="
        >=dev-python/tempora-1.6[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/importlib-resources[${PYTHON_USEDEP}]
-       ' 3.10 3.11)
+       ' 3.11)
 "
 BDEPEND="
        >=dev-python/setuptools-scm-3.4.1[${PYTHON_USEDEP}]

Reply via email to