           SPELL=pyparsing
         VERSION=1.4.1
     SOURCE_HASH='sha512:e9ad5b075fb5059552635497a44d4aa45bdeb3cee5c43632195994acf0a597d204d93aebbef140b126f3bbe0c264206396e69b623fd83514974f27c98a78de54'
          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
