commit:     70aff0bb50cf8cfc73f1cf2292229c998b2a9bac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 09:06:21 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 09:17:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70aff0bb

dev-python/tree-sitter: add cap ver for version of tree-sitter

0.26 version uses newer SO ABI version, meaning we can't support 0.26
with this version

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../{tree-sitter-0.25.1.ebuild => tree-sitter-0.25.1-r1.ebuild}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tree-sitter/tree-sitter-0.25.1.ebuild 
b/dev-python/tree-sitter/tree-sitter-0.25.1-r1.ebuild
similarity index 96%
rename from dev-python/tree-sitter/tree-sitter-0.25.1.ebuild
rename to dev-python/tree-sitter/tree-sitter-0.25.1-r1.ebuild
index 48db0a098403..545153ac49da 100644
--- a/dev-python/tree-sitter/tree-sitter-0.25.1.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.25.1-r1.ebuild
@@ -25,7 +25,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 # setuptools is needed for distutils import
-DEPEND=">=dev-libs/tree-sitter-0.25.0:="
+DEPEND="=dev-libs/tree-sitter-0.25*:="
 RDEPEND="${DEPEND}
        $(python_gen_cond_dep '
                dev-python/setuptools[${PYTHON_USEDEP}]

Reply via email to