commit:     a560e91accdf7cdd5c2abdefc5e8344d88720402
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 17:01:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 18:52:05 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a560e91a

dev-util/cvise: enable py3.14, add new deps to live

I get one failure though (independent of Python version):
> FAILED tests/test_cvise.py::test_simple_reduction - AssertionError: assert 
> '\n\n#define nextHi' in ['#define nextHi', '#define  nextHi']

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cvise/cvise-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/cvise/cvise-9999.ebuild b/dev-util/cvise/cvise-9999.ebuild
index 053aa3ae36cd..edcf1523769d 100644
--- a/dev-util/cvise/cvise-9999.ebuild
+++ b/dev-util/cvise/cvise-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 LLVM_COMPAT=( {16..21} )
 inherit cmake llvm-r1 python-single-r1
 
@@ -38,8 +38,10 @@ RDEPEND="
        ${PYTHON_DEPS}
        $(python_gen_cond_dep '
                dev-python/chardet[${PYTHON_USEDEP}]
+               dev-python/jsonschema[${PYTHON_USEDEP}]
                dev-python/pebble[${PYTHON_USEDEP}]
                dev-python/psutil[${PYTHON_USEDEP}]
+               dev-python/zstandard[${PYTHON_USEDEP}]
        ')
        dev-util/unifdef
        app-alternatives/lex

Reply via email to