Commit 915d7a0
File tree
Expand file treeCollapse file tree
5 files changed
+50
-14
lines changedFilter options
- python/pip_install
- private
- tools/wheel_installer
- tests/pip_install/whl_library
Expand file treeCollapse file tree
5 files changed
+50
-14
lines changedpython/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+18-2Lines changed: 18 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
526 | 526 |
|
527 | 527 |
|
528 | 528 |
|
| 529 | + |
| 530 | + |
| 531 | + |
529 | 532 |
|
530 | 533 |
|
531 |
| - |
532 |
| - |
| 534 | + |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
533 | 548 |
|
534 | 549 |
|
535 | 550 |
|
| ||
562 | 577 |
|
563 | 578 |
|
564 | 579 |
|
| 580 | + |
565 | 581 |
|
566 | 582 |
|
567 | 583 |
|
|
python/pip_install/private/generate_whl_library_build_bazel.bzl
Copy file name to clipboardExpand all lines: python/pip_install/private/generate_whl_library_build_bazel.bzl+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| 89 | + |
89 | 90 |
|
| 91 | + |
90 | 92 |
|
91 | 93 |
|
92 | 94 |
|
| ||
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
| 101 | + |
99 | 102 |
|
100 | 103 |
|
101 | 104 |
|
| ||
166 | 169 |
|
167 | 170 |
|
168 | 171 |
|
| 172 | + |
169 | 173 |
|
170 | 174 |
|
171 | 175 |
|
|
python/pip_install/tools/wheel_installer/arguments.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/wheel_installer/arguments.py+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
|
python/pip_install/tools/wheel_installer/wheel_installer.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/wheel_installer/wheel_installer.py+15-8Lines changed: 15 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
158 | 170 |
|
159 | 171 |
|
160 | 172 |
|
| ||
185 | 197 |
|
186 | 198 |
|
187 | 199 |
|
188 |
| - |
189 |
| - |
| 200 | + |
190 | 201 |
|
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
| 202 | + |
| 203 | + |
197 | 204 |
|
198 | 205 |
|
199 | 206 |
|
|
tests/pip_install/whl_library/generate_build_bazel_tests.bzl
Copy file name to clipboardExpand all lines: tests/pip_install/whl_library/generate_build_bazel_tests.bzl+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| 67 | + |
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| ||
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
96 |
| - |
| 97 | + |
97 | 98 |
|
98 | 99 |
|
99 | 100 |
|
| ||
135 | 136 |
|
136 | 137 |
|
137 | 138 |
|
| 139 | + |
138 | 140 |
|
139 | 141 |
|
140 | 142 |
|
| ||
171 | 173 |
|
172 | 174 |
|
173 | 175 |
|
174 |
| - |
| 176 | + |
175 | 177 |
|
176 | 178 |
|
177 | 179 |
|
| ||
206 | 208 |
|
207 | 209 |
|
208 | 210 |
|
| 211 | + |
209 | 212 |
|
210 | 213 |
|
211 | 214 |
|
|
0 commit comments