Re: [easybuild] Python extensions at Pypi relocated, download fails

2016-06-24 Thread Orion Poplawski
You can also use their re-director: https://files.pythonhosted.org/packages/source/p//-.tar.gz On 06/23/2016 08:17 AM, Kenneth Hoste wrote: > Hi Olaf, > > You're hitting a very annoying change in the way PyPI serves source tarballs, > see also https://bitbucket.org/pypa/pypi/issues/438 . > > We

Re: [easybuild] Python extensions at Pypi relocated, download fails

2016-06-23 Thread Kenneth Hoste
Hi Olaf, You're hitting a very annoying change in the way PyPI serves source tarballs, see also https://bitbucket.org/pypa/pypi/issues/438 . We've implemented a workaround for this in EasyBuild v2.8.0, where we translate 'normal' old-style URLs to the equivalent one that includes a hash in i

[easybuild] Python extensions at Pypi relocated, download fails

2016-06-23 Thread Olaf Walter
Dear easybuilders, I just tried building the latest Python and noticed that extensions do not longer download. The URL seems to have changed. For example: exts_list = [ ('pip', '8.1.2', { 'source_urls': ['http://pypi.python.org/packages/source/p/pip/'], }), results in: == 2016-