           SPELL=redis-py
          SPELLX=${SPELL//-py/}
         VERSION=2.7.1
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/r/$SPELLX/$SOURCE
   SOURCE_URL[1]=https://github.com/downloads/andymccurdy/$SPELL/$SOURCE
     SOURCE_HASH=sha512:98b22d8870f968535b66475234dcaf2d2eb2b90ba1ae10ba2d25c55c0059bcc34dd4c4494be6fc9b3e59a75e62ef9d4cf66ad6baf5945d68cbed19554d3609ef
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE=https://github.com/andymccurdy/redis-py
      LICENSE[0]=MIT
         ENTERED=20121107
           SHORT="Python interface to the Redis key-value store"
cat << EOF
The Python interface to the Redis key-value store.
EOF
