pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ZODB py-ZODB also runs with the unthreade...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2caec99670c
branches:  trunk
changeset: 465964:a2caec99670c
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Jan 09 09:12:52 2004 +0000

description:
py-ZODB also runs with the unthreaded versions of Python 2.2 and 2.3.

Noted by Michal Pasternak (maintainer) in private email.

diffstat:

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

diffs (18 lines):

diff -r ae8b5f2be4f6 -r a2caec99670c databases/py-ZODB/Makefile
--- a/databases/py-ZODB/Makefile        Fri Jan 09 05:15:51 2004 +0000
+++ b/databases/py-ZODB/Makefile        Fri Jan 09 09:12:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 19:52:44 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/09 09:12:52 recht Exp $
 #
 
 DISTNAME=              ZODB3-3.2
@@ -14,7 +14,7 @@
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
 
-PYTHON_VERSIONS_ACCEPTED=      23pth 22pth
+PYTHON_VERSIONS_ACCEPTED=      23pth 23 22pth 22
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index