pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python Make Python 2.3 the default Python version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1cfb3b8b341
branches:  trunk
changeset: 473662:d1cfb3b8b341
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Apr 22 16:03:51 2004 +0000

description:
Make Python 2.3 the default Python version.
ok'd by drochner@

diffstat:

 lang/python/pyversion.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 40014e5bb029 -r d1cfb3b8b341 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Apr 22 15:58:26 2004 +0000
+++ b/lang/python/pyversion.mk  Thu Apr 22 16:03:51 2004 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: pyversion.mk,v 1.24 2004/03/11 23:50:10 danw Exp $
+# $NetBSD: pyversion.mk,v 1.25 2004/04/22 16:03:51 recht Exp $
 
 .if !defined(PYTHON_PYVERSION_MK)
 PYTHON_PYVERSION_MK=   defined
 
 .include "../../mk/bsd.prefs.mk"
 
-PYTHON_VERSION_DEFAULT?=       22
+PYTHON_VERSION_DEFAULT?=       23
 .if ${OPSYS} == "Darwin"
 PYTHON_VERSIONS_ACCEPTED?=     23pth 22pth
 .else
-PYTHON_VERSIONS_ACCEPTED?=     22 22pth 23 23pth 21 21pth 20
+PYTHON_VERSIONS_ACCEPTED?=     23 23pth 22 22pth 21 21pth 20
 .endif
 
 BUILDLINK_DEPENDS.python15?=           python15>=1.5



Home | Main Index | Thread Index | Old Index