dev-python/lsp-tree-sitter: new package, add 0.0.17

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-05-24 23:23:33 +03:00
parent e40b598502
commit ec306e5c3c
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST lsp_tree_sitter-0.0.17.tar.gz 66874 BLAKE2B 3262350c594a7157d84bdefbca331463f89c8ab02aed354f428768d3ff69f8319845bda362116b8840eac053e9c2f0bb1158830f310181ba8075c8909a571e4f SHA512 a358c17d69dded4411300efba5efaf27e651d85708ceabaf1fbaf9a018a74cb7c61a1204d6f812d5fa324b603ff741712d06817c8dd3d17722441953558073a7

View File

@@ -0,0 +1,31 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="A library to create language servers"
HOMEPAGE="
https://github.com/neomutt/lsp-tree-sitter
https://pypi.org/project/lsp-tree-sitter
"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
dev-python/lsprotocol[${PYTHON_USEDEP}]
dev-python/pygls[${PYTHON_USEDEP}]
dev-python/tree-sitter[${PYTHON_USEDEP}]
"
BDEPEND="test? ( ${RDEPEND} )"
distutils_enable_tests pytest

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@paveloom.dev</email>
<name>Pavel Sobolev</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/neomutt/lsp-tree-sitter/issues</bugs-to>
<remote-id type="github">neomutt/lsp-tree-sitter</remote-id>
<remote-id type="pypi">lsp-tree-sitter</remote-id>
</upstream>
</pkgmetadata>