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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Apr 2001 20:39:45 -0700


Patches item #414775, was updated on 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
Group: None
Status: Open
Priority: 5
Submitted By: Robert Kern (kern)
>Assigned to: A.M. Kuchling (akuchling)
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.

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

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