File tree
9 files changed
+106
-53
lines changedFilter options
- examples
- pip_install
- pip_parse
- python/pip_install
- extract_wheels
- lib
- parse_requirements_to_bzl
- extract_single_wheel
9 files changed
+106
-53
lines changedexamples/pip_install/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_install/WORKSPACE+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
32 | 38 |
|
33 | 39 |
|
34 | 40 |
|
|
examples/pip_parse/WORKSPACE
Copy file name to clipboardExpand all lines: examples/pip_parse/WORKSPACE+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
32 | 38 |
|
33 | 39 |
|
34 | 40 |
|
|
python/pip_install/extract_wheels/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/__init__.py+10-10Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| 63 | + |
| 64 | + |
63 | 65 |
|
64 |
| - |
65 |
| - |
66 |
| - |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
67 | 70 |
|
| 71 | + |
| 72 | + |
68 | 73 |
|
69 |
| - |
| 74 | + |
70 | 75 |
|
71 | 76 |
|
72 | 77 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
| 85 | + |
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
|
python/pip_install/extract_wheels/lib/arguments.py
Copy file name to clipboardExpand all lines: python/pip_install/extract_wheels/lib/arguments.py+21Lines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
3 | 4 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
24 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
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+14-4Lines changed: 14 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
| 14 | + |
15 | 15 |
|
16 |
| - |
17 |
| - |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
24 | 34 |
|
25 | 35 |
|
26 | 36 |
|
|
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+1-14Lines changed: 1 addition & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 | 48 |
|
62 | 49 |
|
63 | 50 |
|
| ||
69 | 56 |
|
70 | 57 |
|
71 | 58 |
|
72 |
| - |
| 59 | + |
73 | 60 |
|
74 | 61 |
|
75 | 62 |
|
|
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+10-10Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
29 |
| - |
30 |
| - |
31 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| ||
41 | 44 |
|
42 | 45 |
|
43 | 46 |
|
| 47 | + |
| 48 | + |
44 | 49 |
|
45 |
| - |
| 50 | + |
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
| ||
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
56 |
| - |
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
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+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
27 | 30 |
|
28 | 31 |
|
29 | 32 |
|
| ||
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
35 |
| - |
36 | 38 |
|
37 | 39 |
|
| 40 | + |
| 41 | + |
| 42 | + |
38 | 43 |
|
39 | 44 |
|
40 | 45 |
|
|
python/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+31-13Lines changed: 31 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
35 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
36 | 42 |
|
37 | 43 |
|
38 |
| - |
| 44 | + |
39 | 45 |
|
40 | 46 |
|
41 |
| - |
| 47 | + |
42 | 48 |
|
43 | 49 |
|
44 |
| - |
| 50 | + |
45 | 51 |
|
46 | 52 |
|
47 | 53 |
|
48 | 54 |
|
49 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
50 | 62 |
|
51 | 63 |
|
52 | 64 |
|
| ||
102 | 114 |
|
103 | 115 |
|
104 | 116 |
|
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
| 117 | + |
| 118 | + |
109 | 119 |
|
110 | 120 |
|
111 | 121 |
|
| ||
126 | 136 |
|
127 | 137 |
|
128 | 138 |
|
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
129 | 149 |
|
130 | 150 |
|
131 | 151 |
|
| ||
221 | 241 |
|
222 | 242 |
|
223 | 243 |
|
224 |
| - |
225 | 244 |
|
226 | 245 |
|
227 | 246 |
|
| ||
232 | 251 |
|
233 | 252 |
|
234 | 253 |
|
| 254 | + |
235 | 255 |
|
236 | 256 |
|
237 |
| - |
238 |
| - |
239 |
| - |
240 |
| - |
| 257 | + |
| 258 | + |
241 | 259 |
|
242 | 260 |
|
243 | 261 |
|
|
0 commit comments