jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

packages not correctly recognized as py3 #14

Closed fabianbuechler closed 10 years ago

fabianbuechler commented 10 years ago

Seems some packages are not correctly recognized even though they have the required classifiers on PyPI.

For example pyramid_mako.

One thing I noticed is that on the website entering pyramid_mako turns out as pyramid-mako (underscore converted to dash). Maybe it does not find that on PyPI...?

BR

alex commented 10 years ago

This is defintely an issue with normalization (wsgi-intercept vs. wsgi_intercept shows the same symptoms). I've filed https://github.com/brettcannon/caniusepython3/issues/55 upstream. Not sure if this is actually caused by the upstream bug, or just the same issue.

brettcannon commented 10 years ago

This will be fixed in the next release of the CLI

alex commented 10 years ago

@brettcannon awesome, thanks! Do you plan on doing the release soon?

brettcannon commented 10 years ago

Already released. Luckily I did it before I noticed the blue dot else you would have slowed it down. =)

alex commented 10 years ago

Awesome, thank you!

On Fri, May 16, 2014 at 10:02 AM, Brett Cannon notifications@github.comwrote:

Already released. Luckily I did it before I noticed the blue dot else you would have slowed it down. =)

— Reply to this email directly or view it on GitHubhttps://github.com/jezdez/caniusepython3.com/issues/14#issuecomment-43334451 .

"I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: 125F 5C67 DFE9 4084

jezdez commented 10 years ago

Fixed in 0330b6cb20c1696bdec97f0234eabbfc0a3303d4.

alex commented 10 years ago

<3 thanks @jezdez

On Fri, May 16, 2014 at 11:20 AM, Jannis Leidel notifications@github.comwrote:

Fixed in 0330b6chttps://github.com/jezdez/caniusepython3.com/commit/0330b6cb20c1696bdec97f0234eabbfc0a3303d4 .

— Reply to this email directly or view it on GitHubhttps://github.com/jezdez/caniusepython3.com/issues/14#issuecomment-43343750 .

"I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire) "The people's good is the highest law." -- Cicero GPG Key fingerprint: 125F 5C67 DFE9 4084

jezdez commented 10 years ago

Hm, seems to not working right

alex commented 10 years ago

Are you sure? https://caniusepython3.com/check/888e5e7d-9dea-4177-b2f5-3aee2516f1be is correct now

jezdez commented 10 years ago

That 404 should happen: https://caniusepython3.com/project/wsgi-intercept

jezdez commented 10 years ago

Could be an outdated list of projects, checking if it's Heroku's fault again

jezdez commented 10 years ago

err, shouldn't happen