           SPELL=pypgsql
         VERSION=2.4
          SOURCE=pyPgSQL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
          MD5[0]=53acc523c3e0faf372a48733912f43e7
        WEB_SITE=http://pypgsql.sf.net
         ENTERED=20050118
         UPDATED=20050118
      LICENSE[0]=GPL
       BUILD_API=2
           SHORT="pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases."
cat << EOF
pyPgSQL is a package of two modules that provide a Python DB-API 2.0 
compliant interface to PostgreSQL databases. The first module, libpq, 
exports the PostgreSQL C API to Python. This module is written in C 
and can be compiled into Python or can be dynamically loaded on 
demand. The second module, PgSQL, provides the DB-API 2.0 compliant 
interface and support for various PostgreSQL data types, such as 
INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in 
Python.
EOF
