           SPELL=python-pgsql
         VERSION=2.5.1
          SOURCE="pyPgSQL-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pypgsql/${SOURCE}
     SOURCE_HASH=sha512:50fc6f9e44f17e116a9122ab010642850d6dcdcbecf8e0ee4c32182eadc593cde2b03aa3cc353cdcc5f79f6e4f7337e6b1250f3b98977b208a98aad282763ab3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/pyPgSQL-${VERSION}"
        WEB_SITE="http://pypgsql.sourceforge.net/"
      LICENSE[0]=BSD
         ENTERED=20090516
        KEYWORDS="python database"
           SHORT="Python DB-API 2.0 compliant interface to PostgreSQL databases"
cat << EOF
pyPgSQL is a package of two (2) 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.  This version works
with PostgreSQL 7.0 or later and Python 2.0 or later.
EOF
