axiom-data-science / feedstockrot

Tool to check how rotten conda-forge feedstocks are. Inspired by sesh/piprot.
MIT License
9 stars 3 forks source link

Missing support for `noarch` packages #5

Closed synapticarbors closed 7 years ago

synapticarbors commented 7 years ago

Recently conda-forge started to support noarch: python packages. It appears as if feedstockrot does not detect them. For example, the newest version of tabulate is not detected since noarch it isn't a supported platform:

https://anaconda.org/conda-forge/tabulate/files

cc/ @jakirkham

synapticarbors commented 7 years ago

Seems like the fix was simple. See #7