pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pyleri devel/py-pyleri: import py-pyleri-1.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846ee0a6cbcd
branches:  trunk
changeset: 383843:846ee0a6cbcd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 23 21:21:05 2022 +0000

description:
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.

diffstat:

 devel/py-pyleri/DESCR    |   6 ++++
 devel/py-pyleri/Makefile |  18 ++++++++++++
 devel/py-pyleri/PLIST    |  68 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-pyleri/distinfo |   5 +++
 4 files changed, 97 insertions(+), 0 deletions(-)

diffs (113 lines):

diff -r d47361aeb334 -r 846ee0a6cbcd devel/py-pyleri/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyleri/DESCR     Tue Aug 23 21:21:05 2022 +0000
@@ -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.
diff -r d47361aeb334 -r 846ee0a6cbcd devel/py-pyleri/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyleri/Makefile  Tue Aug 23 21:21:05 2022 +0000
@@ -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"
diff -r d47361aeb334 -r 846ee0a6cbcd devel/py-pyleri/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyleri/PLIST     Tue Aug 23 21:21:05 2022 +0000
@@ -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
diff -r d47361aeb334 -r 846ee0a6cbcd devel/py-pyleri/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-pyleri/distinfo  Tue Aug 23 21:21:05 2022 +0000
@@ -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