6cd163c1f8
PyGreSQL has been folded into that of PostgreSQL itself. - This update effectivly takes PyGreSQL to version 3.3, which is distributed with PostgreSQL 7.2.3. - Byte-compile installed modules to ensure clean deinstallation. - Install documentation under $DOCSDIR. - Remove Makefile from $FILESDIR - not required anymore. - Remove patch-pgdb.py - not required any longer. - Add two patches to ensure installation is $PREFIX-clean. - Update pkg-comment and pkg-descr to reflect the current status of the port.
12 lines
494 B
Text
12 lines
494 B
Text
From the README:
|
|
|
|
PyGreSQL is a python module that interfaces to a PostgreSQL database. It
|
|
embeds the PostgreSQL query library to allow easy use of the powerful
|
|
PostgreSQL features from a Python script.
|
|
|
|
As of version 3.2, PyGreSQL was folded into the PostgreSQL development tree.
|
|
PyGreSQL includes a DB-API 2.0 compliant API wrapper.
|
|
|
|
Author: D'Arcy J.M. Cain <darcy@druid.net>
|
|
WWW: http://www.druid.net/pygresql/
|
|
See also: http://www.postgresql.org/idocs/index.php?pygresql.html
|