mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Changelog: https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.20.4 PR: 275588 Approved by: submitter is maintainer
17 lines
401 B
Makefile
17 lines
401 B
Makefile
PORTNAME= tree-sitter
|
|
PORTVERSION= 0.20.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= tree_sitter-${PORTVERSION}
|
|
|
|
MAINTAINER= pat@patmaddox.com
|
|
COMMENT= Python bindings to the Tree-sitter parsing library
|
|
WWW= https://github.com/tree-sitter/py-tree-sitter
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|