          MODULE=python-pyparsing
         VERSION=3.3.2
          SOURCE=pyparsing-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/p/pyparsing
     SOURCE_VFY=sha256:c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pyparsing-$VERSION
        WEB_SITE=https://pypi.org/project/pyparsing/
        REPLACES=pyparsing
         ENTERED=20120727
         UPDATED=20260303
           SHORT="A general python parsing module"

cat << EOF
pyparsing is a general parsing module for Python.
Grammars are implemented directly in the client code using parsing
objects, instead of externally, as with lex/yacc-type tools.
Includes simple examples for parsing SQL, CORBA IDL, and 4-function math.
EOF
