           SPELL=pyparsing
if [[ $PYPARSING_BRANCH == 1.5 ]]; then
         VERSION=1.5.7
     SOURCE_HASH=sha512:c8c2c6561934d2217af7e8e2225c67f138faa31cc30768930e917e01e872bda60479cce07278b1cc77f135504db7176ac8e3592231a585cbf078057ac56c4891
else
         VERSION=2.0.1
     SOURCE_HASH=sha512:e9c9307c59c7020f4a454458703bd1eb4ef0ac513b2a6a07706b5d676c010f33a72d03d78a61bf3daa96d6598b966a3e4921a88c50f71939a697fa00377ac67a
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
