eclass/tree-sitter-grammar: Sync with Gentoo

It's from Gentoo commit 9a86a9fc6063dde52eb174dbe9d638f18172798e.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:11:55 +00:00 committed by Krzesimir Nowak
parent e3ed5813fa
commit 5b1f5f8aee

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: tree-sitter-grammar.eclass
@ -47,7 +47,7 @@ for _BINDING in "${TS_BINDINGS[@]}"; do
DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
IUSE+=" python"