summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL/PLIST
diff options
context:
space:
mode:
authorrecht <recht>2003-09-09 13:46:24 +0000
committerrecht <recht>2003-09-09 13:46:24 +0000
commit06556cbf28b965c5f8f0dc530a59d41ff8995ec7 (patch)
treec623582f3c441a0549c9e9d7c143e7a2eed6dcae /databases/py-PgSQL/PLIST
parent5cb8b815c5fca1767216c924022c9695079c23f9 (diff)
downloadpkgsrc-06556cbf28b965c5f8f0dc530a59d41ff8995ec7.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