This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-02.20:30:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441225829.96.0.402628626785.issue24986@psf.upfronthosting.co.za>
In-reply-to
Content
We do have the option of leaving out all extension modules ("/p:IncludeExtensions=false"), but it would be nice to be able to build everything that doesn't require external libs.

This also be adds an option to skip only Tkinter (analogous to "/p:IncludeSSL=false"), as that's what I actually need at the moment :).  I'm not adding options for every external project individually, as most of them are not a big deal, but OpenSSL, Tcl/Tk/Tix, and (on 2.7) bsddb take a long time to compile and might be nice to leave out when they're not needed (so I also added the ability to leave out bsddb on 2.7).

Leaving out 3.4 as its project files are not amenable to this kind of change, and 3.4's days are numbered anyway.
History
Date User Action Args
2015-09-02 20:30:30zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-02 20:30:29zach.waresetmessageid: <1441225829.96.0.402628626785.issue24986@psf.upfronthosting.co.za>
2015-09-02 20:30:29zach.warelinkissue24986 messages
2015-09-02 20:30:29zach.warecreate