I think this feedstock could be built with noarch.
This means that the package only needs to be built once, drastically reducing CI usage.
See here for more information about building noarch packages.
Before merging this PR make sure:
[ ] No compiled extensions
[ ] No post-link or pre-link or pre-unlink scripts
[ ] No OS specific build scripts
[ ] No python version specific requirements
[ ] No skips except for python version. (If the recipe is py3 only, remove skip statement and add version constraint on python)
[ ] 2to3 is not used
[ ] Scripts argument in setup.py is not used
[ ] If entrypoints are in setup.py, they are listed in meta.yaml
[ ] No activate scripts
[ ] Not a dependency of conda
Notes and instructions for merging this PR:
If any items in the above checklist are not satisfied, please close this PR. Do not merge.
Please merge the PR only after the tests have passed.
Feel free to push to the bot's branch to update this PR if needed.
This PR was created by the cf-regro-autotick-bot.
The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable.
Finally, feel free to drop us a line if there are any issues!
I think this feedstock could be built with noarch. This means that the package only needs to be built once, drastically reducing CI usage. See here for more information about building noarch packages. Before merging this PR make sure:
conda
Notes and instructions for merging this PR:This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (
conda install -c conda-forge rever
) and pip (pip install re-ver
) installable. Finally, feel free to drop us a line if there are any issues!