Ignas Anikevicius
Ignas Anikevicius
If #999 is not sufficient, please reopen this ticket.
FYI: #1593 added `whl_library` ability to point to dependencies that are platform specific, now we need installing of dependencies based on the target platform, that is further away. I had...
@thomasegriffith, thanks for the comment. What is your usecase for having different requirements files? I'd like to know a little bit more about how people use this feature. I would...
I am looking to fix this for `bzlmod` in #1643 at least for the `whl` downloading part, I'll leave this ticket to track the `sdist` cross-compilation.
I think we can safely close it now as we have docs and there are quite a few versions supporting toolchain with coverage.py enabled.
See https://rules-python.readthedocs.io/en/latest/coverage.html
Support of wheel patching should work on `bzlmod` now with `0.27.0`: https://github.com/bazelbuild/bazel-central-registry/pull/1138
FYI, for legacy WORKSPACE users it is technically possible to pass whl_patches argument to install_deps() call in your WORKSPACE. The API is not something we want to make a promise...
I would be interested in this functionality as well.
We have our internal rule as well, but looking at the `rustfmt` [source](https://github.com/bazelbuild/rules_rust/blob/main/rust/private/rustfmt.bzl) I see that it is much more solid. Our current approach is a custom `_test` rule for...