commit:     73f5e9e02fae097e1626e4ba7620cd3e9af6f3d7
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Tue Dec 10 15:31:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 05:11:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f5e9e0

app-misc/check-jsonschema: enable py3.13

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...sonschema-0.28.4-r1.ebuild => check-jsonschema-0.28.4-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild 
b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild
similarity index 93%
rename from app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild
rename to app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild
index d72cf7a4b03a..3f86463294a8 100644
--- a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild
+++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit optfeature distutils-r1
 
@@ -45,8 +45,8 @@ DOCS=(
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs \
-               dev-python/sphinx-issues \
-               dev-python/furo
+       dev-python/sphinx-issues \
+       dev-python/furo
 
 python_prepare_all() {
        # relax deps in setup.cfg

Reply via email to