From b5b0b0e5956dff7ac905b0d07a9bb0f437a50849 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Sun, 18 Mar 2018 09:04:26 +0700 Subject: python/phply: Updated for version 1.2.4. Signed-off-by: Willy Sudiarto Raharjo --- python/phply/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python/phply/README') 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. -- cgit v1.2.3