Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Donald Stufft
On May 15, 2014, at 7:34 AM, Nick Coghlan wrote: > > On 15 May 2014 21:20, "Donald Stufft" wrote: > > > > > > On May 15, 2014, at 4:16 AM, Daniele Sluijters > > wrote: > > > > > Has anyone considered what this will mean for people on distributions > > > that ship older pip versions that can'

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Nick Coghlan
On 15 May 2014 21:20, "Donald Stufft" wrote: > > > On May 15, 2014, at 4:16 AM, Daniele Sluijters < daniele.sluijt...@gmail.com> wrote: > > > Has anyone considered what this will mean for people on distributions > > that ship older pip versions that can't be upgraded outside of the > > release cyc

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Donald Stufft
On May 15, 2014, at 5:12 AM, M.-A. Lemburg wrote: > On 15.05.2014 01:03, Nick Coghlan wrote: >> On 15 May 2014 01:07, "Donald Stufft" wrote: >>> >>> I’ve just published a draft of PEP 470 - Using Multi Index Support for >> External to PyPI Package File Hosting >>> >>> You can see this online

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Donald Stufft
On May 15, 2014, at 4:16 AM, Daniele Sluijters wrote: > Has anyone considered what this will mean for people on distributions > that ship older pip versions that can't be upgraded outside of the > release cycle (like Debian and Redhat)? > So a nice property of this, is that degrades gracefull

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Nick Coghlan
On 15 May 2014 20:44, "Daniele Sluijters" wrote: > > Has anyone considered what this will mean for people on distributions > that ship older pip versions that can't be upgraded outside of the > release cycle (like Debian and Redhat)? Even RHEL/CentOS 7 don't include pip in the base OS & EPEL can

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Daniele Sluijters
Has anyone considered what this will mean for people on distributions that ship older pip versions that can't be upgraded outside of the release cycle (like Debian and Redhat)? On 15 May 2014 10:09, Paul Moore wrote: > On 15 May 2014 00:03, Nick Coghlan wrote: >>> I’ve just published a draft of

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread M.-A. Lemburg
On 15.05.2014 01:03, Nick Coghlan wrote: > On 15 May 2014 01:07, "Donald Stufft" wrote: >> >> I’ve just published a draft of PEP 470 - Using Multi Index Support for > External to PyPI Package File Hosting >> >> You can see this online at http://legacy.python.org/dev/peps/pep-0470/ or > read below

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-15 Thread Paul Moore
On 15 May 2014 00:03, Nick Coghlan wrote: >> I’ve just published a draft of PEP 470 - Using Multi Index Support for >> External to PyPI Package File Hosting >> >> You can see this online at http://legacy.python.org/dev/peps/pep-0470/ or >> read below >> > > For the record: I reviewed Donald's init

Re: [Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-14 Thread Nick Coghlan
On 15 May 2014 01:07, "Donald Stufft" wrote: > > I’ve just published a draft of PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting > > You can see this online at http://legacy.python.org/dev/peps/pep-0470/ or read below > For the record: I reviewed Donald's initial draf

[Distutils] PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting

2014-05-14 Thread Donald Stufft
I’ve just published a draft of PEP 470 - Using Multi Index Support for External to PyPI Package File Hosting You can see this online at http://legacy.python.org/dev/peps/pep-0470/ or read below --- PEP: 470 Title: Usin