conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
152 stars 181 forks source link

Lint error on python version constraint no-noarch #912

Open CJ-Wright opened 6 years ago

CJ-Wright commented 6 years ago

Python version constraints without noarch cause a bunch of issues for conda-build.

isaac-philip commented 6 years ago

Do we wish to perform linting on the code to pep8 guidelines and submit ?

CJ-Wright commented 6 years ago

@isaac-philip What do you mean?

isaac-philip commented 6 years ago

Please provide more details as to whats the outcome needed.

CJ-Wright commented 6 years ago

Conda build does not like it when a recipe has a python version constraint unless the package is noarch. The error that is returned is a bit difficult to interpret. So it would be good if the conda smithy linter inspected for that and raised a more verbose error.

isaac-philip commented 6 years ago

Ok ill have a look quickly and post any more queries by this weekend.

isaac-philip commented 5 years ago

Sorry I did not get back to this in time, let me update soon if someone else needs to solve this.

isaac-philip commented 5 years ago

Ok, please someone else take over.