At 12:41 PM 2/18/2011 +0000, Daniele Varrazzo wrote:
I've tried to be good and replace the download_url, which used to
refer to a directory containing all the packages, to a direct link to
the package to download (see
http://pypi.python.org/pypi/psycopg2/2.3.2). It wasn't enough as
probably previous versions listed in /simple/ still refer to the
directory (see http://pypi.python.org/simple/psycopg2/).

Is there a way to clean the list in /simple/, apart from deleting all
the previous releases from PyPI, which would be a net loss for PyPI as
a repository?

Yes. Just edit those releases. Log in to PyPI, go to your package page, then click on "Releases". There will be an "edit" link for each release.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to