summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/DESCR
diff options
context:
space:
mode:
authordarcy <darcy>2004-08-30 08:33:34 +0000
committerdarcy <darcy>2004-08-30 08:33:34 +0000
commit3ed9fb4a7f1b546c0b038c72ddf8773dee3703f3 (patch)
tree65054463a3c6d80cf34a57f96aecdfeaa46cb903 /databases/py-postgresql/DESCR
parent3f1687d955aba6fdc421439d373689e4712f90f0 (diff)
downloadpkgsrc-3ed9fb4a7f1b546c0b038c72ddf8773dee3703f3.tar.gz
Recreate files for py-postgresql. PyGreSQL has been moved back out of the
PostgreSQL tree and I have released this version that is no longer tied to a specific version of PostgreSQL.
Diffstat (limited to 'databases/py-postgresql/DESCR')
-rw-r--r--databases/py-postgresql/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-postgresql/DESCR b/databases/py-postgresql/DESCR
new file mode 100644
index 00000000000..4a9c558b4ab
--- /dev/null
+++ b/databases/py-postgresql/DESCR
@@ -0,0 +1,4 @@
+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. This also includes support for
+the Python DB-API.