pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-tree-sitter to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Mon Aug 23 00:07:18 2021 +0100
Changeset: 94de8c1ccf371e2b1ba55f410a147cc316b3e92b
Modified Files:
Makefile
Added Files:
py-tree-sitter/DESCR
py-tree-sitter/Makefile
py-tree-sitter/PLIST
py-tree-sitter/distinfo
Log Message:
Import wip/py-tree-sitter to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94de8c1ccf371e2b1ba55f410a147cc316b3e92b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-tree-sitter/DESCR | 1 +
py-tree-sitter/Makefile | 16 ++++++++++++++++
py-tree-sitter/PLIST | 9 +++++++++
py-tree-sitter/distinfo | 6 ++++++
5 files changed, 33 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 2eafd32d81..8ef9b4f1e1 100644
--- a/Makefile
+++ b/Makefile
@@ -4700,6 +4700,7 @@ SUBDIR+= py-traitsgui
SUBDIR+= py-tranquil
SUBDIR+= py-transaction
SUBDIR+= py-translationstring
+SUBDIR+= py-tree-sitter
SUBDIR+= py-tribe
SUBDIR+= py-trie3
SUBDIR+= py-trimesh
diff --git a/py-tree-sitter/DESCR b/py-tree-sitter/DESCR
new file mode 100644
index 0000000000..a63bf1bdc1
--- /dev/null
+++ b/py-tree-sitter/DESCR
@@ -0,0 +1 @@
+This module provides Python bindings to the tree-sitter parsing library
diff --git a/py-tree-sitter/Makefile b/py-tree-sitter/Makefile
new file mode 100644
index 0000000000..dead20b78b
--- /dev/null
+++ b/py-tree-sitter/Makefile
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
diff --git a/py-tree-sitter/PLIST b/py-tree-sitter/PLIST
new file mode 100644
index 0000000000..eb4243ea71
--- /dev/null
+++ b/py-tree-sitter/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tree_sitter/__init__.py
+${PYSITELIB}/tree_sitter/__init__.pyc
+${PYSITELIB}/tree_sitter/__init__.pyo
+${PYSITELIB}/tree_sitter/binding.so
diff --git a/py-tree-sitter/distinfo b/py-tree-sitter/distinfo
new file mode 100644
index 0000000000..ba8b538873
--- /dev/null
+++ b/py-tree-sitter/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tree_sitter-0.19.0.tar.gz) = 0eb783c53bfb8e54d1cf98ce579837c8d4f944cc
+RMD160 (tree_sitter-0.19.0.tar.gz) = ec4059d5d2fddd7933907b91feae363f9c9805ed
+SHA512 (tree_sitter-0.19.0.tar.gz) = c06e921aa1a2fde97612fcbde61f0baa92730d927798076b3b6476bc26a84529d8a3299f4d4092ee85af84824c5d4444bf0800fe3cf1d15c66bcb2bf49a430e8
+Size (tree_sitter-0.19.0.tar.gz) = 112342 bytes
Home |
Main Index |
Thread Index |
Old Index