meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Packages (e.g., gevent, numpy) are green if they have wheels for some but not all operating systems #70

Closed snakescott closed 8 years ago

snakescott commented 8 years ago

gevent is listed as offering a wheel, but it only offers wheels for Windows and OSX, not Linux.

meshy commented 8 years ago

Thanks for the report -- this has come up in a couple of variations before. See #2 and #48

snakescott commented 8 years ago

Ah, thanks, those issues are informative, I've edited my issue title to try to help avoid dupes -- I skimmed the repo issues before filing, but obviously didn't look close enough!

meshy commented 8 years ago

Glad to be able to help. Thanks for renaming the issue :)

ghickman commented 8 years ago

PyPI now allows Linux wheels to be uploaded (the manylinux variant) so I think this issue is now fixed/defunct?

@snakescott, @meshy – please reopen if you disagree :)