           SPELL=pycrypto
         VERSION=2.6.1
  SECURITY_PATCH=2
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://ftp.dlitz.net/pub/dlitz/crypto/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=pycrypto.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=PD
      LICENSE[1]=PYTHON
        WEB_SITE=http://www.dlitz.net/software/pycrypto/
         ENTERED=20031205
        KEYWORDS="crypto python devel"
           SHORT="Python Cryptography Toolkit"
cat << EOF
The Toolkit is a collection of cryptographic algorithms and protocols,
implemented for use from Python. Among the contents of the package:
* Hash functions: MD2, MD4, RIPEMD.
* Block encryption algorithms:
  AES, ARC2, Blowfish, CAST, DES, Triple-DES.
* Stream encryption algorithms: ARC4, simple XOR.
* Public-key algorithms: RSA, DSA, ElGamal, qNEW.
* Protocols: All-or-nothing transforms, chaffing/winnowing.
* Miscellaneous: RFC1751 module for converting 128-key keys into a set
  of English words, primality testing.
EOF
