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
commitc1c2d8ae28d4782b60f8735408e5964ae6030ad1 (patch)
tree2438ea5f023c5945f31d73be24f2006f19a7416d /databases/py-sqlite2
parent7d48ff4771af70fe91d1fe2503fa5becf5bfa5d6 (diff)
downloadpkgsrc-c1c2d8ae28d4782b60f8735408e5964ae6030ad1.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()"