          MODULE=python2-pyparsing
         VERSION=2.4.6
          SOURCE=pyparsing_$VERSION.tar.gz
      SOURCE_URL=https://github.com/pyparsing/pyparsing/archive/
     SOURCE_VFY=sha256:1cfe911bf73d6a03d38c1c7808096ef848d03f4c5df6e4aee69fc7348c89e4f0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pyparsing-pyparsing_$VERSION
        WEB_SITE=http://pyparsing.wikispaces.com/
            TYPE=python2
         ENTERED=20120727
         UPDATED=20191225
           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
