commit: be159a65101e04900c7858d61b28580365ee07e0
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 06:39:58 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 06:53:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be159a65
dev-python/tree-sitter: cap version of dev-libs/tree-sitter
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../{tree-sitter-0.23.0.ebuild => tree-sitter-0.23.0-r1.ebuild} | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/tree-sitter/tree-sitter-0.23.0.ebuild
b/dev-python/tree-sitter/tree-sitter-0.23.0-r1.ebuild
similarity index 94%
rename from dev-python/tree-sitter/tree-sitter-0.23.0.ebuild
rename to dev-python/tree-sitter/tree-sitter-0.23.0-r1.ebuild
index f4633d49029c..32ade3ffdcb2 100644
--- a/dev-python/tree-sitter/tree-sitter-0.23.0.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.23.0-r1.ebuild
@@ -25,7 +25,10 @@ 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.23.0:="
+DEPEND="
+ >=dev-libs/tree-sitter-0.23.0:=
+ <dev-libs/tree-sitter-0.24.0:=
+"
RDEPEND="${DEPEND}
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]