File tree 6 files changed +1
-138
lines changed
6 files changed +1
-138
lines changed Original file line number Diff line number Diff line change 7
7
/python / @ brandjon @ lberki
8
8
# But not everything under python/ is the core Python rules.
9
9
/python /pip.bzl @ thundergolfer @ andyscott
10
- /python /whl.bzl @ thundergolfer @ andyscott
11
10
/python /requirements.txt @ thundergolfer @ andyscott
12
11
13
12
# 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.
62
62
63
63
Practically, this means that a Bazel team member should approve any PR
64
64
concerning 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 ` .
66
66
67
67
Issues should be triaged as follows:
68
68
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ _DOCS = {
25
25
"packaging" : "//docs:packaging-docs" ,
26
26
"pip" : "//docs:pip-docs" ,
27
27
"python" : "//docs:core-docs" ,
28
- "whl" : "//docs:whl-docs" ,
29
28
}
30
29
31
30
# We define these bzl_library targets here rather than in the //python package
@@ -86,10 +85,6 @@ stardoc(
86
85
deps = [":defs" ],
87
86
)
88
87
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
-
93
88
stardoc (
94
89
name = "pip-docs" ,
95
90
out = "pip.md_" ,
@@ -101,12 +96,6 @@ stardoc(
101
96
],
102
97
)
103
98
104
- stardoc (
105
- name = "whl-docs" ,
106
- out = "whl.md_" ,
107
- input = "//python:whl.bzl" ,
108
- )
109
-
110
99
stardoc (
111
100
name = "packaging-docs" ,
112
101
out = "packaging.md_" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ filegroup(
46
46
"defs.bzl" ,
47
47
"packaging.bzl" ,
48
48
"pip.bzl" ,
49
- "whl.bzl" ,
50
49
"//python/private:bzl" ,
51
50
],
52
51
visibility = ["//:__pkg__" ],
@@ -135,5 +134,4 @@ alias(
135
134
exports_files ([
136
135
"packaging.bzl" ,
137
136
"pip.bzl" ,
138
- "whl.bzl" ,
139
137
])
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments