Open conda-forge-admin opened 4 hours ago
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).
Hi! This is the friendly automated conda-forge-webservice.
I've started a version update as instructed in #10.
I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!
Fixes #10