[Distutils] ensurepip in linux distros

2015-09-03 Thread Marcus Smith
Can anyone summarize the state of ensurepip for the major linux distros. Do any currently include a version that leaves ensurepip intact? If not, will any? Moreover, would any ever also bootstrap pip for you? I'm not asking out of interest in wanting it, more to understand for the sake of editing

[Distutils] mention Copr/EPEL/IUS in pip install instructions?

2015-09-03 Thread Marcus Smith
Hello: I'm looking for opinions on mentioning Copr and/or EPEL and/or IUS in the pip install instructions. Here's the PR with the actual docs changes: https://github.com/pypa/pip/pull/3067 The goal is to give people a linux distro-friendly way (at least for fedora/centos/rhel) to upgrade pip (in

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Nate Coraor
On Thu, Sep 3, 2015 at 10:04 AM, Nate Coraor wrote: > On Thu, Sep 3, 2015 at 9:56 AM, Daniel Holth wrote: > >> IIRC there's also a bug where we use pypy's version "2.6.2" and not the >> version of Python it implements "2.7" for the first tag. >> > > It's the other way around: > > https://github.

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Nate Coraor
On Thu, Sep 3, 2015 at 9:56 AM, Daniel Holth wrote: > IIRC there's also a bug where we use pypy's version "2.6.2" and not the > version of Python it implements "2.7" for the first tag. > It's the other way around: https://github.com/pypa/pip/issues/2882 My changes set the Python tag to the ver

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Daniel Holth
IIRC there's also a bug where we use pypy's version "2.6.2" and not the version of Python it implements "2.7" for the first tag. On Thu, Sep 3, 2015 at 9:53 AM Nate Coraor wrote: > On Thu, Sep 3, 2015 at 8:16 AM, Donald Stufft wrote: > >> On September 3, 2015 at 8:15:53 AM, Daniel Holth (dho...

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Nate Coraor
On Thu, Sep 3, 2015 at 8:16 AM, Donald Stufft wrote: > On September 3, 2015 at 8:15:53 AM, Daniel Holth (dho...@gmail.com) wrote: > > We could at least merge the implementation of the SOABI tag for Python > 2.7 > > (cp27m, cp27mu, ...), which has been in the PEP from the beginning but > was > > n

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Donald Stufft
On September 3, 2015 at 8:15:53 AM, Daniel Holth (dho...@gmail.com) wrote: > We could at least merge the implementation of the SOABI tag for Python 2.7 > (cp27m, cp27mu, ...), which has been in the PEP from the beginning but was > never implemented for Python 2. This lets you distinguish between wh

Re: [Distutils] Working toward Linux wheel support

2015-09-03 Thread Daniel Holth
We could at least merge the implementation of the SOABI tag for Python 2.7 (cp27m, cp27mu, ...), which has been in the PEP from the beginning but was never implemented for Python 2. This lets you distinguish between wheels built for CPython with debug, pymalloc, unicode builds. For pypy which does