Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python/files: python-2.5-tcl86.patch
Date: Sun, 30 Jun 2013 16:08:12
Message-Id: 20130630160809.01D4F20081@flycatcher.gentoo.org
1 floppym 13/06/30 16:08:08
2
3 Added: python-2.5-tcl86.patch
4 Log:
5 Apply patch to allow old python versions to use tk-8.6, bug 454342. Also fix the python shebang in idle2.5 and pydoc2.5, bugs 275241 and 383009.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.1 dev-lang/python/files/python-2.5-tcl86.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-2.5-tcl86.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/python-2.5-tcl86.patch?rev=1.1&content-type=text/plain
14
15 Index: python-2.5-tcl86.patch
16 ===================================================================
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -1518,7 +1518,7 @@
20 # The versions with dots are used on Unix, and the versions without
21 # dots on Windows, for detection by cygwin.
22 tcllib = tklib = tcl_includes = tk_includes = None
23 - for version in ['8.5', '85', '8.4', '84', '8.3', '83', '8.2',
24 + for version in ['8.6', '86', '8.5', '85', '8.4', '84', '8.3', '83', '8.2',
25 '82', '8.1', '81', '8.0', '80']:
26 tklib = self.compiler.find_library_file(lib_dirs, 'tk' + version)
27 tcllib = self.compiler.find_library_file(lib_dirs, 'tcl' + version)