[Python-checkins] python/dist/src setup.py,1.184,1.185

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Sun Mar 21 13:59:54 EST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31927

Modified Files:
	setup.py 
Log Message:
[Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5

Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.184
retrieving revision 1.185
diff -C2 -d -r1.184 -r1.185
*** setup.py	21 Mar 2004 18:57:35 -0000	1.184
--- setup.py	21 Mar 2004 18:59:46 -0000	1.185
***************
*** 964,968 ****
          # dots on Windows, for detection by cygwin.
          tcllib = tklib = tcl_includes = tk_includes = None
!         for version in ['8.4', '84', '8.3', '83', '8.2',
                          '82', '8.1', '81', '8.0', '80']:
              tklib = self.compiler.find_library_file(lib_dirs, 'tk' + version)
--- 964,968 ----
          # dots on Windows, for detection by cygwin.
          tcllib = tklib = tcl_includes = tk_includes = None
!         for version in ['8.5', '85', '8.4', '84', '8.3', '83', '8.2',
                          '82', '8.1', '81', '8.0', '80']:
              tklib = self.compiler.find_library_file(lib_dirs, 'tk' + version)




More information about the Python-checkins mailing list