aboutsummaryrefslogtreecommitdiff
path: root/python/phply/README
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2018-03-18 09:04:26 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-24 06:50:29 +0700
commitb5b0b0e5956dff7ac905b0d07a9bb0f437a50849 (patch)
tree78490da1db31d3c21ba53df2f21c874db2899bd9 /python/phply/README
parentbc1b35cf4ebc1ec763ac3a21979396fcb91350e4 (diff)
downloadslackbuilds-b5b0b0e5956dff7ac905b0d07a9bb0f437a50849.tar.xz
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/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/phply/README b/python/phply/README
index aad37106ba7d..b46d11c04be2 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.