[Python-checkins] python/dist/src/Lib/distutils/command bdist.py, 1.28, 1.29 bdist_dumb.py, 1.23, 1.24 bdist_wininst.py, 1.49, 1.50 build_ext.py, 1.95, 1.96 build_scripts.py, 1.22, 1.23 install.py, 1.69, 1.70 register.py, 1.6, 1.7

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:15:16 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31286/distutils/command

Modified Files:
	bdist.py bdist_dumb.py bdist_wininst.py build_ext.py 
	build_scripts.py install.py register.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: bdist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** bdist.py	19 Nov 2002 13:12:28 -0000	1.28
--- bdist.py	18 Jul 2004 06:14:42 -0000	1.29
***************
*** 79,83 ****
                                     "Windows executable installer"),
                         'zip':   ('bdist_dumb', "ZIP file"),
!                        #'pkgtool': ('bdist_pkgtool', 
                         #            "Solaris pkgtool distribution"),
                         #'sdux':  ('bdist_sdux', "HP-UX swinstall depot"),
--- 79,83 ----
                                     "Windows executable installer"),
                         'zip':   ('bdist_dumb', "ZIP file"),
!                        #'pkgtool': ('bdist_pkgtool',
                         #            "Solaris pkgtool distribution"),
                         #'sdux':  ('bdist_sdux', "HP-UX swinstall depot"),

Index: bdist_dumb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_dumb.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** bdist_dumb.py	26 Nov 2002 17:45:19 -0000	1.23
--- bdist_dumb.py	18 Jul 2004 06:14:42 -0000	1.24
***************
*** 54,58 ****
          self.skip_build = 0
          self.relative = 0
!         
      # initialize_options()
  
--- 54,58 ----
          self.skip_build = 0
          self.relative = 0
! 
      # initialize_options()
  

Index: bdist_wininst.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/bdist_wininst.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** bdist_wininst.py	6 Jul 2004 19:23:27 -0000	1.49
--- bdist_wininst.py	18 Jul 2004 06:14:42 -0000	1.50
***************
*** 116,120 ****
          install_lib.compile = 0
          install_lib.optimize = 0
!         
          # If we are building an installer for a Python version other
          # than the one we are currently running, then we need to ensure
--- 116,120 ----
          install_lib.compile = 0
          install_lib.optimize = 0
! 
          # If we are building an installer for a Python version other
          # than the one we are currently running, then we need to ensure

Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** build_ext.py	11 May 2004 18:18:35 -0000	1.95
--- build_ext.py	18 Jul 2004 06:14:43 -0000	1.96
***************
*** 174,178 ****
              self.library_dirs.append(os.path.join(sys.exec_prefix, 'PCBuild'))
  
!         # OS/2 (EMX) doesn't support Debug vs Release builds, but has the 
          # import libraries in its "Config" subdirectory
          if os.name == 'os2':
--- 174,178 ----
              self.library_dirs.append(os.path.join(sys.exec_prefix, 'PCBuild'))
  
!         # OS/2 (EMX) doesn't support Debug vs Release builds, but has the
          # import libraries in its "Config" subdirectory
          if os.name == 'os2':
***************
*** 637,641 ****
              # believe VACPP does as well (though not confirmed) - AIM Apr01
              template = "python%d%d"
!             # debug versions of the main DLL aren't supported, at least 
              # not at this time - AIM Apr01
              #if self.debug:
--- 637,641 ----
              # believe VACPP does as well (though not confirmed) - AIM Apr01
              template = "python%d%d"
!             # debug versions of the main DLL aren't supported, at least
              # not at this time - AIM Apr01
              #if self.debug:

Index: build_scripts.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_scripts.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** build_scripts.py	25 Mar 2004 22:04:51 -0000	1.22
--- build_scripts.py	18 Jul 2004 06:14:43 -0000	1.23
***************
*** 95,99 ****
                      outf = open(outfile, "w")
                      if not sysconfig.python_build:
!                         outf.write("#!%s%s\n" % 
                                     (os.path.normpath(sys.executable),
                                      post_interp))
--- 95,99 ----
                      outf = open(outfile, "w")
                      if not sysconfig.python_build:
!                         outf.write("#!%s%s\n" %
                                     (os.path.normpath(sys.executable),
                                      post_interp))

Index: install.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** install.py	25 Jun 2004 23:02:43 -0000	1.69
--- install.py	18 Jul 2004 06:14:43 -0000	1.70
***************
*** 538,542 ****
              install_lib not in sys_path):
              log.debug(("modules installed to '%s', which is not in "
!                        "Python's module search path (sys.path) -- " 
                         "you'll have to change the search path yourself"),
                         self.install_lib)
--- 538,542 ----
              install_lib not in sys_path):
              log.debug(("modules installed to '%s', which is not in "
!                        "Python's module search path (sys.path) -- "
                         "you'll have to change the search path yourself"),
                         self.install_lib)

Index: register.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/register.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** register.py	9 Apr 2003 12:35:51 -0000	1.6
--- register.py	18 Jul 2004 06:14:43 -0000	1.7
***************
*** 287,289 ****
              print '-'*75, data, '-'*75
          return result
- 
--- 287,288 ----



More information about the Python-checkins mailing list