           SPELL=pypgsql
         VERSION=2.4
          SOURCE=pyPgSQL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:21b3d1a85a8a03a51abf5af22cc143024a8c0d58f567dae9905bf5a95a894a3434e04bfbfc6eff60dd07a7547eae9ccbe9fd22e5065ab814c6f3451aec764798
        WEB_SITE=http://pypgsql.sf.net
         ENTERED=20050118
      LICENSE[0]=GPL
        KEYWORDS="postgresql database python devel"
           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
