summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2013-02-21 15:14:45 +0000
committergdt <gdt@pkgsrc.org>2013-02-21 15:14:45 +0000
commit7fff0494f2c1c7d65927b0cd662356b344be48ab (patch)
tree99f80c592ba5a30c1b0db2410c707643cb83c404 /databases/py-sqlite2
parent2b4fcf8ba3a1fa31e095bde7b903356dba362643 (diff)
downloadpkgsrc-7fff0494f2c1c7d65927b0cd662356b344be48ab.tar.gz
Add explanations to DESCR for sqlite packages because it is quite
boggling that, e.g., py-sqlite2 is a wrapper for sqlite3.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r--databases/py-sqlite2/DESCR3
-rw-r--r--databases/py-sqlite2/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/databases/py-sqlite2/DESCR b/databases/py-sqlite2/DESCR
index 31cd97ee000..e686986eddd 100644
--- a/databases/py-sqlite2/DESCR
+++ b/databases/py-sqlite2/DESCR
@@ -1,2 +1,5 @@
PySQLite is a Python interface to the SQLite library,
allowing Python programs to access SQLite databases.
+
+This module wraps sqlite3 by using code not contained in the python
+distribution.
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index f77eaf88a52..c878de87562 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2013/01/26 21:37:16 adam Exp $
+# $NetBSD: Makefile,v 1.30 2013/02/21 15:14:45 gdt Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases python
MASTER_SITES= http://pysqlite.googlecode.com/files/