]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make bdist_* commands respect --skip-build passed to bdist (#10946).
authorÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 23:42:50 +0000 (01:42 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 29 Aug 2011 23:42:50 +0000 (01:42 +0200)
commitb9fe54cccc3798f089489ef1e7f9026a35d16d6b
treee28f0aa1563038ff6cc0678cc3f327503623d540
parent83ab3f319b3b83c84c4df72349b6ce7d5ec936da
Make bdist_* commands respect --skip-build passed to bdist (#10946).

There was already a test for this, but it was complicated and had a
subtle bug (custom command objects need to be put in dist.command_obj so
that other command objects may see them) that rendered it moot.
Lib/packaging/command/bdist_dumb.py
Lib/packaging/command/bdist_msi.py
Lib/packaging/command/bdist_wininst.py
Lib/packaging/tests/test_command_bdist.py
Misc/NEWS