Commit aabee95
File tree
12 files changed
+173
-53
lines changedFilter options
- .bazelci
- docs
- examples/wheel
- python/pip_install
- extract_wheels
- lib
- parse_requirements_to_bzl
- tools/bazel_integration_test
12 files changed
+173
-53
lines changed+20-4Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
14 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
81 | 89 |
|
82 | 90 |
|
83 | 91 |
|
84 | 92 |
|
| 93 | + |
85 | 94 |
|
86 | 95 |
|
87 | 96 |
|
88 | 97 |
|
89 | 98 |
|
90 | 99 |
|
91 | 100 |
|
| 101 | + |
92 | 102 |
|
93 | 103 |
|
94 | 104 |
|
| ||
100 | 110 |
|
101 | 111 |
|
102 | 112 |
|
| 113 | + |
103 | 114 |
|
104 | 115 |
|
105 | 116 |
|
| ||
109 | 120 |
|
110 | 121 |
|
111 | 122 |
|
| 123 | + |
112 | 124 |
|
113 | 125 |
|
114 | 126 |
|
| ||
123 | 135 |
|
124 | 136 |
|
125 | 137 |
|
| 138 | + |
126 | 139 |
|
127 | 140 |
|
128 | 141 |
|
129 | 142 |
|
130 | 143 |
|
131 | 144 |
|
| 145 | + |
132 | 146 |
|
examples/wheel/wheel_test.py
Copy file name to clipboardExpand all lines: examples/wheel/wheel_test.py+43-8Lines changed: 43 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
89 | 90 |
|
90 | 91 |
|
91 | 92 |
|
92 |
| - |
93 |
| - |
94 |
| - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
95 | 111 |
|
96 | 112 |
|
97 | 113 |
|
| ||
101 | 117 |
|
102 | 118 |
|
103 | 119 |
|
104 |
| - |
| 120 | + |
105 | 121 |
|
106 | 122 |
|
107 | 123 |
|
| ||
111 | 127 |
|
112 | 128 |
|
113 | 129 |
|
114 |
| - |
115 |
| - |
116 |
| - |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
117 | 152 |
|
118 | 153 |
|
119 | 154 |
|
| ||
127 | 162 |
|
128 | 163 |
|
129 | 164 |
|
130 |
| - |
| 165 | + |
131 | 166 |
|
132 | 167 |
|
133 | 168 |
|
|
python/pip_install/extract_wheels/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/__init__.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
|
python/pip_install/extract_wheels/lib/BUILD
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/BUILD+3-6Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 76 | + |
79 | 77 |
|
| 78 | + |
80 | 79 |
|
81 |
| - |
82 |
| - |
83 |
| - |
| 80 | + |
84 | 81 |
|
85 | 82 |
|
86 | 83 |
|
|
python/pip_install/extract_wheels/lib/bazel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/bazel.py+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
| 299 | + |
299 | 300 |
|
300 | 301 |
|
301 | 302 |
|
| ||
306 | 307 |
|
307 | 308 |
|
308 | 309 |
|
| 310 | + |
309 | 311 |
|
310 | 312 |
|
311 | 313 |
|
312 | 314 |
|
313 | 315 |
|
314 | 316 |
|
315 | 317 |
|
316 |
| - |
| 318 | + |
317 | 319 |
|
318 | 320 |
|
319 | 321 |
|
|
python/pip_install/extract_wheels/lib/wheel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/wheel.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
|
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+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 |
| - |
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 |
| - |
21 | 19 |
|
22 | 20 |
|
23 | 21 |
|
| ||
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
| 32 | + |
34 | 33 |
|
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
|
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+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 |
| - |
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| ||
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
13 |
| - |
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 |
| - |
| 18 | + |
17 | 19 |
|
18 | 20 |
|
19 |
| - |
20 | 21 |
|
21 |
| - |
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
|
python/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+31-5Lines changed: 31 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
27 | 44 |
|
28 | 45 |
|
29 | 46 |
|
30 | 47 |
|
31 | 48 |
|
32 | 49 |
|
33 | 50 |
|
34 |
| - |
| 51 | + |
| 52 | + |
35 | 53 |
|
36 | 54 |
|
37 | 55 |
|
38 | 56 |
|
39 | 57 |
|
40 | 58 |
|
41 | 59 |
|
42 |
| - |
| 60 | + |
43 | 61 |
|
44 | 62 |
|
45 | 63 |
|
| ||
125 | 143 |
|
126 | 144 |
|
127 | 145 |
|
128 |
| - |
129 |
| - |
| 146 | + |
130 | 147 |
|
131 | 148 |
|
| 149 | + |
132 | 150 |
|
133 | 151 |
|
134 | 152 |
|
| ||
193 | 211 |
|
194 | 212 |
|
195 | 213 |
|
196 |
| - |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
197 | 223 |
|
198 | 224 |
|
199 | 225 |
|
|
0 commit comments