           SPELL=python-ecdsa
          SPELLX=ecdsa
         VERSION=0.11
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/e/$SPELLX/$SOURCE
     SOURCE_HASH=sha512:77fc2bc26456d90a630e2ef98d94a1448b30e1c3bcebf81c52f12f8ce0ea305eceacc87e14273d340a70c60ad83fad61361c9dea83dea04546ed3604875b78fb
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
        WEB_SITE=https://github.com/warner/python-ecdsa
         ENTERED=20140305
         LICENSE=MIT
        KEYWORDS="python devel"
           SHORT="ECDSA cryptographic signature library"
cat << EOF
This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
Digital Signature Algorithm), implemented purely in Python, released under the
MIT license. With this library, you can quickly create keypairs (signing key and
verifying key), sign messages, and verify the signatures. The keys and
signatures are very short, making them easy to handle and incorporate into other
protocols.
EOF
