           SPELL=psycopg2
         VERSION=2.8.3
          BRANCH=`echo $VERSION|cut -d . -f 1,2|tr . -`
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=http://initd.org/psycopg/tarballs/PSYCOPG-$BRANCH/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      SOURCE_GPG=fog.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://initd.org/psycopg/
      LICENSE[0]=GPL
        KEYWORDS="postgresql database python devel"
           SHORT="PostgreSQL database adapter for the Python, v2"
cat << EOF
Psycopg is a PostgreSQL database adapter for the Python programming language.
Its main advantages are that it supports the full Python DBAPI 2.0 and it is
thread safe at level 2. It was designed for heavily multi-threaded applications
that create and destroy lots of cursors and make a conspicuous number of
concurrent INSERTs or UPDATEs. The psycopg distribution includes ZPsycopgDA,
a Zope Database Adapter.
EOF
