summaryrefslogtreecommitdiff
path: root/databases/py-sqlite2
diff options
context:
space:
mode:
authorjoerg <joerg>2007-01-13 00:47:56 +0000
committerjoerg <joerg>2007-01-13 00:47:56 +0000
commitf8758e38ab177d3faf1f2aab93a03da9de05554a (patch)
tree2438ea5f023c5945f31d73be24f2006f19a7416d /databases/py-sqlite2
parentd8797bd1d0633091c672c6b587ce114e50267de5 (diff)
downloadpkgsrc-f8758e38ab177d3faf1f2aab93a03da9de05554a.tar.gz
Needs Python 2.3+
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r--databases/py-sqlite2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 1b93ca649cb..5c19a2f48f2 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -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 @@ HOMEPAGE= http://initd.org/tracker/pysqlite
COMMENT= SQLite database adapter for Python
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23
do-test:
${PYTHONBIN} -c "from pysqlite2 import test;test.test()"