packages: pybik/pybik-pyrex.patch (NEW) - forced use of pyrex instead of cy...
lisu
lisu at pld-linux.org
Mon Dec 28 15:45:26 CET 2009
Author: lisu Date: Mon Dec 28 14:45:26 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- forced use of pyrex instead of cython
---- Files affected:
packages/pybik:
pybik-pyrex.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/pybik/pybik-pyrex.patch
diff -u /dev/null packages/pybik/pybik-pyrex.patch:1.1
--- /dev/null Mon Dec 28 15:45:26 2009
+++ packages/pybik/pybik-pyrex.patch Mon Dec 28 15:45:21 2009
@@ -0,0 +1,11 @@
+--- pybik-0.3/setup.py~ 2009-11-26 20:45:24.000000000 +0100
++++ pybik-0.3/setup.py 2009-12-28 15:13:56.943896217 +0100
+@@ -256,7 +256,7 @@
+ if in_file.endswith('.pyx'):
+ out_file = in_file[:-4]+'.c'
+ self.make_file(pyx_files+pyx_files_dep, out_file,
+- cython if self.cython else pyrex, (in_file, out_file))
++ pyrex, (in_file, out_file))
+ out_files.append(out_file)
+ else:
+ out_files.append(in_file)
================================================================
More information about the pld-cvs-commit
mailing list