refactor(pypi): parse entry_points without Python by aignas · Pull Request #3429 · bazel-contrib/rules_python

gemini-code-assist[bot]

@aignas

This is a small utility function to get us Python free when wheels are
extracted in the repository phase.

Remaining bits are:
- [ ] Extract the wheel using `repository_ctx.extract`.
- [ ] Patch the wheel after extracting.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

@aignas

@rickeylev rickeylev changed the title feat(pipstar): parse entry_points without Python refactor(pypi): parse entry_points without Python

Nov 23, 2025

rickeylev