Rev 2619: Try another form of comment in http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/skip_pyrex

John Arbash Meinel john at arbash-meinel.com
Sun Jul 15 15:34:42 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.19-dev/skip_pyrex

------------------------------------------------------------
revno: 2619
revision-id: john at arbash-meinel.com-20070715143330-6ddg2ay25b4pxiu1
parent: john at arbash-meinel.com-20070715142444-c90zfgn3khpl1swt
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: skip_pyrex
timestamp: Sun 2007-07-15 09:33:30 -0500
message:
  Try another form of comment
modified:
  setup.py                       setup.py-20050314065409-02f8a0a6e3f9bc70
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2007-07-15 14:24:44 +0000
+++ b/setup.py	2007-07-15 14:33:30 +0000
@@ -157,8 +157,10 @@
     have_pyrex = False
     # try to build the extension from the prior generated source.
     print
-    print ("Pyrex not available, while bzr will build, "
-           "you cannot modify the C extensions.")
+    print ("The python package 'Pyrex' is not available."
+           " If the .c files are available,")
+    print ("they will be built,"
+           " but modifying the .pyx files will not rebuild them.")
     from distutils.command.build_ext import build_ext
 else:
     have_pyrex = True
@@ -166,6 +168,7 @@
 command_classes['build_ext'] = build_ext
 unavailable_files = []
 
+
 def add_pyrex_extension(module_name, **kwargs):
     """Add a pyrex module to build.
 



More information about the bazaar-commits mailing list