Ignas Anikevicius
Ignas Anikevicius
Could you explain a little more how having a requirement on this mandatory argument make it more difficult to use `rules_python`? Are there cases where you cannot do this? Usually...
This may be possible once I finish #1837, but it is not in scope, so contributions in a form of PRs are definitely welcome. I would be more than happy...
I've split out #1626, #1627, #1628 for easier review in the future, the rest of the changes are either new files or `bzlmod/pip.bzl` related changes.
Given the latest developments and https://discuss.python.org/t/lock-files-again-but-this-time-w-sdists/46593, this is paused for some time.
Some notes on the implementation of how this could be done reasonably cleanly. 1. The `pip.parse` tag class can create the following repos: pip hub, pip spoke repos, whl `http_file`...
Will re-implement this in separate PRs.
This is currently not possibre in rules_python and it likely falls under a feature request category. What I understand is "As a user I wouldlike to include bazel py_library targets...
If this is something we may want to do, I could add a test checking that we can: 1. Start a simple PyPI-like registry. 2. Publish our `runfiles` package there....
> Is this something we could generalize? We have quite a few tests that rely on external packages having particular structures (e.g. circular deps, native deps, extra, etc). If we...