           SPELL=bsddb3
         VERSION=6.0.1
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://pypi.python.org/packages/source/b/$SPELL/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=jcea.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.jcea.es/programacion/pybsddb.htm
      LICENSE[0]=BSD
         ENTERED=20061025
        KEYWORDS="python db"
           SHORT="Python wrapper for  BerkeleyDB"
cat << EOF
PyBSDDB provides a nearly complete wrapping of the Oracle/Sleepycat C API
for the
Database Environment, Database, Cursor, and Transaction objects, and each
of these is
exposed as a Python type in the bsddb3.db module. The database objects can
use various access
methods: btree, hash, recno, and queue. Complete support of Berkeley DB
distributed
transactions.
EOF
