Commit a8d133a
File tree
Expand file treeCollapse file tree
4 files changed
+58
-24
lines changedFilter options
- experimental
- examples/wheel
- python
- rules_python
Expand file treeCollapse file tree
4 files changed
+58
-24
lines changedexperimental/examples/wheel/BUILD
Copy file name to clipboardExpand all lines: experimental/examples/wheel/BUILD+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
80 | 84 |
|
81 | 85 |
|
82 | 86 |
|
|
experimental/examples/wheel/wheel_test.py
Copy file name to clipboardExpand all lines: experimental/examples/wheel/wheel_test.py+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
73 | 74 |
|
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
78 |
| - |
| 79 | + |
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
| ||
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
104 | 113 |
|
105 | 114 |
|
106 | 115 |
|
|
experimental/python/wheel.bzl
Copy file name to clipboardExpand all lines: experimental/python/wheel.bzl+37-8Lines changed: 37 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
| 102 | + |
| 103 | + |
104 | 104 |
|
105 |
| - |
106 |
| - |
| 105 | + |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
| ||
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
143 |
| - |
144 |
| - |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
145 | 167 |
|
146 | 168 |
|
147 | 169 |
|
| ||
208 | 230 |
|
209 | 231 |
|
210 | 232 |
|
211 |
| - |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
212 | 241 |
|
213 | 242 |
|
214 | 243 |
|
| ||
281 | 310 |
|
282 | 311 |
|
283 | 312 |
|
284 |
| - |
| 313 | + |
285 | 314 |
|
286 | 315 |
|
287 | 316 |
|
|
experimental/rules_python/wheelmaker.py
Copy file name to clipboardExpand all lines: experimental/rules_python/wheelmaker.py+7-15Lines changed: 7 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
| 95 | + |
95 | 96 |
|
96 | 97 |
|
97 | 98 |
|
| ||
157 | 158 |
|
158 | 159 |
|
159 | 160 |
|
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 | 161 |
|
170 | 162 |
|
171 | 163 |
|
| ||
235 | 227 |
|
236 | 228 |
|
237 | 229 |
|
| 230 | + |
| 231 | + |
238 | 232 |
|
239 | 233 |
|
240 | 234 |
|
| ||
246 | 240 |
|
247 | 241 |
|
248 | 242 |
|
249 |
| - |
250 |
| - |
251 |
| - |
252 |
| - |
253 | 243 |
|
254 | 244 |
|
255 | 245 |
|
| ||
314 | 304 |
|
315 | 305 |
|
316 | 306 |
|
317 |
| - |
318 | 307 |
|
319 | 308 |
|
320 | 309 |
|
321 | 310 |
|
322 | 311 |
|
323 | 312 |
|
324 |
| - |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
325 | 317 |
|
326 | 318 |
|
327 | 319 |
|
|
0 commit comments