# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python bindings to the Tree-sitter parsing library" HOMEPAGE=" https://github.com/tree-sitter/py-tree-sitter/ https://pypi.org/project/tree-sitter/ " SRC_URI=" https://github.com/tree-sitter/py-tree-sitter/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " S=${WORKDIR}/py-${P} LICENSE="MIT" 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:=