mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/tree-sitter: add cap <0.27 for dev-libs/tree-sitter
This is a temporary version cap, since I assume the compatibility will break with 0.27, but when 0.27 is released, just verify and bump the cap if it works. Follows: 79724abe1cd877cadf83ff9b3a64bc780c56e4cd Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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.25"
|
||||
DEPEND="
|
||||
>=dev-libs/tree-sitter-0.25
|
||||
<dev-libs/tree-sitter-0.27:=
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
|
||||
Reference in New Issue
Block a user