# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=tree-sitter-python pkgver=0.23.6 pkgrel=0 pkgdesc="Python grammar for tree-sitter" url="https://github.com/tree-sitter/tree-sitter-python" arch="all" license="MIT" makedepends="tree-sitter-dev" install_if="tree-sitter-grammars" source="https://github.com/tree-sitter/tree-sitter-python/archive/v$pkgver/tree-sitter-python-v$pkgver.tar.gz" options="!check" # no tests for shared lib build() { abuild-tree-sitter build } package() { DESTDIR="$pkgdir" abuild-tree-sitter install } sha512sums=" a29213758ebb9b603a1e989c85abe81aae2d69fcaa3dc8d4d373d5e82e1948a201a58981f2100ded46123ad5f7354277db5bbf3718af691d85b51fa81b724db3 tree-sitter-python-v0.23.6.tar.gz "