Commit fbbecae
File tree
5 files changed
+58
-27
lines changedFilter options
- python/pip_install
- extract_wheels/lib
- parse_requirements_to_bzl
5 files changed
+58
-27
lines changedpython/pip_install/extract_wheels/lib/bazel.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/bazel.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
| ||
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
253 |
| - |
254 |
| - |
| 253 | + |
| 254 | + |
python/pip_install/extract_wheels/lib/namespace_pkgs.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/namespace_pkgs.py+15-13Lines changed: 15 additions & 13 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 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
30 |
| - |
31 |
| - |
32 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 |
| - |
38 |
| - |
| 39 | + |
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
44 |
| - |
| 46 | + |
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
50 |
| - |
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| ||
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
98 |
| - |
| 100 | + |
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
python/pip_install/extract_wheels/lib/namespace_pkgs_test.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/namespace_pkgs_test.py+33-8Lines changed: 33 additions & 8 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 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
35 | 60 |
|
36 | 61 |
|
37 | 62 |
|
| ||
45 | 70 |
|
46 | 71 |
|
47 | 72 |
|
48 |
| - |
| 73 | + |
49 | 74 |
|
50 | 75 |
|
51 | 76 |
|
| ||
57 | 82 |
|
58 | 83 |
|
59 | 84 |
|
60 |
| - |
| 85 | + |
61 | 86 |
|
62 | 87 |
|
63 | 88 |
|
| ||
87 | 112 |
|
88 | 113 |
|
89 | 114 |
|
90 |
| - |
| 115 | + |
91 | 116 |
|
92 | 117 |
|
93 | 118 |
|
| ||
99 | 124 |
|
100 | 125 |
|
101 | 126 |
|
102 |
| - |
| 127 | + |
103 | 128 |
|
104 | 129 |
|
105 | 130 |
|
| ||
115 | 140 |
|
116 | 141 |
|
117 | 142 |
|
118 |
| - |
| 143 | + |
119 | 144 |
|
120 | 145 |
|
121 | 146 |
|
| ||
132 | 157 |
|
133 | 158 |
|
134 | 159 |
|
135 |
| - |
| 160 | + |
136 | 161 |
|
137 | 162 |
|
138 | 163 |
|
| ||
147 | 172 |
|
148 | 173 |
|
149 | 174 |
|
150 |
| - |
| 175 | + |
151 | 176 |
|
152 | 177 |
|
153 | 178 |
|
|
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-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
| 38 | + |
38 | 39 |
|
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
|
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+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
| 121 | + |
| 122 | + |
121 | 123 |
|
122 | 124 |
|
123 | 125 |
|
| ||
132 | 134 |
|
133 | 135 |
|
134 | 136 |
|
135 |
| - |
136 |
| - |
| 137 | + |
| 138 | + |
137 | 139 |
|
138 | 140 |
|
139 | 141 |
|
|
0 commit comments