Commit bb5a7c4
File tree
Expand file treeCollapse file tree
13 files changed
+111
-334
lines changedFilter options
- examples
- pip_install
- pip_parse
- pip_repository_annotations
- python
- pip_install
- extract_wheels/lib
- private
Expand file treeCollapse file tree
13 files changed
+111
-334
lines changedexamples/pip_install/pip_install_test.py
Copy file name to clipboardExpand all lines: examples/pip_install/pip_install_test.py+12-12Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
| ||
52 | 51 |
|
53 | 52 |
|
54 | 53 |
|
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
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 |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
44 | 43 |
|
45 | 44 |
|
46 | 45 |
|
| ||
50 | 49 |
|
51 | 50 |
|
52 | 51 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
|
examples/pip_repository_annotations/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_repository_annotations/WORKSPACE+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
examples/pip_repository_annotations/pip_repository_annotations_test.py
Copy file name to clipboardExpand all lines: examples/pip_repository_annotations/pip_repository_annotations_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
|
python/pip_install/extract_wheels/lib/BUILD
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/BUILD+1-13Lines changed: 1 addition & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 |
| - |
| 20 | + |
22 | 21 |
|
23 | 22 |
|
24 | 23 |
|
| ||
135 | 134 |
|
136 | 135 |
|
137 | 136 |
|
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 | 137 |
|
150 | 138 |
|
151 | 139 |
|
|
python/pip_install/extract_wheels/lib/bazel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/bazel.py+28-37Lines changed: 28 additions & 37 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 | 12 |
|
14 | 13 |
|
15 | 14 |
|
| ||
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
24 |
| - |
| 23 | + |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 |
| - |
30 |
| - |
| 28 | + |
| 29 | + |
31 | 30 |
|
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
37 |
| - |
38 | 36 |
|
39 | 37 |
|
40 | 38 |
|
41 | 39 |
|
42 |
| - |
| 40 | + |
43 | 41 |
|
44 |
| - |
| 42 | + |
45 | 43 |
|
46 |
| - |
| 44 | + |
47 | 45 |
|
48 | 46 |
|
49 | 47 |
|
50 | 48 |
|
51 |
| - |
| 49 | + |
52 | 50 |
|
53 | 51 |
|
54 | 52 |
|
55 | 53 |
|
56 | 54 |
|
57 | 55 |
|
58 | 56 |
|
| 57 | + |
59 | 58 |
|
60 | 59 |
|
61 | 60 |
|
| ||
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
67 |
| - |
68 | 66 |
|
69 | 67 |
|
70 | 68 |
|
| ||
138 | 136 |
|
139 | 137 |
|
140 | 138 |
|
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 | 139 |
|
149 | 140 |
|
150 | 141 |
|
151 |
| - |
152 |
| - |
153 | 142 |
|
154 | 143 |
|
155 | 144 |
|
156 |
| - |
157 |
| - |
158 |
| - |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
159 | 149 |
|
160 | 150 |
|
161 |
| - |
162 | 151 |
|
163 | 152 |
|
164 | 153 |
|
| ||
173 | 162 |
|
174 | 163 |
|
175 | 164 |
|
176 |
| - |
| 165 | + |
177 | 166 |
|
178 | 167 |
|
179 | 168 |
|
180 | 169 |
|
181 |
| - |
| 170 | + |
182 | 171 |
|
183 | 172 |
|
184 | 173 |
|
| ||
189 | 178 |
|
190 | 179 |
|
191 | 180 |
|
192 |
| - |
193 |
| - |
| 181 | + |
| 182 | + |
194 | 183 |
|
195 | 184 |
|
196 |
| - |
| 185 | + |
197 | 186 |
|
198 | 187 |
|
199 | 188 |
|
| ||
378 | 367 |
|
379 | 368 |
|
380 | 369 |
|
381 |
| - |
382 |
| - |
383 |
| - |
384 | 370 |
|
385 | 371 |
|
386 | 372 |
|
| ||
408 | 394 |
|
409 | 395 |
|
410 | 396 |
|
411 |
| - |
412 |
| - |
413 |
| - |
414 |
| - |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
415 | 405 |
|
416 | 406 |
|
417 | 407 |
|
418 |
| - |
| 408 | + |
| 409 | + |
419 | 410 |
|
420 | 411 |
|
421 | 412 |
|
| ||
449 | 440 |
|
450 | 441 |
|
451 | 442 |
|
452 |
| - |
| 443 | + |
453 | 444 |
|
454 | 445 |
|
455 | 446 |
|
|
python/pip_install/extract_wheels/lib/purelib.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/purelib.py-67Lines changed: 0 additions & 67 deletions
This file was deleted.
0 commit comments