pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-idle Make idle work with python 24pth
details: https://anonhg.NetBSD.org/pkgsrc/rev/4dd3bbcaeea3
branches: trunk
changeset: 487080:4dd3bbcaeea3
user: perry <perry%pkgsrc.org@localhost>
date: Sat Jan 08 19:40:37 2005 +0000
description:
Make idle work with python 24pth
Note that this probably should be done more cleanly but I'm not clear
on how that would be done best.
diffstat:
devel/py-idle/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 52f9654723ee -r 4dd3bbcaeea3 devel/py-idle/Makefile
--- a/devel/py-idle/Makefile Sat Jan 08 19:15:47 2005 +0000
+++ b/devel/py-idle/Makefile Sat Jan 08 19:40:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:13:33 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/01/08 19:40:37 perry Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -27,9 +27,9 @@
# With Python-2.3, the Idle code is part of the base library.
# We just install a wrapper script. Also, threads are required now.
#
-PYTHON_VERSIONS_ACCEPTED= 20 20pth 21 21pth 22 22pth 23pth
+PYTHON_VERSIONS_ACCEPTED= 20 20pth 21 21pth 22 22pth 23pth 24pth
.include "../../lang/python/extension.mk"
-.if ${PYPKGPREFIX} != "py23pth"
+.if (${PYPKGPREFIX} != "py23pth") && (${PYPKGPREFIX} != "py24pth")
EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/idle/*
PYTHON_PATCH_SCRIPTS= Tools/idle/idle.py
Home |
Main Index |
Thread Index |
Old Index