Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-13 Thread Jack Perdue
Jack Perdue Lead Systems Administrator High Performance Research Computing TAMU Division of Research j-per...@tamu.eduhttp://hprc.tamu.edu HPRC Helpdesk: h...@hprc.tamu.edu On 07/12/2018 02:13 PM, Bart Oldeman wrote: Hi Jack, I think what Kenneth was trying to say is that you need to

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-12 Thread Bart Oldeman
Hi Jack, I think what Kenneth was trying to say is that you need to use: 'source_urls': ['https://pypi.python.org/packages/source/i/ipython/'], instead since PYPI_LOWER_SOURCE does not work for extensions. -- Dr. Bart E. Oldeman | bart.olde...@mcgill.ca | bart.olde...@calculquebec.ca Scientific

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-12 Thread Jack Perdue
Howdy Kenneth, On 07/11/2018 03:59 PM, Kenneth Hoste wrote: Hi Jack, On 11/07/2018 20:04, Jack Perdue wrote: Howdy Kenneth, For example, I'm trying to build IPython and as a Bundle with extensions trying to fetch files from:   https://files.pythonhosted.org/packages/source/i/ipython/ which

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Kenneth Hoste
Hi Jack, On 11/07/2018 20:04, Jack Perdue wrote: Howdy Kenneth, For example, I'm trying to build IPython and as a Bundle with extensions trying to fetch files from:  https://files.pythonhosted.org/packages/source/i/ipython/ which doesn't exist. That's not what I'm seeing with the just

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Jack Perdue
Howdy Kenneth, For example, I'm trying to build IPython and as a Bundle with extensions trying to fetch files from:  https://files.pythonhosted.org/packages/source/i/ipython/ which doesn't exist. See: IPython-6.2.1-foss-2017a-Python-3.6.4.eb (which is  IPython-6.4-foss-2017b-Python-3.6.3.eb

Re: [easybuild] PyPi legacy is gone.... and ideas on source_urls for Python extensions

2018-07-11 Thread Kenneth Hoste
Hi Jack, On 11/07/2018 01:38, Jack Perdue wrote: As recently as a week or two ago, the "legacy" PyPi site was still serving files from old source_urls. That no longer seems to be the case. And the new URLs seem to be a random mess. Has anyone pondered how to deail with this? EasyBuild has