           SPELL=pyparsing
         VERSION=1.5.1
     SOURCE_HASH=sha512:4159a8e1624f998ad7b49c790b0dc2f51dce780a3c5382cd63cfc9cfd499323d2eaa25b952cd39c4b0369884f8711f61e650167efdb691ef1ffc7c959efcd5e4
          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'
         UPDATED=20060201
        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
