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 ncoghlan
Recipients Segev Finer, dstufft, eric.araujo, eric.smith, ncoghlan, ned.deily
Date 2017-10-05.00:35:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507163727.85.0.213398074469.issue31634@psf.upfronthosting.co.za>
In-reply-to
Content
As a shorter version of the above:

* the current install time bundling of setuptools in `ensurepip` is likely to be replaced by `pip` dynamically installing both `setuptools` & `wheel` when asked to build from a source archive when no other build system has been specified. With PEP 517 approved, it's entirely plausible that this will happen as part of the `pip 10.0.0` release. So we *won't* be bundling wheel as part of ensurepip, since doing so would conflict with the plan to unbundle setuptools.

* however, we *may* still end up bundling wheel with CPython at some point, *if* we decide to eliminate Lib/distutils entirely in favour of bundling setuptools & wheel.

So it isn't that bundling wheel is entirely out of the question - it's just not something we want to do as part of ensure*pip* specifically.
History
Date User Action Args
2017-10-05 00:35:28ncoghlansetrecipients: + ncoghlan, eric.smith, ned.deily, eric.araujo, dstufft, Segev Finer
2017-10-05 00:35:27ncoghlansetmessageid: <1507163727.85.0.213398074469.issue31634@psf.upfronthosting.co.za>
2017-10-05 00:35:27ncoghlanlinkissue31634 messages
2017-10-05 00:35:26ncoghlancreate