           SPELL=pysqlite
         VERSION=2.6.3
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
            DOCS="LICENSE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://pysqlite.googlecode.com/files/$SOURCE
#   SOURCE_URL[1]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
        WEB_SITE=http://code.google.com/p/pysqlite/
         ENTERED=20050516
      LICENSE[0]=PYTHON
        KEYWORDS="sqlite python devel"
           SHORT="Python DB-API 2.0 interface for SQLite"
cat << EOF
SQLite is a powerful embedded relational database engine. PySQLite makes it
available to Python developers via the Database API 2.0.
EOF
