chore(pypi): cleanup unused code#3864
Conversation
This is no longer used starting when we enabled pipstar by default and did a code cleanup where Python is no longer used to extract the wheels.
There was a problem hiding this comment.
Code Review
This pull request simplifies the wheel library generation by removing legacy paths, platform-specific dependency handling, and associated tests, focusing instead on whl_library_targets_from_requires. A critical issue was identified where requires_dist, now a keyword-only parameter, is omitted from the serialized kwargs in the generated BUILD.bazel file, which would break dependency resolution. A suggestion was provided to explicitly add requires_dist back to kwargs when it is not empty.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This is no longer used starting when we enabled pipstar by default and
did a code cleanup where Python is no longer used to extract the wheels.
Split from #3856