py3readiness icon indicating copy to clipboard operation
py3readiness copied to clipboard

Overridden package's URL is incorrect.

Open evildmp opened this issue 9 years ago • 1 comments

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.

evildmp avatar Dec 22 '16 19:12 evildmp

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

chhantyal avatar Jan 02 '17 15:01 chhantyal