File tree Expand file tree Collapse file tree 6 files changed +1
-138
lines changed
Expand file tree Collapse file tree 6 files changed +1
-138
lines changed Original file line number Diff line number Diff line change 77/python / @ brandjon @ lberki
88# But not everything under python/ is the core Python rules.
99/python /pip.bzl @ thundergolfer @ andyscott
10- /python /whl.bzl @ thundergolfer @ andyscott
1110/python /requirements.txt @ thundergolfer @ andyscott
1211
1312# Directory containing the Gazelle extension and Go code.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ fully migrated to Starlark code.
6262
6363Practically, this means that a Bazel team member should approve any PR
6464concerning the core Python logic. This includes everything under the ` python/ `
65- directory except for ` pip.bzl ` , ` whl.bzl ` , and ` requirements.txt ` .
65+ directory except for ` pip.bzl ` and ` requirements.txt ` .
6666
6767Issues should be triaged as follows:
6868
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ _DOCS = {
2525 "packaging" : "//docs:packaging-docs" ,
2626 "pip" : "//docs:pip-docs" ,
2727 "python" : "//docs:core-docs" ,
28- "whl" : "//docs:whl-docs" ,
2928}
3029
3130# We define these bzl_library targets here rather than in the //python package
@@ -86,10 +85,6 @@ stardoc(
8685 deps = [":defs" ],
8786)
8887
89- # TODO: Consider merging documentation pages for whl and pip. This would
90- # require re-exporting their symbols from a common .bzl; see
91- # https://github.com/bazelbuild/skydoc/issues/208.
92-
9388stardoc (
9489 name = "pip-docs" ,
9590 out = "pip.md_" ,
@@ -101,12 +96,6 @@ stardoc(
10196 ],
10297)
10398
104- stardoc (
105- name = "whl-docs" ,
106- out = "whl.md_" ,
107- input = "//python:whl.bzl" ,
108- )
109-
11099stardoc (
111100 name = "packaging-docs" ,
112101 out = "packaging.md_" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ filegroup(
4646 "defs.bzl" ,
4747 "packaging.bzl" ,
4848 "pip.bzl" ,
49- "whl.bzl" ,
5049 "//python/private:bzl" ,
5150 ],
5251 visibility = ["//:__pkg__" ],
@@ -135,5 +134,4 @@ alias(
135134exports_files ([
136135 "packaging.bzl" ,
137136 "pip.bzl" ,
138- "whl.bzl" ,
139137])
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments