[Patches] [ python-Patches-414775 ] Add --skip-build option to bdist command

noreply@sourceforge.net noreply@sourceforge.net
Sat, 12 Jan 2002 03:28:34 -0800


Patches item #414775, was opened at 2001-04-08 18:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=414775&group_id=5470

Category: Distutils and setup.py
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Robert Kern (kern)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add --skip-build option to bdist command

Initial Comment:
Whenever one uses a non-default compiler to build an
extension, the bdist command will try to rebuild the
package with the default compiler and fail. 

The install command has a --skip-build option to
manually skip the re-building part of the install. I
adapted that code to add a similar --skip-build option
to the bdist, bdist_dumb, and bdist_wininst commands.
I'm not familiar enough with the bdist_rpm command's
code to see where it would work in there.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-01-12 03:28

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as

bdist.py 1.22
bdist_dumb.py 1.17
bdist_wininst.py 1.28
ACKS 1.155
NEWS 1.351


----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2001-06-06 22:28

Message:
Logged In: YES 
user_id=21627

I recommend to approve this patch.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=414775&group_id=5470