walidazizi / rdflib

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

broken link in pypi for rdflib 3.1.0 #162

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. easy_install rdflib -U

What is the expected output? What do you see instead?

Expected that easy install will retrieve and install RDFLib:

Instead got:

install_dir C:\Python26\Lib\site-packages\
Searching for rdflib
Reading http://pypi.python.org/simple/rdflib/
Reading http://rdflib.net/
Best match: rdflib 3.1.0
Downloading http://rdflib.net/rdflib-3.1.0.tar.gz
error: Can't download http://rdflib.net/rdflib-3.1.0.tar.gz: 404 Not Found

Original issue reported on code.google.com by jaakko.t...@gmail.com on 22 Mar 2011 at 1:19

GoogleCodeExporter commented 8 years ago
By the way: is there a reason you haven't submitted the package directly to 
pypi, but instead rely on a third-party hosted server? (rdflib.net)

We are building an application on top of rdflib + surf and it is crucial 
important for us to be able to rely on easy_install for processing the 
dependencies.

Original comment by jaakko.t...@gmail.com on 22 Mar 2011 at 1:21

GoogleCodeExporter commented 8 years ago
This was my bad - we previously used only rdflib.net, but are slowly moving 
things to google code (here) and pypi. 

I've changed the download link in pypi, it now appears to work for me (but it 
also did work when I made the release). Can you please confirm that it's ok for 
you? 

Cheers, 

Original comment by gromgull on 22 Mar 2011 at 3:09

GoogleCodeExporter commented 8 years ago
I can confirm that install from pypi now works!

Also thank you for creating updated 3.1.0 version!

Original comment by jaakko.t...@gmail.com on 22 Mar 2011 at 3:15

GoogleCodeExporter commented 8 years ago
Also, I'm sorry to spam you with this, but link to the license is also broken 
in pypi: http://www.rdflib.net/latest/LICENSE

This obviously isn't such a big issue since the LICENSE is already available 
inside the package.

Original comment by jaakko.t...@gmail.com on 22 Mar 2011 at 3:17

GoogleCodeExporter commented 8 years ago
Fixed! Thanks for the bug report!

Original comment by gromgull on 22 Mar 2011 at 6:39