Leveraging & supporting pyproject.toml more within Bazel
#3914
Replies: 2 comments
-
|
I'm coming here from the PR. I've worked with @golithe on https://github.com/datahouse/bazel_buildlib
IMHO this 100%. It makes integration with other tools (Dependency update tooling ala Renovate, IDEs, non-bazel versions of tools, agents, etc.) so much easier. We often just go through a custom repository / module extension, so don't even bother with keeping a starlark version of the same info (YMMV, probably this is not a good idea for bazel package specific things). |
Beta Was this translation helpful? Give feedback.
-
i second this! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Inspired by the recent PR from @golithe.
Reducing the bifurcation of the contents of pyproject.toml and bazel is something that I've been thinking a lot about but haven't been able to dive into. I would love to hear what the community and maintainers thinks about this:
pyproject.tomlfiles to also bootstrap bazel (with gazel) in an existing python repos?tool.uv.sources&project.optional-dependenciesto determine relationships between subpackages.Beta Was this translation helpful? Give feedback.
All reactions