# $NetBSD$

DISTNAME=	tree_sitter-0.19.0
PKGNAME=	${PYPKGPREFIX}-tree-sitter-0.19.0
CATEGORIES=	textproc python
MASTER_SITES=	${MASTER_SITE_PYPI:=t/tree_sitter/}

MAINTAINER=	kamelderouiche@yahoo.com
HOMEPAGE=	https://github.com/tree-sitter/py-tree-sitter
COMMENT=	Python bindings to the Tree-sitter parsing library
LICENSE=	mit

PYTHON_VERSIONS_INCOMPATIBLE+=	27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
