diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-03-18 09:04:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:29 +0700 |
commit | b5b0b0e5956dff7ac905b0d07a9bb0f437a50849 (patch) | |
tree | 78490da1db31d3c21ba53df2f21c874db2899bd9 /python/phply/README | |
parent | bc1b35cf4ebc1ec763ac3a21979396fcb91350e4 (diff) |
python/phply: Updated for version 1.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/phply/README')
-rw-r--r-- | python/phply/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/phply/README b/python/phply/README index aad37106ba7d0..b46d11c04be2a 100644 --- a/python/phply/README +++ b/python/phply/README @@ -2,3 +2,11 @@ phply is a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python. See README.Slackware for some usage notes. + +A Note on Dependencies: + +Nose is only required to run the python test suite. It is not a +run-time dependency and can be safely removed after phply is built. + +The python library simplejson is an optional dependency. phply ships with a +script php2json.py in /usr/doc/phply-$VERSION/tools that requires it. |