classification
Title: Optional extensions in setup.py
Type: Stage:
Components: Distutils Versions: Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: georg.brandl, tarek (2)
Priority: normal Keywords patch

Created on 2009-03-28 00:42 by georg.brandl, last changed 2009-03-31 22:38 by tarek.

Files
File name Uploaded Description Edit Remove
opt-ext.diff georg.brandl, 2009-03-28 00:42
Messages (2)
msg84293 - (view) Author: Georg Brandl (georg.brandl) Date: 2009-03-28 00:42
Adds a new kwarg to the Extension constructor that does what Python's
own /setup.py does to ignore build failure in an extension with a warning.

I'm not sure if that's everything that's needed, but it seems to work in
a simple test case.
msg84938 - (view) Author: Tarek Ziadé (tarek) Date: 2009-03-31 22:38
done in r70910 and r70914
History
Date User Action Args
2009-03-31 22:38:31tareksetstatus: open -> closed
priority: normal
messages: + msg84938
2009-03-31 21:59:56tareklinkissue4706 superseder
2009-03-28 00:42:40georg.brandlcreate