[MERGE] build support for pyrex/C modules
John Arbash Meinel
john at arbash-meinel.com
Mon Apr 2 17:15:07 BST 2007
John Arbash Meinel has voted +1 (conditional).
Status is now: Conditionally approved
Comment:
-all:
+all:
+ @echo "building extension modules."
+ ./setup.py build_ext -i
-check:
+check: all
Seems like it should be:
.PHONY: all extensions
all: extensions
extensions:
@echo "building extension modules."
./setup.py build_ext -i
check: extensions
extra space here:
+ # Extension("bzrlib.modulename", ["bzrlib/foo.pyx"], libraries =
[]))
+command_classes['build_ext'] = build_ext
+
if 'bdist_wininst' in sys.argv:
I would be very interested in seeing us have this for 0.16.
For details, see:
http://bundlebuggy.aaronbentley.com/request/%3C1173753513.6495.8.camel%40localhost.localdomain%3E
More information about the bazaar
mailing list