summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-02 23:31:33 +0000
committerjoerg <joerg>2006-06-02 23:31:33 +0000
commit5be50351839e860c9eaeb0ec05a0c62b2eab4eeb (patch)
tree166baf232cb5e177a42da55ed5b520eb262e56c8 /databases
parent785ad9d857495e9345af487790a5ff48109c392d (diff)
downloadpkgsrc-5be50351839e860c9eaeb0ec05a0c62b2eab4eeb.tar.gz
Dependency (mxDateTime) doesn't exist for Python 2.0.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-PgSQL/Makefile3
-rw-r--r--databases/py-sqlite/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 95967c10448..73427549821 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:35 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/02 23:31:33 joerg Exp $
#
DISTNAME= pyPgSQL-2.4
@@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/pypgsql
PYDISTUTILSPKG= YES
PYBINMODULE= YES
PY_PATCHPLIST= YES
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index c69d84fe8b4..66ad4c45192 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:36 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/02 23:32:10 joerg Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
@@ -12,6 +12,7 @@ COMMENT= SQLite database adapter for Python
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
WRKSRC= ${WRKDIR}/pysqlite
.include "../../databases/sqlite/buildlink3.mk"