forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Remove Java implementation of Python rules
This is to make transitioning the providers to Starlark easier. Work towards bazelbuild#15897 PiperOrigin-RevId: 514463791 Change-Id: Iccd11f4750d3cf5ca5ed1b0ff8427d6580adcecc
- Loading branch information
Showing
8 changed files
with
4 additions
and
334 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyBinary.java
This file was deleted.
Oops, something went wrong.
This file contains 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
26 changes: 0 additions & 26 deletions
26
src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyLibrary.java
This file was deleted.
Oops, something went wrong.
This file contains 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
26 changes: 0 additions & 26 deletions
26
src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPyTest.java
This file was deleted.
Oops, something went wrong.
This file contains 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
176 changes: 0 additions & 176 deletions
176
src/main/java/com/google/devtools/build/lib/rules/python/PyExecutable.java
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
src/main/java/com/google/devtools/build/lib/rules/python/PyLibrary.java
This file was deleted.
Oops, something went wrong.