-
-
Notifications
You must be signed in to change notification settings - Fork 2
uv-build 0.7.2 (rattler-build, abi3, shellcheck) #5
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
base: main
Are you sure you want to change the base?
Conversation
…onda-forge-pinning 2025.04.28.17.55.25
…onda-forge-pinning 2025.04.28.17.55.25
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 ( I do have some suggestions for making it better though... For recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14764345651. Examine the logs at this URL for more detail. |
@conda-forge/uv-build ready for review! |
@conda-forge/uv-build back to ready for review with 0.7.1 |
ignore_run_exports: | ||
from_package: | ||
- cross-python_${{ target_platform }} |
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 should get prefix-dev/rattler-build#1592 fixed ASAP
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.
cool: is there anything to be done here?
recipe/recipe.yaml
Outdated
- maturin ${{ maturin_version }} | ||
- pip | ||
- python | ||
- python-abi3 |
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.
This should be under a is_abi3
check
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14760185341. Examine the logs at this URL for more detail. |
recipe/recipe.yaml
Outdated
# only build for the minimal python version | ||
skip: not (match(python, python_min ~ '.*') and is_abi3 == 'true') | ||
python: | ||
version_independent: true |
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.
This needs to be within a is_abi3
block too
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.
trying ${{ is_abi3 }}
: didn't seem like the schema likes if
in that block?
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe/recipe.yaml:
For recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14796804621. Examine the logs at this URL for more detail. |
…nda-forge-pinning 2025.05.02.10.53.25
…onda-forge-pinning 2025.05.02.10.53.25
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 ( I do have some suggestions for making it better though... For recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/14796817689. Examine the logs at this URL for more detail. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)References:
Changes:
rattler-build
abi3
(as per upstream, pip check againstpython_min
and 3.13)pixi
(was getting segfaults with the default?)shellcheck