Commit 70cce26
File tree
Expand file treeCollapse file tree
31 files changed
+181
-119
lines changedFilter options
- examples/bzlmod
- python
- pip_install
- private
- tools
- dependency_resolver
- lib
- lock_file_generator
- wheel_installer
Expand file treeCollapse file tree
31 files changed
+181
-119
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 | 10 |
|
12 |
| - |
13 | 11 |
|
14 | 12 |
|
15 | 13 |
|
|
examples/bzlmod/MODULE.bazel
Copy file name to clipboard+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
15 |
| - |
16 | 14 |
|
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
20 |
| - |
21 | 18 |
|
22 | 19 |
|
23 | 20 |
|
24 | 21 |
|
25 | 22 |
|
26 | 23 |
|
27 | 24 |
|
28 |
| - |
29 | 25 |
|
30 | 26 |
|
31 | 27 |
|
32 | 28 |
|
33 | 29 |
|
34 |
| - |
35 | 30 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
| 81 | + |
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
|
python/pip_install/BUILD.bazel
Copy file name to clipboardExpand all lines: python/pip_install/BUILD.bazel+8-5Lines changed: 8 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 | 2 |
|
5 | 3 |
|
6 | 4 |
|
7 |
| - |
8 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
26 | 29 |
|
27 | 30 |
|
28 | 31 |
|
|
python/pip_install/pip_repository.bzl
Copy file name to clipboardExpand all lines: python/pip_install/pip_repository.bzl+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
310 |
| - |
| 310 | + |
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
| ||
524 | 524 |
|
525 | 525 |
|
526 | 526 |
|
527 |
| - |
| 527 | + |
528 | 528 |
|
529 | 529 |
|
530 | 530 |
|
|
python/pip_install/private/pip_install_utils.bzl
Copy file name to clipboardExpand all lines: python/pip_install/private/pip_install_utils.bzl+2-2Lines changed: 2 additions & 2 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 |
|
|
python/pip_install/private/srcs.bzl
Copy file name to clipboard+13-10Lines changed: 13 additions & 10 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 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
python/pip_install/repositories.bzl
Copy file name to clipboardExpand all lines: python/pip_install/repositories.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
|
python/pip_install/requirements.bzl
Copy file name to clipboardExpand all lines: python/pip_install/requirements.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
|
python/pip_install/tools/dependency_resolver/BUILD.bazel
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
File renamed without changes.
File renamed without changes.
python/pip_install/extract_wheels/BUILD.bazel renamed to python/pip_install/tools/lib/BUILD.bazel
Copy file name to clipboardExpand all lines: python/pip_install/tools/lib/BUILD.bazel+2-65Lines changed: 2 additions & 65 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
| ||
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 | 10 |
|
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
| 11 | + |
36 | 12 |
|
37 | 13 |
|
38 | 14 |
|
| ||
70 | 46 |
|
71 | 47 |
|
72 | 48 |
|
73 |
| - |
74 | 49 |
|
75 | 50 |
|
76 | 51 |
|
77 | 52 |
|
78 | 53 |
|
79 | 54 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
90 |
| - |
91 |
| - |
92 |
| - |
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 | 55 |
|
106 | 56 |
|
107 | 57 |
|
108 | 58 |
|
109 | 59 |
|
110 | 60 |
|
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 | 61 |
|
125 | 62 |
|
126 | 63 |
|
|
python/pip_install/tools/lib/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/lib/__init__.pyWhitespace-only changes.
python/pip_install/extract_wheels/annotation.py renamed to python/pip_install/tools/lib/annotation.py
Copy file name to clipboardFile renamed without changes.
python/pip_install/extract_wheels/annotations_test.py renamed to python/pip_install/tools/lib/annotations_test.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/lib/annotations_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
python/pip_install/extract_wheels/annotations_test_helpers.bzl renamed to python/pip_install/tools/lib/annotations_test_helpers.bzl
Copy file name to clipboardExpand all lines: python/pip_install/tools/lib/annotations_test_helpers.bzl+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
python/pip_install/extract_wheels/arguments.py renamed to python/pip_install/tools/lib/arguments.py
Copy file name to clipboardFile renamed without changes.
python/pip_install/extract_wheels/arguments_test.py renamed to python/pip_install/tools/lib/arguments_test.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/lib/arguments_test.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
python/pip_install/extract_wheels/bazel.py renamed to python/pip_install/tools/lib/bazel.py
Copy file name to clipboardFile renamed without changes.
python/pip_install/tools/lock_file_generator/BUILD.bazel
Copy file name to clipboard+50Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
python/pip_install/tools/lock_file_generator/__init__.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/lock_file_generator/__init__.pyWhitespace-only changes.
python/pip_install/extract_wheels/parse_requirements_to_bzl.py renamed to python/pip_install/tools/lock_file_generator/lock_file_generator.py
Copy file name to clipboardExpand all lines: python/pip_install/tools/lock_file_generator/lock_file_generator.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
0 commit comments