PORTNAME=	tree-sitter # only to support textproc/py-tree-sitter-language-pack
PORTVERSION=	0.23.2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	023
DISTNAME=	tree-sitter-${PORTVERSION}

MAINTAINER=	yuri@FreeBSD.org
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>
