scitools icon indicating copy to clipboard operation
scitools copied to clipboard

PyPI page uses old URL

Open jayvdb opened this issue 6 years ago • 4 comments

https://pypi.org/project/SciTools/ uses old URL http://scitools.googlecode.com/ and suggests downloading http://scitools.googlecode.com/files/scitools-0.8.tar.gz which is the old version and is a 404

jayvdb avatar Mar 26 '19 09:03 jayvdb

Unfortunately, it is not possible to modify the metadata on PyPi without making a new release and I doubt that will happen since SciTools is no longer maintained.

johannesring avatar Mar 27 '19 08:03 johannesring

What about doing a pre-release ?

Is there any discussion happening about letting someone else maintain it?

jayvdb avatar Mar 27 '19 08:03 jayvdb

Do you mean a post-release?

I am not familiar with any discussion about maintaining SciTools. If there was some interest in using it, I could probably maintain it myself, however I haven't seen much interest in a long while. Also, I do not have access to this repository unfortunately. I'm not sure anyone has access after Hans Petter sadly passed away. I have access to the package on PyPi though.

johannesring avatar Mar 27 '19 09:03 johannesring

A pre-release is an option when uploading to PyPI that allows uploading a alpha/beta/whatever quality package. It is then available for people to fetch if they explicitly request the pre-release version string, but isnt automatically included as a valid upgrade path for everyone.

jayvdb avatar Mar 27 '19 10:03 jayvdb