SOURCES: python-Pyrex-identation_fix.patch (NEW) - Updated to vers...
    matkor 
    matkor at pld-linux.org
       
    Mon Apr 17 16:58:21 CEST 2006
    
    
  
Author: matkor                       Date: Mon Apr 17 14:58:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Updated to version 0.9.4-1. STBR for Ac.
---- Files affected:
SOURCES:
   python-Pyrex-identation_fix.patch (NONE -> 1.1)  (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-Pyrex-identation_fix.patch
diff -u /dev/null SOURCES/python-Pyrex-identation_fix.patch:1.1
--- /dev/null	Mon Apr 17 16:58:21 2006
+++ SOURCES/python-Pyrex-identation_fix.patch	Mon Apr 17 16:58:16 2006
@@ -0,0 +1,12 @@
+--- Pyrex-0.9.4/Pyrex/Distutils/build_ext.py.orig	2006-04-17 16:33:06.000000000 +0200
++++ Pyrex-0.9.4/Pyrex/Distutils/build_ext.py	2006-04-17 16:33:39.000000000 +0200
+@@ -65,8 +65,7 @@
+     return [replace_suffix(src, suffix) for src in pyx_sources] + other_sources
+ 
+   def pyrex_compile(self, source):
+-  	options = CompilationOptions(default_options,
+-  		include_path = self.include_dirs)
++    options = CompilationOptions(default_options,include_path = self.include_dirs)
+     result = compile(source, options)
+     if result.num_errors <> 0:
+       sys.exit(1)
================================================================
    
    
More information about the pld-cvs-commit
mailing list