2009-06-14 19:38:38 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:22 joerg Exp $
|
Initial import of pyPgSQL 2.4
from pkgsrc-wip
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.
2003-09-09 15:46:24 +02:00
|
|
|
${PYSITELIB}/pyPgSQL/PgSQL.py
|
|
|
|
${PYSITELIB}/pyPgSQL/PgSQL.pyc
|
|
|
|
${PYSITELIB}/pyPgSQL/PgSQL.pyo
|
|
|
|
${PYSITELIB}/pyPgSQL/__init__.py
|
|
|
|
${PYSITELIB}/pyPgSQL/__init__.pyc
|
|
|
|
${PYSITELIB}/pyPgSQL/__init__.pyo
|
|
|
|
${PYSITELIB}/pyPgSQL/libpq/__init__.py
|
|
|
|
${PYSITELIB}/pyPgSQL/libpq/__init__.pyc
|
|
|
|
${PYSITELIB}/pyPgSQL/libpq/__init__.pyo
|
|
|
|
${PYSITELIB}/pyPgSQL/libpq/libpqmodule.so
|