Add abvx-set#33628
Conversation
|
I am willing to be listed as a recipe maintainer for this feedstock as @markoblogo. |
|
@conda-forge-admin, please ping conda-forge/help-python |
|
Hi! This is the friendly automated conda-forge-webservice. I was asked to ping @conda-forge/help-python and so here I am doing that. |
|
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 ( |
matthewfeickert
left a comment
There was a problem hiding this comment.
Looks pretty good. Just some minor revisions.
| build: | ||
| number: 0 | ||
| noarch: python | ||
| script: python -m pip install . -vv --no-deps --no-build-isolation |
There was a problem hiding this comment.
c.f. https://conda-forge.org/docs/maintainer/example_recipes/pure-python/#the-build-section
| script: python -m pip install . -vv --no-deps --no-build-isolation | |
| script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation |
| imports: | ||
| - scripts | ||
| pip_check: true | ||
| python_version: ${{ python_min }}.* |
There was a problem hiding this comment.
c.f. https://conda-forge.org/docs/maintainer/example_recipes/pure-python/#the-tests-section
| python_version: ${{ python_min }}.* | |
| python_version: | |
| - ${{ python_min }}.* | |
| - "*" |
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe.Notes
abvx-set0.2.4 from PyPInoarch: pythonset-validate-registry --helpandset-plan-config-apply --help