chhantyal / py3readiness

Python 3 support graph for most popular packages
http://chhantyal.net/py3readiness
BSD 2-Clause "Simplified" License
159 stars 70 forks source link

Overridden package's URL is incorrect. #37

Open evildmp opened 7 years ago

evildmp commented 7 years ago

The mysql-python package is manually overridden: https://github.com/brettcannon/caniusepython3/blob/master/caniusepython3/overrides.json#L18.

On the site however the link is not to https://pypi.python.org/pypi/mysqlclient, but to the old https://pypi.python.org/pypi/MySQL-python.

chhantyal commented 7 years ago

Thanks for bug report.

I just realized that this feature is not there yet i.e all packages have their original url, not overridden one. I am not sure if only replacing link is better way. I guess there has to be some way to indicate that said package Python 3 support is override and that link is to replacement.

This is discussed in old issue here #9