openbsd-ports/databases/py-pgsql/pkg/PLIST
wcmaier 0e5fc057fc Import py-pgsql.
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.

From Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER).

ok merdely@
2008-05-09 22:29:51 +00:00

22 lines
1015 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/09 22:29:51 wcmaier Exp $
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/
lib/python${MODPY_VERSION}/site-packages/pyPgSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/PgSQL.py
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/PgSQL.pyc
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/libpq/
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/libpq/__init__.py
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/libpq/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/pyPgSQL/libpq/libpqmodule.so
share/doc/py-pgsql/
share/doc/py-pgsql/Announce
share/doc/py-pgsql/ChangeLog
share/doc/py-pgsql/README
share/examples/py-pgsql/
share/examples/py-pgsql/basic.py
share/examples/py-pgsql/demo1a.py
share/examples/py-pgsql/demo1b.py
share/examples/py-pgsql/demo2a.py
share/examples/py-pgsql/demo2b.py