pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-idle Update for Python 2.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/d1a9f66050df
branches: trunk
changeset: 541770:d1a9f66050df
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Apr 25 17:53:48 2008 +0000
description:
Update for Python 2.5.
diffstat:
devel/py-idle/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 4f6e172f2320 -r d1a9f66050df devel/py-idle/Makefile
--- a/devel/py-idle/Makefile Fri Apr 25 17:37:56 2008 +0000
+++ b/devel/py-idle/Makefile Fri Apr 25 17:53:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/03/03 17:45:36 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/25 17:53:48 joerg Exp $
#
PKGNAME= ${PYPKGPREFIX}-idle-0
@@ -27,9 +27,9 @@
# We just install a wrapper script. Also, threads are required now.
# NOTE: if you add a new version of Python here, add to the following test
#
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 20
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 21 20
.include "../../lang/python/extension.mk"
-.if (${PYPKGPREFIX} != "py23") && (${PYPKGPREFIX} != "py24")
+.if (${PYPKGPREFIX} != "py23") && (${PYPKGPREFIX} != "py24") && (${PYPKGPREFIX} != "py25")
EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/idle/*
PYTHON_PATCH_SCRIPTS= Tools/idle/idle.py
Home |
Main Index |
Thread Index |
Old Index