[Python-checkins] CVS: distutils/distutils/command bdist_rpm.py,1.1,1.2 build.py,1.18,1.19 build_clib.py,1.14,1.15 build_ext.py,1.37,1.38 build_py.py,1.23,1.24 clean.py,1.5,1.6 install.py,1.31,1.32 sdist.py,1.18,1.19

Greg Ward python-dev@python.org
Wed, 24 May 2000 18:10:07 -0700


Update of /cvsroot/python/distutils/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14757

Modified Files:
	bdist_rpm.py build.py build_clib.py build_ext.py build_py.py 
	clean.py install.py sdist.py 
Log Message:
Normalized all the end-of-class lines.

Index: bdist_rpm.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/bdist_rpm.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** bdist_rpm.py	2000/05/13 03:11:40	1.1
--- bdist_rpm.py	2000/05/25 01:10:04	1.2
***************
*** 6,10 ****
  # created 2000/04/25, by Harry Henry Gebel
  
! __revision__ = "$Id: bdist_rpm.py,v 1.1 2000/05/13 03:11:40 greg Exp $"
  
  from os.path import exists, basename
--- 6,10 ----
  # created 2000/04/25, by Harry Henry Gebel
  
! __revision__ = "$Id: bdist_rpm.py,v 1.2 2000/05/25 01:10:04 gward Exp $"
  
  from os.path import exists, basename
***************
*** 389,390 ****
--- 389,392 ----
          else:
              return default_value
+ 
+ # class bdist_rpm

Index: build.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** build.py	2000/05/12 00:33:14	1.18
--- build.py	2000/05/25 01:10:04	1.19
***************
*** 5,9 ****
  # created 1999/03/08, Greg Ward
  
! __revision__ = "$Id: build.py,v 1.18 2000/05/12 00:33:14 greg Exp $"
  
  import sys, os
--- 5,9 ----
  # created 1999/03/08, Greg Ward
  
! __revision__ = "$Id: build.py,v 1.19 2000/05/25 01:10:04 gward Exp $"
  
  import sys, os
***************
*** 101,103 ****
              self.run_peer ('build_ext')
  
! # end class Build
--- 101,103 ----
              self.run_peer ('build_ext')
  
! # class build

Index: build_clib.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build_clib.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** build_clib.py	2000/05/12 00:33:14	1.14
--- build_clib.py	2000/05/25 01:10:04	1.15
***************
*** 8,12 ****
  # fleshed out 2000/02/03-04
  
! __revision__ = "$Id: build_clib.py,v 1.14 2000/05/12 00:33:14 greg Exp $"
  
  
--- 8,12 ----
  # fleshed out 2000/02/03-04
  
! __revision__ = "$Id: build_clib.py,v 1.15 2000/05/25 01:10:04 gward Exp $"
  
  
***************
*** 208,210 ****
      # build_libraries ()
  
! # class BuildLib
--- 208,210 ----
      # build_libraries ()
  
! # class build_lib

Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build_ext.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** build_ext.py	2000/05/13 01:52:14	1.37
--- build_ext.py	2000/05/25 01:10:04	1.38
***************
*** 7,11 ****
  # created 1999/08/09, Greg Ward
  
! __revision__ = "$Id: build_ext.py,v 1.37 2000/05/13 01:52:14 greg Exp $"
  
  import sys, os, string, re
--- 7,11 ----
  # created 1999/08/09, Greg Ward
  
! __revision__ = "$Id: build_ext.py,v 1.38 2000/05/25 01:10:04 gward Exp $"
  
  import sys, os, string, re
***************
*** 407,409 ****
          return apply (os.path.join, ext_path) + '.lib'
  
! # class BuildExt
--- 407,409 ----
          return apply (os.path.join, ext_path) + '.lib'
  
! # class build_ext

Index: build_py.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/build_py.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** build_py.py	2000/04/10 01:31:58	1.23
--- build_py.py	2000/05/25 01:10:04	1.24
***************
*** 5,9 ****
  # created 1999/03/08, Greg Ward
  
! __revision__ = "$Id: build_py.py,v 1.23 2000/04/10 01:31:58 gward Exp $"
  
  import sys, string, os
--- 5,9 ----
  # created 1999/03/08, Greg Ward
  
! __revision__ = "$Id: build_py.py,v 1.24 2000/05/25 01:10:04 gward Exp $"
  
  import sys, string, os
***************
*** 323,325 ****
      # build_packages ()
                         
! # end class BuildPy
--- 323,325 ----
      # build_packages ()
                         
! # class build_py

Index: clean.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/clean.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** clean.py	2000/05/13 02:30:15	1.5
--- clean.py	2000/05/25 01:10:04	1.6
***************
*** 5,9 ****
  # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
  
! __revision__ = "$Id: clean.py,v 1.5 2000/05/13 02:30:15 greg Exp $"
  
  import os
--- 5,9 ----
  # contributed by Bastian Kleineidam <calvin@cs.uni-sb.de>, added 2000-03-18
  
! __revision__ = "$Id: clean.py,v 1.6 2000/05/25 01:10:04 gward Exp $"
  
  import os
***************
*** 75,76 ****
--- 75,78 ----
              except OSError:
                  pass
+ 
+ # class clean

Index: install.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/install.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** install.py	2000/05/20 15:17:09	1.31
--- install.py	2000/05/25 01:10:04	1.32
***************
*** 5,9 ****
  # created 1999/03/13, Greg Ward
  
! __revision__ = "$Id: install.py,v 1.31 2000/05/20 15:17:09 gward Exp $"
  
  import sys, os, string
--- 5,9 ----
  # created 1999/03/13, Greg Ward
  
! __revision__ = "$Id: install.py,v 1.32 2000/05/25 01:10:04 gward Exp $"
  
  import sys, os, string
***************
*** 520,522 ****
                         filename)
  
! # class Install
--- 520,522 ----
                         filename)
  
! # class install

Index: sdist.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/sdist.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** sdist.py	2000/04/26 01:14:33	1.18
--- sdist.py	2000/05/25 01:10:04	1.19
***************
*** 5,9 ****
  # created 1999/09/22, Greg Ward
  
! __revision__ = "$Id: sdist.py,v 1.18 2000/04/26 01:14:33 gward Exp $"
  
  import sys, os, string, re
--- 5,9 ----
  # created 1999/09/22, Greg Ward
  
! __revision__ = "$Id: sdist.py,v 1.19 2000/05/25 01:10:04 gward Exp $"
  
  import sys, os, string, re
***************
*** 520,524 ****
              remove_tree (base_dir, self.verbose, self.dry_run)
  
! # class Dist
  
  
--- 520,524 ----
              remove_tree (base_dir, self.verbose, self.dry_run)
  
! # class sdist