Open mrclary opened 3 days ago
@conda-forge-admin, please rerender.
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
I do have some suggestions for making it better though...
For recipe/meta.yaml:
noarch: python
recipes should usually follow the syntax in our documentation for specifying the Python version.
host
section of the recipe, you should usually use python {{ python_min }}
for the python
entry.run
section of the recipe, you should usually use python >={{ python_min }}
for the python
entry.test.requires
section of the recipe, you should usually use python {{ python_min }}
for the python
entry.conda-forge
, you can override the python_min
variable by adding a Jinja2 set
statement at the top of your recipe (or using an equivalent context
variable for v1 recipes).@ccordoba12, don't know why this PR still got the noarch recommendations...
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)