pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyleri
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 23 21:21:05 UTC 2022
Added Files:
pkgsrc/devel/py-pyleri: DESCR Makefile PLIST distinfo
Log Message:
devel/py-pyleri: import py-pyleri-1.4.1
Pyleri is an easy-to-use parser created for SiriDB. We first used
lrparsing and wrote jsleri for auto-completion and suggestions in
our web console. Later we found small issues within the `lrparsing`
module and also had difficulties keeping the language the same in
all projects. That is when we decided to create Pyleri which can
export a created grammar to JavaScript, C, Python, Go and Java.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pyleri/DESCR \
pkgsrc/devel/py-pyleri/Makefile pkgsrc/devel/py-pyleri/PLIST \
pkgsrc/devel/py-pyleri/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-pyleri/DESCR
diff -u /dev/null pkgsrc/devel/py-pyleri/DESCR:1.1
--- /dev/null Tue Aug 23 21:21:05 2022
+++ pkgsrc/devel/py-pyleri/DESCR Tue Aug 23 21:21:05 2022
@@ -0,0 +1,6 @@
+Pyleri is an easy-to-use parser created for SiriDB. We first used
+lrparsing and wrote jsleri for auto-completion and suggestions in
+our web console. Later we found small issues within the `lrparsing`
+module and also had difficulties keeping the language the same in
+all projects. That is when we decided to create Pyleri which can
+export a created grammar to JavaScript, C, Python, Go and Java.
Index: pkgsrc/devel/py-pyleri/Makefile
diff -u /dev/null pkgsrc/devel/py-pyleri/Makefile:1.1
--- /dev/null Tue Aug 23 21:21:05 2022
+++ pkgsrc/devel/py-pyleri/Makefile Tue Aug 23 21:21:05 2022
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/08/23 21:21:05 wiz Exp $
+
+DISTNAME= pyleri-1.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyleri/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/cesbit/pyleri
+COMMENT= Python Left-Right Parser
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pyleri/PLIST
diff -u /dev/null pkgsrc/devel/py-pyleri/PLIST:1.1
--- /dev/null Tue Aug 23 21:21:05 2022
+++ pkgsrc/devel/py-pyleri/PLIST Tue Aug 23 21:21:05 2022
@@ -0,0 +1,68 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/23 21:21:05 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyleri/__init__.py
+${PYSITELIB}/pyleri/__init__.pyc
+${PYSITELIB}/pyleri/__init__.pyo
+${PYSITELIB}/pyleri/choice.py
+${PYSITELIB}/pyleri/choice.pyc
+${PYSITELIB}/pyleri/choice.pyo
+${PYSITELIB}/pyleri/elements.py
+${PYSITELIB}/pyleri/elements.pyc
+${PYSITELIB}/pyleri/elements.pyo
+${PYSITELIB}/pyleri/endofstatement.py
+${PYSITELIB}/pyleri/endofstatement.pyc
+${PYSITELIB}/pyleri/endofstatement.pyo
+${PYSITELIB}/pyleri/exceptions.py
+${PYSITELIB}/pyleri/exceptions.pyc
+${PYSITELIB}/pyleri/exceptions.pyo
+${PYSITELIB}/pyleri/expecting.py
+${PYSITELIB}/pyleri/expecting.pyc
+${PYSITELIB}/pyleri/expecting.pyo
+${PYSITELIB}/pyleri/grammar.py
+${PYSITELIB}/pyleri/grammar.pyc
+${PYSITELIB}/pyleri/grammar.pyo
+${PYSITELIB}/pyleri/keyword.py
+${PYSITELIB}/pyleri/keyword.pyc
+${PYSITELIB}/pyleri/keyword.pyo
+${PYSITELIB}/pyleri/list.py
+${PYSITELIB}/pyleri/list.pyc
+${PYSITELIB}/pyleri/list.pyo
+${PYSITELIB}/pyleri/node.py
+${PYSITELIB}/pyleri/node.pyc
+${PYSITELIB}/pyleri/node.pyo
+${PYSITELIB}/pyleri/optional.py
+${PYSITELIB}/pyleri/optional.pyc
+${PYSITELIB}/pyleri/optional.pyo
+${PYSITELIB}/pyleri/prio.py
+${PYSITELIB}/pyleri/prio.pyc
+${PYSITELIB}/pyleri/prio.pyo
+${PYSITELIB}/pyleri/ref.py
+${PYSITELIB}/pyleri/ref.pyc
+${PYSITELIB}/pyleri/ref.pyo
+${PYSITELIB}/pyleri/regex.py
+${PYSITELIB}/pyleri/regex.pyc
+${PYSITELIB}/pyleri/regex.pyo
+${PYSITELIB}/pyleri/repeat.py
+${PYSITELIB}/pyleri/repeat.pyc
+${PYSITELIB}/pyleri/repeat.pyo
+${PYSITELIB}/pyleri/result.py
+${PYSITELIB}/pyleri/result.pyc
+${PYSITELIB}/pyleri/result.pyo
+${PYSITELIB}/pyleri/rule.py
+${PYSITELIB}/pyleri/rule.pyc
+${PYSITELIB}/pyleri/rule.pyo
+${PYSITELIB}/pyleri/sequence.py
+${PYSITELIB}/pyleri/sequence.pyc
+${PYSITELIB}/pyleri/sequence.pyo
+${PYSITELIB}/pyleri/this.py
+${PYSITELIB}/pyleri/this.pyc
+${PYSITELIB}/pyleri/this.pyo
+${PYSITELIB}/pyleri/token.py
+${PYSITELIB}/pyleri/token.pyc
+${PYSITELIB}/pyleri/token.pyo
+${PYSITELIB}/pyleri/tokens.py
+${PYSITELIB}/pyleri/tokens.pyc
+${PYSITELIB}/pyleri/tokens.pyo
Index: pkgsrc/devel/py-pyleri/distinfo
diff -u /dev/null pkgsrc/devel/py-pyleri/distinfo:1.1
--- /dev/null Tue Aug 23 21:21:05 2022
+++ pkgsrc/devel/py-pyleri/distinfo Tue Aug 23 21:21:05 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/23 21:21:05 wiz Exp $
+
+BLAKE2s (pyleri-1.4.1.tar.gz) = e0c34460b7c37df5f62fefb94caf6282f4c33d853f9a9a9db0217c7b45d7e0d6
+SHA512 (pyleri-1.4.1.tar.gz) = 51ae51842d9d08e8512153e6bb9766c3088e2e7fcac14840b1128dab6e636e348bc96c023ffccb3cc030cbb88e376bb7a5d6c744c1feba88e77d2fb5d83d90d6
+Size (pyleri-1.4.1.tar.gz) = 34159 bytes
Home |
Main Index |
Thread Index |
Old Index