chore(entry_point): remove all repository_rule entry_point code and docs#3735
Open
aignas wants to merge 1 commit intobazel-contrib:mainfrom
Open
chore(entry_point): remove all repository_rule entry_point code and docs#3735aignas wants to merge 1 commit intobazel-contrib:mainfrom
aignas wants to merge 1 commit intobazel-contrib:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes the legacy entry point generation mechanism and the deprecated entry_point macro in favor of py_console_script_binary. The changes include removing the parsing of entry_points.txt from wheel metadata, deleting the logic that automatically generated py_binary targets and entry point scripts within whl_library, and cleaning up associated tests and documentation. I have no feedback to provide as there are no review comments to address.
rickeylev
approved these changes
Apr 25, 2026
d18adbb to
39e8cc3
Compare
39e8cc3 to
65e3c97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR remove any mention or supporting code for the legacy
(and long removed)
entry_pointmacro.Fixes #3642