summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/PLIST
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-09 13:46:24 +0000
committerrecht <recht@pkgsrc.org>2003-09-09 13:46:24 +0000
commitc22a6065d653bd516e9b3778c1cdd5e3ddefdda1 (patch)
treec623582f3c441a0549c9e9d7c143e7a2eed6dcae /databases/py-PgSQL/PLIST
parent5180487b4c55b28892adf785fcfd5eea6f1b466e (diff)
downloadpkgsrc-c22a6065d653bd516e9b3778c1cdd5e3ddefdda1.tar.gz
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.
Diffstat (limited to 'databases/py-PgSQL/PLIST')
-rw-r--r--databases/py-PgSQL/PLIST13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/py-PgSQL/PLIST b/databases/py-PgSQL/PLIST
new file mode 100644
index 00000000000..59ca7be1a44
--- /dev/null
+++ b/databases/py-PgSQL/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/09 13:46:24 recht Exp $
+${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
+@dirrm ${PYSITELIB}/pyPgSQL/libpq
+@dirrm ${PYSITELIB}/pyPgSQL