conda-forge / pynio-feedstock

A conda-smithy repository for pynio.
BSD 3-Clause "New" or "Revised" License
3 stars 14 forks source link

ARM OSX Migrator #123

Open regro-cf-autotick-bot opened 1 year ago

regro-cf-autotick-bot commented 1 year ago

This feedstock is being rebuilt as part of the ARM OSX migration.

Feel free to merge the PR if CI is all green, but please don't close it without reaching out the the ARM OSX team first at @conda-forge/help-osx-arm64.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/3541670425, please use this URL for debugging.

conda-forge-linter commented 1 year 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) and found it was in an excellent condition.

zklaus commented 1 year ago

So the osx-arm64 build fails because it can't find a g2clib build. However, g2clib has been migrated---but only for version 1.6.3 forward. Currently, pynio pins to 1.6.0.

Possible ways forward that I can see:

ocefpaf commented 1 year ago

I'd try the first and, if that doesn't work, just declare the sunset of pynio.

zklaus commented 1 year ago

@ocefpaf, sounds fine. Would you mind doing it? Alternatively, add me (#125) and I'll do it.

zklaus commented 1 year ago

@conda-forge-admin, please rerender

github-actions[bot] commented 1 year ago

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/pynio-feedstock/actions/runs/3575876821.

zklaus commented 1 year ago

Hm. The relaxed pinning allows for builds, but now a few tests break. I don't know when I will have time to look into that in more detail, so if anybody wants to pick this up, feel free. The changelog for G2clib doesn't give me enough of a clue to figure this out, so one would likely have to have a close look at the tests in Pynio to see what's going on and whether it's the tests or the library that needs fixing.