[Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
I would like to remove dependency_links from pip, and ideally also setuptools. In implementing the ensurepip module from PEP453 I realized that even with the ``--no-index`` flag pip was still attempting to reach the internet. After a little bit of investigation I realized that the reason for this

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
On Oct 26, 2013, at 10:14 PM, Donald Stufft don...@stufft.io wrote: I would like to remove dependency_links from pip, and ideally also setuptools. In implementing the ensurepip module from PEP453 I realized that even with the ``--no-index`` flag pip was still attempting to reach the

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
Bleh scratch that, it was adding everything :( On Oct 26, 2013, at 10:59 PM, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 10:14 PM, Donald Stufft don...@stufft.io wrote: I would like to remove dependency_links from pip, and ideally also setuptools. In implementing the

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
Ok here’s the real list: https://gist.github.com/dstufft/7177500 On Oct 26, 2013, at 11:00 PM, Donald Stufft don...@stufft.io wrote: Bleh scratch that, it was adding everything :( On Oct 26, 2013, at 10:59 PM, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 10:14 PM, Donald

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list: https://gist.github.com/dstufft/7177500 Quick note that this list is a list of projects that have *ever* used dependency links on PyPI. Some of these projects are no longer using them.

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Nick Coghlan
On 27 October 2013 14:13, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list: https://gist.github.com/dstufft/7177500 Quick note that this list is a list of projects that have *ever* used dependency links on

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
On Oct 27, 2013, at 12:30 AM, Nick Coghlan ncogh...@gmail.com wrote: On 27 October 2013 14:13, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list: https://gist.github.com/dstufft/7177500 Quick note that this

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Fred Drake
On Sun, Oct 27, 2013 at 12:30 AM, Nick Coghlan ncogh...@gmail.com wrote: Am I correct in thinking that providing a flag to disable them completely will be enough to get ensurepip to behave itself? There's been a setting for this in buildout for some time, and I don't build without it. Your

Re: [Distutils] Removing dependency_links

2013-10-26 Thread holger krekel
On Sun, Oct 27, 2013 at 14:30 +1000, Nick Coghlan wrote: On 27 October 2013 14:13, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list: https://gist.github.com/dstufft/7177500 Quick note that this list is a

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Donald Stufft
On Oct 27, 2013, at 1:07 AM, holger krekel hol...@merlinux.eu wrote: On Sun, Oct 27, 2013 at 14:30 +1000, Nick Coghlan wrote: On 27 October 2013 14:13, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list:

Re: [Distutils] Removing dependency_links

2013-10-26 Thread Nick Coghlan
On 27 October 2013 14:35, Donald Stufft don...@stufft.io wrote: On Oct 27, 2013, at 12:30 AM, Nick Coghlan ncogh...@gmail.com wrote: On 27 October 2013 14:13, Donald Stufft don...@stufft.io wrote: On Oct 26, 2013, at 11:59 PM, Donald Stufft don...@stufft.io wrote: Ok here’s the real list: