-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add cerberecontrib-ghrsst recipe #29189
Conversation
Hi! This is the staged-recipes linter and I found some lint. File-specific lints and/or hints:
|
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 recipes/cerberecontrib_ghrsst/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13393931224. Examine the logs at this URL for more detail. |
Hi ! I will look tomorrow if you need help on the checks ;) |
ok |
ok |
ok |
- python >=3.10.0,<3.11 | ||
- cerbere >=3.1.2 | ||
|
||
test: |
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.
So your test is failing.
cerberecontrib-ghrsst 0.0.0.post146767+30809b91c0 has requirement cerbere<4.0.0,>=3.1.2, but you have cerbere 0.0.0.post21+c94c7d1.
So I'd say maybe from this we need to add in the test the import of cerbere
Co-authored-by: Marie Jossé <[email protected]>
Co-authored-by: Marie Jossé <[email protected]>
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
- pip | ||
run: | ||
- python >=3.10.0,<3.11 | ||
- cerbere >=3.1.2 |
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.
- cerbere >=3.1.2 | |
- cerbere >=3.1.2,4.0.0 |
imports: | ||
- cerberecontrib_ghrsst | ||
requires: | ||
- cerbere |
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.
- cerbere | |
- cerbere >=3.1.2,4.0.0 |
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.
Okay let's put the version more strictly see if it's better
Hi @conda-forge/help-python and @conda-forge/staged-recipes |
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
Hi! This is the staged-recipes linter and I found some lint. File-specific lints and/or hints:
|
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 recipes/more_itertools/meta.yaml:
For recipes/more_itertools/meta.yaml:
For recipes/cerberecontrib_ghrsst/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13394217709. Examine the logs at this URL for more detail. |
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
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 recipes/cerberecontrib_ghrsst/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13453437725. Examine the logs at this URL for more detail. |
@criou-cg I think it would be best to open one PR for each package |
I propose you remove the more-itertools from here and open a new one on other branch of your fork of staged-recipes |
Co-authored-by: Filipe <[email protected]>
Co-authored-by: Filipe <[email protected]>
Co-authored-by: Filipe <[email protected]>
@conda-forge/help-python my recipe is ready ! |
- poetry-dynamic-versioning >=1.0.0,<2.0.0 | ||
- pip | ||
run: | ||
- python {{ python_min }} |
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.
Is this py310 only? If not you need the >=
.
- python {{ python_min }} | |
- python >={{ python_min }} |
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.
Yes it is py310 only.
@conda-forge/help-python @conda-forge/staged-recipes my recipe is ready ! |
Co-authored-by: Filipe <[email protected]>
- pip | ||
run: | ||
- python {{ python_min }} | ||
- cerbere >=3.1.2,<4.0.0 |
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.
The metadata in this package should be fixed and pip-check added there as well to avoid regressions.
+ pip check
cerberecontrib-ghrsst 3.1.2 has requirement cerbere<4.0.0,>=3.1.2, but you have cerbere 0.0.0.post21+c94c7d1.
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.
@ocefpaf Is this an issue coming from the metadata within the pyproject.toml ? or somewhere else ?
Thanks a lot for the help and review !!
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.
It depends on how the package creates the version info. Sadly the Python packaging ecosystem has way too many ways to do this. Depending on what you use we can "fake" a version and fix it later upstream, I'll check cerbere
in a moment.
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.
See https://github.com/conda-forge/cerbere-feedstock/pull/3/files#r1965168737. Once that one is merged and the new cerbere is available in the, we can restart the CIs here.
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 recipes/cerberecontrib_ghrsst/meta.yaml:
For recipes/cerberecontrib_ghrsst/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13454559391. Examine the logs at this URL for more detail. |
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 recipes/cerberecontrib_ghrsst/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13454985366. Examine the logs at this URL for more detail. |
@conda-forge/help-python @conda-forge/staged-recipes my recipe is ready ! |
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
Thanks a lot @ocefpaf !! |
Thanks for your help @ocefpaf ! |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).