           SPELL=py-bcrypt
         VERSION=0.4
  SECURITY_PATCH=1
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
   SOURCE_URL[1]=http://py-bcrypt.googlecode.com/files/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
      SOURCE_GPG=djm.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://www.mindrot.org/projects/py-bcrypt/
      LICENSE[0]=BSD
      LICENSE[1]=ISC
         ENTERED=20100724
           SHORT="Python wrapper of OpenBSD's Blowfish password hashing code"
cat << EOF
This system hashes passwords using a version of Bruce Schneier's Blowfish
block cipher with modifications designed to raise the cost of off-line
password cracking and frustrate fast hardware implementation. The computation
cost of the algorithm is parametised, so it can be increased as computers
get faster. The intent is to make a compromise of a password database less
likely to result in an attacker gaining knowledge of the plaintext passwords.
EOF
