commit:     5227397e001a61f08e9b7dd6872c49d0bf5b66ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May  2 09:21:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  2 09:29:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5227397e

sci-libs/spglib: 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>

 sci-libs/spglib/{spglib-2.6.0.ebuild => spglib-2.6.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/spglib/spglib-2.6.0.ebuild 
b/sci-libs/spglib/spglib-2.6.0-r1.ebuild
similarity index 97%
rename from sci-libs/spglib/spglib-2.6.0.ebuild
rename to sci-libs/spglib/spglib-2.6.0-r1.ebuild
index 41e008c55e7d..d05862147b1b 100644
--- a/sci-libs/spglib/spglib-2.6.0.ebuild
+++ b/sci-libs/spglib/spglib-2.6.0-r1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_OPTIONAL=1
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_PEP517=scikit-build-core
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 FORTRAN_NEEDED=fortran
 inherit cmake distutils-r1 fortran-2 toolchain-funcs
 
@@ -31,7 +31,7 @@ RDEPEND="
                ')
                $(python_gen_cond_dep '
                        dev-python/typing-extensions[${PYTHON_USEDEP}]
-               ' 3.10 3.11 3.12)
+               ' 3.11 3.12)
        )
 "
 DEPEND="${RDEPEND}"

Reply via email to