           SPELL=pyparsing
if [[ $PYPARSING_BRANCH == 1.5 ]]; then
         VERSION=1.5.7
     SOURCE_HASH=sha512:c8c2c6561934d2217af7e8e2225c67f138faa31cc30768930e917e01e872bda60479cce07278b1cc77f135504db7176ac8e3592231a585cbf078057ac56c4891
else
         VERSION=2.0.3
     SOURCE_HASH=sha512:9771851f4b0191c7d3f8d2a2a6d2a9198b173120d3f133d08284b71e792fc59a906d571edea8f44ba04ab00c1d906e1974d1e8a2d6155d492de1358ba99c575a
fi
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
   SOURCE_URL[1]="$SOURCEFORGE_URL/$SPELL/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
#           DOCS='NEWS README* docs/*'
        WEB_SITE=http://pyparsing.wikispaces.com
      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
