10 buildPythonPackage rec {
11 pname = "tree-sitter";
15 disabled = pythonOlder "3.7";
18 pname = "tree_sitter";
20 hash = "sha256-CmwGq6pV3hdCQaR2tTYXO7ooJB0uqF0ZjTOqi/AJ8Cg=";
28 # PyPI tarball doesn't contains tests and source has additional requirements
31 pythonImportsCheck = [
36 description = "Python bindings to the Tree-sitter parsing library";
37 homepage = "https://github.com/tree-sitter/py-tree-sitter";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];