-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add hint for new noarch: python syntax #2115
Conversation
@conda-forge/core this one is ready for review! |
def hint_noarch_python_use_python_min( | ||
host_reqs, run_reqs, test_reqs, outputs_section, noarch_value, hints | ||
): | ||
if noarch_value == "python" and not outputs_section: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't hint multi output recipes? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not currently no. IDK why.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is out of scope for this PR given that it is already in the code base.
Checklist
news
entrypython conda_smithy/schema.py
)This PR adds hints for the new
noarch: python
syntax. They are not lints since this syntax is not required per the CFEP.