           SPELL=pyskein
         VERSION=0.5.1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=hagenf.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.coli.uni-saarland.de/~hagenf/personal/pyskein/
      LICENSE[0]=GPL
         ENTERED=20090822
           SHORT="efficiently compute Skein hashes"
cat << EOF
PySkein is an extension module for Python 3.0 or later providing the Skein hash
algorithms (c.f. Skein website). It is based on the optimized version of the
reference implementation written in C by Doug Whiting, allowing efficient hash
computations. (On a 2.8 GHz Opteron you can get a hashing performance of 373
MB/s for Skein-512-512 as called from Python.)
EOF
