slackbuilds/libraries/pyPEG2
Jeremy Hansen cb5c8a8cdf
libraries/pyPEG2: Add python3-lxml dep
I missed the python3 command in the if/then statement

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-22 21:47:15 +07:00
..
README libraries/pyPEG2: Updated for version 20211118_4dd9d69. 2022-02-06 15:47:06 +07:00
pyPEG2.SlackBuild libraries/pyPEG2: Updated for version 20211118_4dd9d69. 2022-02-06 15:47:06 +07:00
pyPEG2.info libraries/pyPEG2: Add python3-lxml dep 2024-02-22 21:47:15 +07:00
slack-desc

README

pyPEG2 (plain and simple intrinsic parser interpreter for Python)

pyPEG2 is a plain and simple intrinsic parser interpreter framework
for Python version 2.7 and 3.x. It is based on Parsing Expression
Grammar (PEG). With pyPEG you can parse many formal languages in a
very easy way.

NOTE: to build pyPEG2 without python3 run the slackbuild with option
PYTHON3=no.
 # PYTHON3=no ./pyPEG2.SlackBuild

git: https://gitea.pep.foundation/fdik/pypeg2