pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases Dependency (mxDateTime) doesn't exist for Py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cb465c22ee3
branches:  trunk
changeset: 513764:1cb465c22ee3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 02 23:31:33 2006 +0000

description:
Dependency (mxDateTime) doesn't exist for Python 2.0.

diffstat:

 databases/py-PgSQL/Makefile  |  3 ++-
 databases/py-sqlite/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 12ca3aeb94d3 -r 1cb465c22ee3 databases/py-PgSQL/Makefile
--- a/databases/py-PgSQL/Makefile       Fri Jun 02 23:26:30 2006 +0000
+++ b/databases/py-PgSQL/Makefile       Fri Jun 02 23:31:33 2006 +0000
@@ -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 @@
 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 -r 12ca3aeb94d3 -r 1cb465c22ee3 databases/py-sqlite/Makefile
--- a/databases/py-sqlite/Makefile      Fri Jun 02 23:26:30 2006 +0000
+++ b/databases/py-sqlite/Makefile      Fri Jun 02 23:31:33 2006 +0000
@@ -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 @@
 
 PYDISTUTILSPKG=        yes
 PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED=      24 23 22 21
 WRKSRC=                ${WRKDIR}/pysqlite
 
 .include "../../databases/sqlite/buildlink3.mk"



Home | Main Index | Thread Index | Old Index