Remove tree-sitter-languages (#14206)

Closes: #14184
This commit is contained in:
Sebastian Rittau
2025-05-30 21:18:34 +02:00
committed by GitHub
parent 11a2066a70
commit 8d1ac2e5ba
6 changed files with 0 additions and 27 deletions
@@ -1,2 +0,0 @@
# No idea what this is, seems to be auto-generated
tree_sitter_languages.core.__test__
@@ -1,2 +0,0 @@
# stubtest/stubgen sees languages.so as a module
tree_sitter_languages.languages
@@ -1,2 +0,0 @@
# stubtest/stubgen sees languages.so as a module
tree_sitter_languages.languages
-10
View File
@@ -1,10 +0,0 @@
version = "1.10.*"
upstream_repository = "https://github.com/grantjenks/py-tree-sitter-languages"
requires = ["tree-sitter>=0.20.3"]
no_longer_updated = true
[tool.stubtest]
# This package is unmaintained and doesn't support Python 3.13.
# See https://github.com/grantjenks/py-tree-sitter-languages/issues/75 and
# https://github.com/grantjenks/py-tree-sitter-languages/blob/main/README.rst#status
skip = true
@@ -1,7 +0,0 @@
from .core import get_language as get_language, get_parser as get_parser
__version__: str
__title__: str
__author__: str
__license__: str
__copyright__: str
@@ -1,4 +0,0 @@
from tree_sitter import Language, Parser
def get_language(language: str) -> Language: ...
def get_parser(language: str) -> Parser: ...