diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-12-20 22:43:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:31 +0700 |
commit | ff24b0ba7a7ab750ac096c0b29ff775e661787fa (patch) | |
tree | 12abec0a0ebdec4401dc825ffdb620b9421e6a43 /libraries/pyPEG2/README | |
parent | b5cde734ad415c3b5b126b0c11e4f0fc13496c2c (diff) |
libraries/pyPEG2: Add python3 support.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r-- | libraries/pyPEG2/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index 47811fd2072bc..baf2045383629 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -1,6 +1,11 @@ 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. +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 mutagen with python3 run the slackbuild with option +PYTHON3=yes. + + # PYTHON3=yes ./pyPEG2.SlackBuild |