-
-
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 reprostim #29029
Add reprostim #29029
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/reprostim/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13146118436. 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 ( |
|
||
extra: | ||
recipe-maintainers: | ||
- yarikoptic |
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.
I confirm to agree to co-maintain this recipe!
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
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/reprostim/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13205273913. 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 ( |
@conda-forge/staged-recipes I think this recipe is ready happen someone has cycles to review/feedback/merge. Cheers |
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! |
@conda-forge/help-python I think this recipe is ready happen someone has cycles to review/feedback/merge. |
recipes/reprostim/meta.yaml
Outdated
sha256: f735714a725998816617df9ab84c9e0f79e6749544b0ab1d27d0fd0c5672d6c2 | ||
|
||
build: | ||
skip: True # [win] |
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.
Looks like this one could be noarch.
It is OK for noarch package to fails on Windows with a missing dependency. We prefer noarch b/c it is faster to build and the package will be ready when the missing dependency is available on Windows.
recipes/reprostim/meta.yaml
Outdated
sha256: f735714a725998816617df9ab84c9e0f79e6749544b0ab1d27d0fd0c5672d6c2 | ||
|
||
build: | ||
skip: True # [win] |
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 seems like this should be noarch: python
. I can see you were having issues with dependency availability on windows, but typically we ignore those since that's an ecosystem issue rather than an issue with this package.
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.
That is to say, if all of the CI is passing except windows and the windows issue is just that a dependency isn't available, then we will merge it if it's a noarch: python
package.
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.
Done, switched to noarch.
recipes/reprostim/meta.yaml
Outdated
- numpy >=1.26.4 | ||
- qrcode >=8.0 | ||
- opencv >=4.9.0 | ||
- zbar # [not win] |
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 is not a direct dependency and should be pulled in by pyzbar
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.
Done, zbar removed + pyzbar
downgraded to v.0.1.8, as the latest version try to install zbar
DLL and package which physically not exists at all for Windows (as was reprorted by maintainers). Interesting enough how conda-forge pyzbar v0.1.9 updated recipe and passed check in conda like this windows build w/o zbar, but this is probably another story..
This change was not enough to fix build, as looks like under Windows-based python we need to explicitly specify entry point, as otherwise it fails in contrast to Linux/macOS.
recipes/reprostim/meta.yaml
Outdated
|
||
test: | ||
imports: | ||
- reprostim # [not win] |
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.
Remove win
selectors.
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.
Done, all selectors were removed.
…ports in tests as were recommended.
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/reprostim/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13250915510. Examine the logs at this URL for more detail. |
…he python version."
The following package could not be installed pyzbar >=0.1.9 * is not installable because it requires zbar =* *, which does not exist (perhaps a missing channel).
…e run section of recipe, you should usually use python >={{ python_min }} for the python entry"
…Noarch package contains binary script: reprostim.exe
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 ( |
…g work in "Build win_64 win" job w/o errors under noarch.
Just for information, on the same plate, created issue at pyzbar-feedstock #5 as well. |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).