Commit beed9a2
File tree
14 files changed
+89
-72
lines changedFilter options
- docs
- examples/pip_parse
- python
- pip_install
- extract_wheels
- lib
- parse_requirements_to_bzl
- extract_single_wheel
14 files changed
+89
-72
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 |
| - |
| 219 | + |
220 | 220 |
|
221 | 221 |
|
222 | 222 |
|
|
+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
| 2 | + |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
38 | 37 |
|
39 | 38 |
|
40 | 39 |
|
41 |
| - |
| 40 | + |
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
|
examples/pip_parse/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_parse/WORKSPACE+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
39 | 38 |
|
40 | 39 |
|
41 | 40 |
|
42 |
| - |
| 41 | + |
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
examples/pip_parse/pip_parse_test.py
Copy file name to clipboardExpand all lines: examples/pip_parse/pip_parse_test.py+11-11Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
| ||
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
174 |
| - |
| 175 | + |
| 176 | + |
175 | 177 |
|
176 | 178 |
|
177 | 179 |
|
| ||
182 | 184 |
|
183 | 185 |
|
184 | 186 |
|
| 187 | + |
185 | 188 |
|
186 | 189 |
|
187 | 190 |
|
|
python/pip_install/extract_wheels/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/__init__.py+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
| 71 | + |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
90 |
| - |
| 89 | + |
91 | 90 |
|
92 | 91 |
|
93 |
| - |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
|
python/pip_install/extract_wheels/lib/arguments.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/arguments.py+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
33 | 38 |
|
34 | 39 |
|
35 | 40 |
|
| ||
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 |
| - |
|
python/pip_install/extract_wheels/lib/arguments_test.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/arguments_test.py+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 |
| - |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
17 | 25 |
|
18 | 26 |
|
19 | 27 |
|
20 | 28 |
|
21 | 29 |
|
22 | 30 |
|
| 31 | + |
23 | 32 |
|
24 | 33 |
|
25 | 34 |
|
|
python/pip_install/extract_wheels/lib/bazel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/bazel.py+13-29Lines changed: 13 additions & 29 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
| 218 | + |
229 | 219 |
|
230 | 220 |
|
231 | 221 |
|
| ||
268 | 258 |
|
269 | 259 |
|
270 | 260 |
|
271 |
| - |
272 |
| - |
| 261 | + |
| 262 | + |
273 | 263 |
|
274 | 264 |
|
275 |
| - |
276 |
| - |
| 265 | + |
| 266 | + |
277 | 267 |
|
278 | 268 |
|
279 | 269 |
|
| ||
293 | 283 |
|
294 | 284 |
|
295 | 285 |
|
| 286 | + |
296 | 287 |
|
297 |
| - |
298 | 288 |
|
299 | 289 |
|
300 | 290 |
|
| ||
305 | 295 |
|
306 | 296 |
|
307 | 297 |
|
308 |
| - |
309 |
| - |
310 | 298 |
|
311 | 299 |
|
312 | 300 |
|
| ||
316 | 304 |
|
317 | 305 |
|
318 | 306 |
|
319 |
| - |
| 307 | + |
320 | 308 |
|
321 | 309 |
|
322 | 310 |
|
| ||
333 | 321 |
|
334 | 322 |
|
335 | 323 |
|
336 |
| - |
337 |
| - |
338 |
| - |
339 |
| - |
340 | 324 |
|
341 |
| - |
| 325 | + |
342 | 326 |
|
343 | 327 |
|
344 |
| - |
| 328 | + |
345 | 329 |
|
346 | 330 |
|
347 | 331 |
|
348 |
| - |
| 332 | + |
349 | 333 |
|
350 | 334 |
|
351 |
| - |
| 335 | + |
352 | 336 |
|
353 | 337 |
|
354 |
| - |
| 338 | + |
355 | 339 |
|
356 | 340 |
|
357 | 341 |
|
| ||
365 | 349 |
|
366 | 350 |
|
367 | 351 |
|
368 |
| - |
| 352 | + |
369 | 353 |
|
370 | 354 |
|
371 | 355 |
|
|
python/pip_install/extract_wheels/lib/whl_filegroup_test.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/whl_filegroup_test.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 |
| - |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
python/pip_install/parse_requirements_to_bzl/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/__init__.py+11-8Lines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 | 63 |
|
65 | 64 |
|
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 65 | + |
| 66 | + |
72 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
| ||
112 | 115 |
|
113 | 116 |
|
114 | 117 |
|
115 |
| - |
| 118 | + |
116 | 119 |
|
117 | 120 |
|
118 | 121 |
|
|
python/pip_install/parse_requirements_to_bzl/extract_single_wheel/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/extract_single_wheel/__init__.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
python/pip_install/parse_requirements_to_bzl/parse_requirements_to_bzl_test.py
Copy file name to clipboardExpand all lines: python/pip_install/parse_requirements_to_bzl/parse_requirements_to_bzl_test.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
| ||
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 |
| - |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
|
0 commit comments