Re: pypi download links (e.g. for ansible)

2016-05-09 Thread Chris Warrick
On 9 May 2016 at 13:35, Michael Ströder wrote: > Steven D'Aprano wrote: >> On Mon, 9 May 2016 08:00 pm, Michael Strc3b6der wrote: >> >>> HI! >>> >>> Deep-links for downloading a specific version from PyPI seemed to work >>> like this: >>> >>> $ wget >>>

Re: pypi download links (e.g. for ansible)

2016-05-09 Thread Michael Ströder
Steven D'Aprano wrote: > On Mon, 9 May 2016 08:00 pm, Michael Strc3b6der wrote: > >> HI! >> >> Deep-links for downloading a specific version from PyPI seemed to work >> like this: >> >> $ wget >> https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz >> [..] >> Saving to:

Re: pypi download links (e.g. for ansible)

2016-05-09 Thread Steven D'Aprano
On Mon, 9 May 2016 08:00 pm, Michael Strc3b6der wrote: > HI! > > Deep-links for downloading a specific version from PyPI seemed to work > like this: > > $ wget > https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz > [..] > Saving to: ‘ansible-2.0.1.0.tar.gz’ > > But this

Re: pypi download links (e.g. for ansible)

2016-05-09 Thread Michael Ströder
harirammano...@gmail.com wrote: > On Monday, May 9, 2016 at 3:30:31 PM UTC+5:30, Michael Ströder wrote: >> HI! >> >> Deep-links for downloading a specific version from PyPI seemed to work like >> this: >> >> $ wget >> https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz >>

Re: pypi download links (e.g. for ansible)

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 3:30:31 PM UTC+5:30, Michael Ströder wrote: > HI! > > Deep-links for downloading a specific version from PyPI seemed to work like > this: > > $ wget > https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz > [..] > Saving to: 'ansible-2.0.1.0.tar.gz'

pypi download links (e.g. for ansible)

2016-05-09 Thread Michael Ströder
HI! Deep-links for downloading a specific version from PyPI seemed to work like this: $ wget https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz [..] Saving to: ‘ansible-2.0.1.0.tar.gz’ But this recent version does not work: $ wget