diff options
author | gdt <gdt@pkgsrc.org> | 2013-02-21 15:14:45 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-02-21 15:14:45 +0000 |
commit | 7fff0494f2c1c7d65927b0cd662356b344be48ab (patch) | |
tree | 99f80c592ba5a30c1b0db2410c707643cb83c404 /databases/py-sqlite | |
parent | 2b4fcf8ba3a1fa31e095bde7b903356dba362643 (diff) | |
download | pkgsrc-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-sqlite')
-rw-r--r-- | databases/py-sqlite/DESCR | 2 | ||||
-rw-r--r-- | databases/py-sqlite/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-sqlite/DESCR b/databases/py-sqlite/DESCR index 31cd97ee000..3182f8dca8d 100644 --- a/databases/py-sqlite/DESCR +++ b/databases/py-sqlite/DESCR @@ -1,2 +1,4 @@ PySQLite is a Python interface to the SQLite library, allowing Python programs to access SQLite databases. + +This wraps the obsolete sqlite2. diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index e36311e6da4..bcf63b022da 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/02 21:25:50 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/02/21 15:14:45 gdt Exp $ DISTNAME= pysqlite-1.0.1 PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/} |