[issue31634] Consider installing wheel in ensurepip by default

2017-10-04 Thread Donald Stufft
Donald Stufft added the comment: > * 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 >

[issue31634] Consider installing wheel in ensurepip by default

2017-10-04 Thread Nick Coghlan
Nick Coghlan added the comment: 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

[issue31634] Consider installing wheel in ensurepip by default

2017-10-04 Thread Nick Coghlan
Nick Coghlan added the comment: Of the listed benefits, I think the most interesting one is the fact it would enable pip's wheel cache by default for all installations, rather than relying on projects publishing pre-built wheel files to PyPI. However, actually doing this

[issue31634] Consider installing wheel in ensurepip by default

2017-10-01 Thread Eric V. Smith
Change by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___

[issue31634] Consider installing wheel in ensurepip by default

2017-09-29 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list

[issue31634] Consider installing wheel in ensurepip by default

2017-09-29 Thread Éric Araujo
Change by Éric Araujo : -- nosy: +dstufft, merwok, ncoghlan versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.8 ___ Python tracker

[issue31634] Consider installing wheel in ensurepip by default

2017-09-29 Thread Segev Finer
Change by Segev Finer : -- keywords: +patch pull_requests: +3802 stage: -> patch review ___ Python tracker ___

[issue31634] Consider installing wheel in ensurepip by default

2017-09-29 Thread Segev Finer
New submission from Segev Finer : wheel is quite prevalent nowadays. ensurepip even uses wheels of pip & setuptools itself. Installing wheel by default will bestow the following benefits: 1. pip's wheel cache will be enabled by default. 2. Users will be able to run