summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3/DESCR
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-08-27 00:28:57 +0000
committerepg <epg@pkgsrc.org>2008-08-27 00:28:57 +0000
commit78d846a90ee1fc827a903ae313bfaa769d642c2c (patch)
tree672ba8d99ac7f3d595a8d73dbe9fd9ca3bf7909a /databases/py-sqlite3/DESCR
parent1752f40f516c7714f59ef8f70869de5a166d1dd7 (diff)
downloadpkgsrc-78d846a90ee1fc827a903ae313bfaa769d642c2c.tar.gz
Import built-in sqlite support for Python 2.5. The python25 package contains
the .py parts of this, but does not include the .so linked against sqlite3 (similar to the py-expat situation).
Diffstat (limited to 'databases/py-sqlite3/DESCR')
-rw-r--r--databases/py-sqlite3/DESCR2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlite3/DESCR b/databases/py-sqlite3/DESCR
new file mode 100644
index 00000000000..33b432568b5
--- /dev/null
+++ b/databases/py-sqlite3/DESCR
@@ -0,0 +1,2 @@
+This is the interface to the SQLite library built into Python starting
+with version 2.5. It allows Python programs to access SQLite databases.