getsomeual / pylockfile

Automatically exported from code.google.com/p/pylockfile
Other
0 stars 0 forks source link

pylockfile being served from your dyndns address #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I am installing Amazon's CloudFormation bootstrap, which depends on 
pylockfile, I see this:

Searching for lockfile>=0.9
Reading http://pypi.python.org/simple/lockfile/
Reading http://code.google.com/p/pylockfile/
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Reading http://smontanaro.dyndns.org/python/
Download error on http://smontanaro.dyndns.org/python/: timed out -- Some 
packages may not be found!
Best match: lockfile 0.9.1
Downloading 
https://pypi.python.org/packages/source/l/lockfile/lockfile-0.9.1.tar.gz#md5=ce6
1468d4c1263e3005737bbed2641f0
Processing lockfile-0.9.1.tar.gz

Original issue reported on code.google.com by lach...@99designs.com on 24 Jun 2014 at 9:06

GoogleCodeExporter commented 8 years ago
Furthermore, it seems easy_install will simply fail to install anything if this 
link cannot be resolved to something:

> easy_install lockfile
Searching for lockfile
Reading https://pypi.python.org/simple/lockfile/
Reading http://code.google.com/p/pylockfile/
Reading http://smontanaro.dyndns.org/python/
error: timed out

I suspect that the PyPI record for this project is using a compatibility mode 
for advertizing links too liberally. I suspect what needs to be done is change 
the hosting mode on PyPI (using the 'urls' option in the project admin) to use 
the preferred method for advertizing URLs (and remove any extraneous ones from 
the package advertizement).

Original comment by jar...@jaraco.com on 23 Jul 2014 at 1:24