pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-tree-sitter
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 12 11:58:49 UTC 2024
Added Files:
pkgsrc/textproc/py-tree-sitter: DESCR Makefile PLIST distinfo
Log Message:
textproc/py-tree-sitter: import py-tree-sitter-0.22.3
This module provides Python bindings to the tree-sitter parsing library
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-tree-sitter/DESCR \
pkgsrc/textproc/py-tree-sitter/Makefile \
pkgsrc/textproc/py-tree-sitter/PLIST \
pkgsrc/textproc/py-tree-sitter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/py-tree-sitter/DESCR
diff -u /dev/null pkgsrc/textproc/py-tree-sitter/DESCR:1.1
--- /dev/null Mon Aug 12 11:58:49 2024
+++ pkgsrc/textproc/py-tree-sitter/DESCR Mon Aug 12 11:58:49 2024
@@ -0,0 +1 @@
+This module provides Python bindings to the tree-sitter parsing library
Index: pkgsrc/textproc/py-tree-sitter/Makefile
diff -u /dev/null pkgsrc/textproc/py-tree-sitter/Makefile:1.1
--- /dev/null Mon Aug 12 11:58:49 2024
+++ pkgsrc/textproc/py-tree-sitter/Makefile Mon Aug 12 11:58:49 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/08/12 11:58:49 wiz Exp $
+
+DISTNAME= tree-sitter-0.22.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/tree-sitter/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/tree-sitter/py-tree-sitter
+COMMENT= Python bindings to the Tree-sitter parsing library
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-tree-sitter/PLIST
diff -u /dev/null pkgsrc/textproc/py-tree-sitter/PLIST:1.1
--- /dev/null Mon Aug 12 11:58:49 2024
+++ pkgsrc/textproc/py-tree-sitter/PLIST Mon Aug 12 11:58:49 2024
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/12 11:58:49 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/tree_sitter/__init__.py
+${PYSITELIB}/tree_sitter/__init__.pyc
+${PYSITELIB}/tree_sitter/__init__.pyi
+${PYSITELIB}/tree_sitter/__init__.pyo
+${PYSITELIB}/tree_sitter/_binding.so
+${PYSITELIB}/tree_sitter/py.typed
Index: pkgsrc/textproc/py-tree-sitter/distinfo
diff -u /dev/null pkgsrc/textproc/py-tree-sitter/distinfo:1.1
--- /dev/null Mon Aug 12 11:58:49 2024
+++ pkgsrc/textproc/py-tree-sitter/distinfo Mon Aug 12 11:58:49 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/12 11:58:49 wiz Exp $
+
+BLAKE2s (tree-sitter-0.22.3.tar.gz) = 9500de6b38b037fcbc265a54c9ca474aaad784ece30d5b3913160730eaeecb21
+SHA512 (tree-sitter-0.22.3.tar.gz) = 91455f20e1a98e50a572f0ef70b57436c3c5c858e81ca98414ea58dd52f75a50381376e788fe9cb9828fdce8c07946f5258fe2338edb60539e9b96f03a9f0ffc
+Size (tree-sitter-0.22.3.tar.gz) = 161828 bytes
Home |
Main Index |
Thread Index |
Old Index