pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-sqlite2 Needs Python 2.3+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49c246ab0755
branches:  trunk
changeset: 523741:49c246ab0755
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jan 13 00:47:56 2007 +0000

description:
Needs Python 2.3+

diffstat:

 databases/py-sqlite2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 40ff1174d395 -r 49c246ab0755 databases/py-sqlite2/Makefile
--- a/databases/py-sqlite2/Makefile     Sat Jan 13 00:34:56 2007 +0000
+++ b/databases/py-sqlite2/Makefile     Sat Jan 13 00:47:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/01/11 19:03:37 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2007/01/13 00:47:56 joerg Exp $
 
 DISTNAME=      pysqlite-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-sqlite2-2.3.2
@@ -10,6 +10,7 @@
 COMMENT=       SQLite database adapter for Python
 
 PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_ACCEPTED=      24 23
 
 do-test:
        ${PYTHONBIN} -c "from pysqlite2 import test;test.test()"



Home | Main Index | Thread Index | Old Index