           SPELL=pyparsing
         VERSION=1.5.5
     SOURCE_HASH=sha512:e270cb0e5f5b47c474eca5005467eac9e9ee3e7fe4017cd5f4fd774658b57eb52bd868c4e42964bf441a2048e12aecbdc05fbdcca3fc61e04eaba248d385a858
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
#           DOCS='NEWS README* docs/*'
        WEB_SITE="http://$SPELL.sourceforge.net/"
      LICENSE[0]='MIT'
        KEYWORDS="python devel"
           SHORT='pyparsing is a general parsing module for Python'
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
