pycargoebuild 0.13.3__tar.gz → 0.13.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/PKG-INFO +2 -2
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/license-mapping.conf +1 -0
- pycargoebuild-0.13.4/integration_test/milkshake-terminal-0.0.0.ebuild +474 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/test_integration.py +6 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/__init__.py +1 -1
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/cargo.py +2 -4
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/test_cargo.py +1 -1
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/tox.ini +1 -1
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/COPYING +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/README.rst +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/data/share/bash-completion/completions/pycargoebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/__init__.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/attest-0.1.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/bindgen-0.63.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/blake3-0.3.3.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/cryptography-38.0.3.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/fractal-5.0.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/lemmy_server-0.18.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/mdbook-linkcheck-0.7.7.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/qiskit-terra-0.22.3.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/ruffle_core-0.1.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/rustic-rs-0.5.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/rustls-0.20.7.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/rustworkx-0.12.1.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/setuptools-rust-1.5.2.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/synapse-0.1.0.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/watchfiles-0.18.1.ebuild +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/__main__.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/ebuild.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/fetch.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/format.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pycargoebuild/license.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/pyproject.toml +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/__init__.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/conftest.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/test_ebuild.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/test_fetch.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/test_format.py +0 -0
- {pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/test/test_license.py +0 -0
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
# Copyright 2024 Gentoo Authors
|
|
2
|
+
# Distributed under the terms of the GNU General Public License v2
|
|
3
|
+
|
|
4
|
+
# Autogenerated by pycargoebuild 0.13.3
|
|
5
|
+
|
|
6
|
+
EAPI=8
|
|
7
|
+
|
|
8
|
+
CRATES="
|
|
9
|
+
ab_glyph@0.2.29
|
|
10
|
+
ab_glyph_rasterizer@0.1.8
|
|
11
|
+
accesskit@0.16.3
|
|
12
|
+
accesskit_consumer@0.24.3
|
|
13
|
+
accesskit_macos@0.17.4
|
|
14
|
+
accesskit_windows@0.23.2
|
|
15
|
+
accesskit_winit@0.22.4
|
|
16
|
+
adler2@2.0.0
|
|
17
|
+
ahash@0.8.11
|
|
18
|
+
aho-corasick@1.1.3
|
|
19
|
+
allocator-api2@0.2.18
|
|
20
|
+
alsa-sys@0.3.1
|
|
21
|
+
alsa@0.9.1
|
|
22
|
+
android-activity@0.6.0
|
|
23
|
+
android-properties@0.2.2
|
|
24
|
+
android_log-sys@0.3.1
|
|
25
|
+
android_system_properties@0.1.5
|
|
26
|
+
approx@0.5.1
|
|
27
|
+
arrayref@0.3.9
|
|
28
|
+
arrayvec@0.7.6
|
|
29
|
+
ash@0.38.0+1.3.281
|
|
30
|
+
assert_type_match@0.1.1
|
|
31
|
+
async-broadcast@0.5.1
|
|
32
|
+
async-channel@2.3.1
|
|
33
|
+
async-executor@1.13.1
|
|
34
|
+
async-fs@2.1.2
|
|
35
|
+
async-lock@3.4.0
|
|
36
|
+
async-task@4.7.1
|
|
37
|
+
atomic-waker@1.1.2
|
|
38
|
+
atomicow@1.0.0
|
|
39
|
+
autocfg@1.4.0
|
|
40
|
+
base64@0.21.7
|
|
41
|
+
base64@0.22.1
|
|
42
|
+
bevy@0.15.0-rc.2
|
|
43
|
+
bevy_a11y@0.15.0-rc.2
|
|
44
|
+
bevy_animation@0.15.0-rc.2
|
|
45
|
+
bevy_animation_derive@0.15.0-rc.2
|
|
46
|
+
bevy_app@0.15.0-rc.2
|
|
47
|
+
bevy_asset@0.15.0-rc.2
|
|
48
|
+
bevy_asset_macros@0.15.0-rc.2
|
|
49
|
+
bevy_audio@0.15.0-rc.2
|
|
50
|
+
bevy_color@0.15.0-rc.2
|
|
51
|
+
bevy_core@0.15.0-rc.2
|
|
52
|
+
bevy_core_pipeline@0.15.0-rc.2
|
|
53
|
+
bevy_derive@0.15.0-rc.2
|
|
54
|
+
bevy_diagnostic@0.15.0-rc.2
|
|
55
|
+
bevy_ecs@0.15.0-rc.2
|
|
56
|
+
bevy_ecs_macros@0.15.0-rc.2
|
|
57
|
+
bevy_encase_derive@0.15.0-rc.2
|
|
58
|
+
bevy_gizmos@0.15.0-rc.2
|
|
59
|
+
bevy_gizmos_macros@0.15.0-rc.2
|
|
60
|
+
bevy_hierarchy@0.15.0-rc.2
|
|
61
|
+
bevy_image@0.15.0-rc.2
|
|
62
|
+
bevy_input@0.15.0-rc.2
|
|
63
|
+
bevy_internal@0.15.0-rc.2
|
|
64
|
+
bevy_log@0.15.0-rc.2
|
|
65
|
+
bevy_macro_utils@0.15.0-rc.2
|
|
66
|
+
bevy_math@0.15.0-rc.2
|
|
67
|
+
bevy_mesh@0.15.0-rc.2
|
|
68
|
+
bevy_mikktspace@0.15.0-rc.2
|
|
69
|
+
bevy_pbr@0.15.0-rc.2
|
|
70
|
+
bevy_picking@0.15.0-rc.2
|
|
71
|
+
bevy_ptr@0.15.0-rc.2
|
|
72
|
+
bevy_reflect@0.15.0-rc.2
|
|
73
|
+
bevy_reflect_derive@0.15.0-rc.2
|
|
74
|
+
bevy_render@0.15.0-rc.2
|
|
75
|
+
bevy_render_macros@0.15.0-rc.2
|
|
76
|
+
bevy_scene@0.15.0-rc.2
|
|
77
|
+
bevy_sprite@0.15.0-rc.2
|
|
78
|
+
bevy_tasks@0.15.0-rc.2
|
|
79
|
+
bevy_text@0.15.0-rc.2
|
|
80
|
+
bevy_time@0.15.0-rc.2
|
|
81
|
+
bevy_transform@0.15.0-rc.2
|
|
82
|
+
bevy_ui@0.15.0-rc.2
|
|
83
|
+
bevy_utils@0.15.0-rc.2
|
|
84
|
+
bevy_utils_proc_macros@0.15.0-rc.2
|
|
85
|
+
bevy_window@0.15.0-rc.2
|
|
86
|
+
bevy_winit@0.15.0-rc.2
|
|
87
|
+
bindgen@0.70.1
|
|
88
|
+
bit-set@0.5.3
|
|
89
|
+
bit-set@0.6.0
|
|
90
|
+
bit-vec@0.6.3
|
|
91
|
+
bit-vec@0.7.0
|
|
92
|
+
bitflags@1.3.2
|
|
93
|
+
bitflags@2.6.0
|
|
94
|
+
blake3@1.5.4
|
|
95
|
+
block2@0.5.1
|
|
96
|
+
block@0.1.6
|
|
97
|
+
blocking@1.6.1
|
|
98
|
+
bumpalo@3.16.0
|
|
99
|
+
bytemuck@1.19.0
|
|
100
|
+
bytemuck_derive@1.8.0
|
|
101
|
+
byteorder-lite@0.1.0
|
|
102
|
+
byteorder@1.5.0
|
|
103
|
+
bytes@1.8.0
|
|
104
|
+
calloop-wayland-source@0.3.0
|
|
105
|
+
calloop@0.13.0
|
|
106
|
+
castaway@0.2.3
|
|
107
|
+
cc@1.1.31
|
|
108
|
+
cesu8@1.1.0
|
|
109
|
+
cexpr@0.6.0
|
|
110
|
+
cfg-if@1.0.0
|
|
111
|
+
cfg_aliases@0.1.1
|
|
112
|
+
cfg_aliases@0.2.1
|
|
113
|
+
clang-sys@1.8.1
|
|
114
|
+
codespan-reporting@0.11.1
|
|
115
|
+
com@0.6.0
|
|
116
|
+
com_macros@0.6.0
|
|
117
|
+
com_macros_support@0.6.0
|
|
118
|
+
combine@4.6.7
|
|
119
|
+
compact_str@0.8.0
|
|
120
|
+
concurrent-queue@2.5.0
|
|
121
|
+
console_error_panic_hook@0.1.7
|
|
122
|
+
const-fnv1a-hash@1.1.0
|
|
123
|
+
const-random-macro@0.1.16
|
|
124
|
+
const-random@0.1.18
|
|
125
|
+
const_panic@0.2.10
|
|
126
|
+
const_soft_float@0.1.4
|
|
127
|
+
constant_time_eq@0.3.1
|
|
128
|
+
constgebra@0.1.4
|
|
129
|
+
core-foundation-sys@0.8.7
|
|
130
|
+
core-foundation@0.9.4
|
|
131
|
+
core-graphics-types@0.1.3
|
|
132
|
+
core-graphics@0.23.2
|
|
133
|
+
coreaudio-rs@0.11.3
|
|
134
|
+
coreaudio-sys@0.2.16
|
|
135
|
+
cosmic-text@0.12.1
|
|
136
|
+
cpal@0.15.3
|
|
137
|
+
crc32fast@1.4.2
|
|
138
|
+
crossbeam-channel@0.5.13
|
|
139
|
+
crossbeam-deque@0.8.5
|
|
140
|
+
crossbeam-epoch@0.9.18
|
|
141
|
+
crossbeam-utils@0.8.20
|
|
142
|
+
crunchy@0.2.2
|
|
143
|
+
ctrlc@3.4.5
|
|
144
|
+
cursor-icon@1.1.0
|
|
145
|
+
d3d12@22.0.0
|
|
146
|
+
dasp_sample@0.11.0
|
|
147
|
+
data-encoding@2.6.0
|
|
148
|
+
derive_more-impl@1.0.0
|
|
149
|
+
derive_more@1.0.0
|
|
150
|
+
dispatch@0.2.0
|
|
151
|
+
disqualified@1.0.0
|
|
152
|
+
dlib@0.5.2
|
|
153
|
+
document-features@0.2.10
|
|
154
|
+
downcast-rs@1.2.1
|
|
155
|
+
dpi@0.1.1
|
|
156
|
+
either@1.13.0
|
|
157
|
+
encase@0.10.0
|
|
158
|
+
encase_derive@0.10.0
|
|
159
|
+
encase_derive_impl@0.10.0
|
|
160
|
+
equivalent@1.0.1
|
|
161
|
+
erased-serde@0.4.5
|
|
162
|
+
errno@0.3.9
|
|
163
|
+
euclid@0.22.11
|
|
164
|
+
event-listener-strategy@0.5.2
|
|
165
|
+
event-listener@2.5.3
|
|
166
|
+
event-listener@5.3.1
|
|
167
|
+
fastrand@2.1.1
|
|
168
|
+
fdeflate@0.3.6
|
|
169
|
+
fixedbitset@0.4.2
|
|
170
|
+
fixedbitset@0.5.7
|
|
171
|
+
flate2@1.0.34
|
|
172
|
+
font-types@0.7.2
|
|
173
|
+
fontconfig-parser@0.5.7
|
|
174
|
+
fontdb@0.16.2
|
|
175
|
+
foreign-types-macros@0.2.3
|
|
176
|
+
foreign-types-shared@0.3.1
|
|
177
|
+
foreign-types@0.5.0
|
|
178
|
+
futures-channel@0.3.31
|
|
179
|
+
futures-core@0.3.31
|
|
180
|
+
futures-io@0.3.31
|
|
181
|
+
futures-lite@2.3.0
|
|
182
|
+
getrandom@0.2.15
|
|
183
|
+
gl_generator@0.14.0
|
|
184
|
+
glam@0.29.0
|
|
185
|
+
glob@0.3.1
|
|
186
|
+
glow@0.13.1
|
|
187
|
+
glutin_wgl_sys@0.6.0
|
|
188
|
+
gpu-alloc-types@0.3.0
|
|
189
|
+
gpu-alloc@0.6.0
|
|
190
|
+
gpu-allocator@0.26.0
|
|
191
|
+
gpu-descriptor-types@0.2.0
|
|
192
|
+
gpu-descriptor@0.3.0
|
|
193
|
+
grid@0.14.0
|
|
194
|
+
guillotiere@0.6.2
|
|
195
|
+
hashbrown@0.14.5
|
|
196
|
+
hashbrown@0.15.0
|
|
197
|
+
hassle-rs@0.11.0
|
|
198
|
+
hermit-abi@0.4.0
|
|
199
|
+
hexasphere@15.0.0
|
|
200
|
+
hexf-parse@0.2.1
|
|
201
|
+
image@0.25.4
|
|
202
|
+
immutable-chunkmap@2.0.6
|
|
203
|
+
indexmap@2.6.0
|
|
204
|
+
itertools@0.13.0
|
|
205
|
+
itoa@1.0.11
|
|
206
|
+
jni-sys@0.3.0
|
|
207
|
+
jni@0.21.1
|
|
208
|
+
jobserver@0.1.32
|
|
209
|
+
js-sys@0.3.72
|
|
210
|
+
khronos-egl@6.0.0
|
|
211
|
+
khronos_api@3.1.0
|
|
212
|
+
ktx2@0.3.0
|
|
213
|
+
lazy_static@1.5.0
|
|
214
|
+
libc@0.2.161
|
|
215
|
+
libloading@0.8.5
|
|
216
|
+
libm@0.2.11
|
|
217
|
+
libredox@0.1.3
|
|
218
|
+
linux-raw-sys@0.4.14
|
|
219
|
+
litrs@0.4.1
|
|
220
|
+
lock_api@0.4.12
|
|
221
|
+
log@0.4.22
|
|
222
|
+
mach2@0.4.2
|
|
223
|
+
malloc_buf@0.0.6
|
|
224
|
+
matchers@0.1.0
|
|
225
|
+
memchr@2.7.4
|
|
226
|
+
memmap2@0.9.5
|
|
227
|
+
metal@0.29.0
|
|
228
|
+
minimal-lexical@0.2.1
|
|
229
|
+
miniz_oxide@0.8.0
|
|
230
|
+
naga@22.1.0
|
|
231
|
+
naga_oil@0.15.0
|
|
232
|
+
ndk-context@0.1.1
|
|
233
|
+
ndk-sys@0.5.0+25.2.9519653
|
|
234
|
+
ndk-sys@0.6.0+11769913
|
|
235
|
+
ndk@0.8.0
|
|
236
|
+
ndk@0.9.0
|
|
237
|
+
nix@0.29.0
|
|
238
|
+
nom@7.1.3
|
|
239
|
+
nonmax@0.5.5
|
|
240
|
+
nu-ansi-term@0.46.0
|
|
241
|
+
num-derive@0.4.2
|
|
242
|
+
num-traits@0.2.19
|
|
243
|
+
num_enum@0.7.3
|
|
244
|
+
num_enum_derive@0.7.3
|
|
245
|
+
objc-sys@0.3.5
|
|
246
|
+
objc2-app-kit@0.2.2
|
|
247
|
+
objc2-cloud-kit@0.2.2
|
|
248
|
+
objc2-contacts@0.2.2
|
|
249
|
+
objc2-core-data@0.2.2
|
|
250
|
+
objc2-core-image@0.2.2
|
|
251
|
+
objc2-core-location@0.2.2
|
|
252
|
+
objc2-encode@4.0.3
|
|
253
|
+
objc2-foundation@0.2.2
|
|
254
|
+
objc2-link-presentation@0.2.2
|
|
255
|
+
objc2-metal@0.2.2
|
|
256
|
+
objc2-quartz-core@0.2.2
|
|
257
|
+
objc2-symbols@0.2.2
|
|
258
|
+
objc2-ui-kit@0.2.2
|
|
259
|
+
objc2-uniform-type-identifiers@0.2.2
|
|
260
|
+
objc2-user-notifications@0.2.2
|
|
261
|
+
objc2@0.5.2
|
|
262
|
+
objc@0.2.7
|
|
263
|
+
oboe-sys@0.6.1
|
|
264
|
+
oboe@0.6.1
|
|
265
|
+
offset-allocator@0.2.0
|
|
266
|
+
once_cell@1.20.2
|
|
267
|
+
orbclient@0.3.48
|
|
268
|
+
overload@0.1.1
|
|
269
|
+
owned_ttf_parser@0.25.0
|
|
270
|
+
parking@2.2.1
|
|
271
|
+
parking_lot@0.12.3
|
|
272
|
+
parking_lot_core@0.9.10
|
|
273
|
+
paste@1.0.15
|
|
274
|
+
petgraph@0.6.5
|
|
275
|
+
pin-project-internal@1.1.7
|
|
276
|
+
pin-project-lite@0.2.15
|
|
277
|
+
pin-project@1.1.7
|
|
278
|
+
piper@0.2.4
|
|
279
|
+
pkg-config@0.3.31
|
|
280
|
+
png@0.17.14
|
|
281
|
+
polling@3.7.3
|
|
282
|
+
pp-rs@0.2.1
|
|
283
|
+
ppv-lite86@0.2.20
|
|
284
|
+
presser@0.3.1
|
|
285
|
+
prettyplease@0.2.25
|
|
286
|
+
proc-macro-crate@3.2.0
|
|
287
|
+
proc-macro2@1.0.89
|
|
288
|
+
profiling@1.0.16
|
|
289
|
+
quick-xml@0.36.2
|
|
290
|
+
quote@1.0.37
|
|
291
|
+
radsort@0.1.1
|
|
292
|
+
rand@0.8.5
|
|
293
|
+
rand_chacha@0.3.1
|
|
294
|
+
rand_core@0.6.4
|
|
295
|
+
rand_distr@0.4.3
|
|
296
|
+
range-alloc@0.1.3
|
|
297
|
+
rangemap@1.5.1
|
|
298
|
+
raw-window-handle@0.6.2
|
|
299
|
+
rayon-core@1.12.1
|
|
300
|
+
rayon@1.10.0
|
|
301
|
+
read-fonts@0.22.5
|
|
302
|
+
rectangle-pack@0.4.2
|
|
303
|
+
redox_syscall@0.4.1
|
|
304
|
+
redox_syscall@0.5.7
|
|
305
|
+
regex-automata@0.1.10
|
|
306
|
+
regex-automata@0.4.8
|
|
307
|
+
regex-syntax@0.6.29
|
|
308
|
+
regex-syntax@0.8.5
|
|
309
|
+
regex@1.11.1
|
|
310
|
+
renderdoc-sys@1.1.0
|
|
311
|
+
rodio@0.19.0
|
|
312
|
+
ron@0.8.1
|
|
313
|
+
roxmltree@0.20.0
|
|
314
|
+
rustc-hash@1.1.0
|
|
315
|
+
rustix-openpty@0.1.1
|
|
316
|
+
rustix@0.38.38
|
|
317
|
+
rustversion@1.0.18
|
|
318
|
+
rustybuzz@0.14.1
|
|
319
|
+
ruzstd@0.7.2
|
|
320
|
+
ryu@1.0.18
|
|
321
|
+
same-file@1.0.6
|
|
322
|
+
scoped-tls@1.0.1
|
|
323
|
+
scopeguard@1.2.0
|
|
324
|
+
sctk-adwaita@0.10.1
|
|
325
|
+
self_cell@1.0.4
|
|
326
|
+
send_wrapper@0.6.0
|
|
327
|
+
serde@1.0.214
|
|
328
|
+
serde_derive@1.0.214
|
|
329
|
+
sharded-slab@0.1.7
|
|
330
|
+
shlex@1.3.0
|
|
331
|
+
simd-adler32@0.3.7
|
|
332
|
+
skrifa@0.22.3
|
|
333
|
+
slab@0.4.9
|
|
334
|
+
slotmap@1.0.7
|
|
335
|
+
smallvec@1.13.2
|
|
336
|
+
smithay-client-toolkit@0.19.2
|
|
337
|
+
smol_str@0.2.2
|
|
338
|
+
spirv@0.3.0+sdk-1.3.268.0
|
|
339
|
+
stackfuture@0.3.0
|
|
340
|
+
static_assertions@1.1.0
|
|
341
|
+
strict-num@0.1.1
|
|
342
|
+
svg_fmt@0.4.3
|
|
343
|
+
swash@0.1.19
|
|
344
|
+
syn@1.0.109
|
|
345
|
+
syn@2.0.85
|
|
346
|
+
sys-locale@0.3.1
|
|
347
|
+
taffy@0.5.2
|
|
348
|
+
termcolor@1.4.1
|
|
349
|
+
thiserror-impl@1.0.65
|
|
350
|
+
thiserror@1.0.65
|
|
351
|
+
thread_local@1.1.8
|
|
352
|
+
tiny-keccak@2.0.2
|
|
353
|
+
tiny-skia-path@0.11.4
|
|
354
|
+
tiny-skia@0.11.4
|
|
355
|
+
tinyvec@1.8.0
|
|
356
|
+
tinyvec_macros@0.1.1
|
|
357
|
+
toml_datetime@0.6.8
|
|
358
|
+
toml_edit@0.22.22
|
|
359
|
+
tracing-attributes@0.1.27
|
|
360
|
+
tracing-core@0.1.32
|
|
361
|
+
tracing-log@0.2.0
|
|
362
|
+
tracing-oslog@0.2.0
|
|
363
|
+
tracing-subscriber@0.3.18
|
|
364
|
+
tracing-wasm@0.2.1
|
|
365
|
+
tracing@0.1.40
|
|
366
|
+
ttf-parser@0.20.0
|
|
367
|
+
ttf-parser@0.21.1
|
|
368
|
+
ttf-parser@0.25.0
|
|
369
|
+
twox-hash@1.6.3
|
|
370
|
+
typeid@1.0.2
|
|
371
|
+
unicode-bidi-mirroring@0.2.0
|
|
372
|
+
unicode-bidi@0.3.17
|
|
373
|
+
unicode-ccc@0.2.0
|
|
374
|
+
unicode-ident@1.0.13
|
|
375
|
+
unicode-linebreak@0.1.5
|
|
376
|
+
unicode-properties@0.1.3
|
|
377
|
+
unicode-script@0.5.7
|
|
378
|
+
unicode-segmentation@1.12.0
|
|
379
|
+
unicode-width@0.1.14
|
|
380
|
+
unicode-xid@0.2.6
|
|
381
|
+
utf8parse@0.2.2
|
|
382
|
+
uuid@1.11.0
|
|
383
|
+
valuable@0.1.0
|
|
384
|
+
version_check@0.9.5
|
|
385
|
+
vte@0.13.0
|
|
386
|
+
vte_generate_state_changes@0.1.2
|
|
387
|
+
walkdir@2.5.0
|
|
388
|
+
wasi@0.11.0+wasi-snapshot-preview1
|
|
389
|
+
wasm-bindgen-backend@0.2.95
|
|
390
|
+
wasm-bindgen-futures@0.4.45
|
|
391
|
+
wasm-bindgen-macro-support@0.2.95
|
|
392
|
+
wasm-bindgen-macro@0.2.95
|
|
393
|
+
wasm-bindgen-shared@0.2.95
|
|
394
|
+
wasm-bindgen@0.2.95
|
|
395
|
+
wayland-backend@0.3.7
|
|
396
|
+
wayland-client@0.31.7
|
|
397
|
+
wayland-csd-frame@0.3.0
|
|
398
|
+
wayland-cursor@0.31.7
|
|
399
|
+
wayland-protocols-plasma@0.3.5
|
|
400
|
+
wayland-protocols-wlr@0.3.5
|
|
401
|
+
wayland-protocols@0.32.5
|
|
402
|
+
wayland-scanner@0.31.5
|
|
403
|
+
wayland-sys@0.31.5
|
|
404
|
+
web-sys@0.3.72
|
|
405
|
+
web-time@1.1.0
|
|
406
|
+
wgpu-core@22.1.0
|
|
407
|
+
wgpu-hal@22.0.0
|
|
408
|
+
wgpu-types@22.0.0
|
|
409
|
+
wgpu@22.1.0
|
|
410
|
+
widestring@1.1.0
|
|
411
|
+
winapi-i686-pc-windows-gnu@0.4.0
|
|
412
|
+
winapi-util@0.1.9
|
|
413
|
+
winapi-x86_64-pc-windows-gnu@0.4.0
|
|
414
|
+
winapi@0.3.9
|
|
415
|
+
windows-core@0.52.0
|
|
416
|
+
windows-core@0.54.0
|
|
417
|
+
windows-core@0.58.0
|
|
418
|
+
windows-implement@0.58.0
|
|
419
|
+
windows-interface@0.58.0
|
|
420
|
+
windows-result@0.1.2
|
|
421
|
+
windows-result@0.2.0
|
|
422
|
+
windows-strings@0.1.0
|
|
423
|
+
windows-sys@0.45.0
|
|
424
|
+
windows-sys@0.52.0
|
|
425
|
+
windows-sys@0.59.0
|
|
426
|
+
windows-targets@0.42.2
|
|
427
|
+
windows-targets@0.52.6
|
|
428
|
+
windows@0.52.0
|
|
429
|
+
windows@0.54.0
|
|
430
|
+
windows@0.58.0
|
|
431
|
+
windows_aarch64_gnullvm@0.42.2
|
|
432
|
+
windows_aarch64_gnullvm@0.52.6
|
|
433
|
+
windows_aarch64_msvc@0.42.2
|
|
434
|
+
windows_aarch64_msvc@0.52.6
|
|
435
|
+
windows_i686_gnu@0.42.2
|
|
436
|
+
windows_i686_gnu@0.52.6
|
|
437
|
+
windows_i686_gnullvm@0.52.6
|
|
438
|
+
windows_i686_msvc@0.42.2
|
|
439
|
+
windows_i686_msvc@0.52.6
|
|
440
|
+
windows_x86_64_gnu@0.42.2
|
|
441
|
+
windows_x86_64_gnu@0.52.6
|
|
442
|
+
windows_x86_64_gnullvm@0.42.2
|
|
443
|
+
windows_x86_64_gnullvm@0.52.6
|
|
444
|
+
windows_x86_64_msvc@0.42.2
|
|
445
|
+
windows_x86_64_msvc@0.52.6
|
|
446
|
+
winit@0.30.5
|
|
447
|
+
winnow@0.6.20
|
|
448
|
+
xcursor@0.3.8
|
|
449
|
+
xkbcommon-dl@0.4.2
|
|
450
|
+
xkeysym@0.2.1
|
|
451
|
+
xml-rs@0.8.22
|
|
452
|
+
yazi@0.1.6
|
|
453
|
+
zeno@0.2.3
|
|
454
|
+
zerocopy-derive@0.7.35
|
|
455
|
+
zerocopy@0.7.35
|
|
456
|
+
zune-core@0.4.12
|
|
457
|
+
zune-jpeg@0.4.13
|
|
458
|
+
"
|
|
459
|
+
|
|
460
|
+
inherit cargo
|
|
461
|
+
|
|
462
|
+
DESCRIPTION=""
|
|
463
|
+
HOMEPAGE=""
|
|
464
|
+
SRC_URI="
|
|
465
|
+
${CARGO_CRATE_URIS}
|
|
466
|
+
"
|
|
467
|
+
|
|
468
|
+
LICENSE=""
|
|
469
|
+
# Dependent crate licenses
|
|
470
|
+
LICENSE+="
|
|
471
|
+
Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT MIT-0 Unicode-DFS-2016 ZLIB
|
|
472
|
+
"
|
|
473
|
+
SLOT="0"
|
|
474
|
+
KEYWORDS="~amd64"
|
|
@@ -75,6 +75,12 @@ PACKAGES = {
|
|
|
75
75
|
checksum="3194243acf12383bd328a9440ab1ae30"
|
|
76
76
|
"4e9ba244d3bd7f85f1c23b0745c4847a",
|
|
77
77
|
directories=["mdbook-linkcheck-0.7.7"]),
|
|
78
|
+
"milkshake-terminal-0.0.0.ebuild": Package(
|
|
79
|
+
url="https://github.com/mizz1e/milkshake-terminal/archive/"
|
|
80
|
+
"v0.0.1.tar.gz",
|
|
81
|
+
checksum="1230635f2e1f707276f33a9e30e91334"
|
|
82
|
+
"fcff3df7c0e4d4486596e9c9102776d6",
|
|
83
|
+
directories=["milkshake-terminal-0.0.1"]),
|
|
78
84
|
"qiskit-terra-0.22.3.ebuild": Package(
|
|
79
85
|
url="https://files.pythonhosted.org/packages/98/11/"
|
|
80
86
|
"afb20dd5af0fcf9d5ca57e4cfb2b0b3b1e73fa9dcd39ece82389b77f428a/"
|
|
@@ -172,7 +172,7 @@ def cargo_to_spdx(license_str: str) -> str:
|
|
|
172
172
|
def get_crates(f: typing.BinaryIO) -> typing.Generator[Crate, None, None]:
|
|
173
173
|
"""Read crate list from the open ``Cargo.lock`` file"""
|
|
174
174
|
cargo_lock = tomllib.load(f)
|
|
175
|
-
if cargo_lock["version"]
|
|
175
|
+
if cargo_lock["version"] not in (3, 4):
|
|
176
176
|
raise NotImplementedError(
|
|
177
177
|
f"Cargo.lock version '{cargo_lock['version']} unsupported")
|
|
178
178
|
|
|
@@ -192,9 +192,7 @@ def get_crates(f: typing.BinaryIO) -> typing.Generator[Crate, None, None]:
|
|
|
192
192
|
raise RuntimeError(
|
|
193
193
|
"Git crate with no fragment identifier (i.e. commit "
|
|
194
194
|
f"identifier): {p['source']!r}")
|
|
195
|
-
repo = parsed_url.path.
|
|
196
|
-
if repo.endswith(".git"):
|
|
197
|
-
repo = repo[:-4]
|
|
195
|
+
repo = parsed_url.path.strip("/").removesuffix(".git")
|
|
198
196
|
if repo.count("/") != 1:
|
|
199
197
|
raise RuntimeError(f"Invalid GitHub URL: {p['source']}")
|
|
200
198
|
yield GitCrate(
|
|
@@ -56,7 +56,7 @@ CARGO_LOCK_TOML = b'''
|
|
|
56
56
|
[[package]]
|
|
57
57
|
name = "regex-syntax"
|
|
58
58
|
version = "0.6.28"
|
|
59
|
-
source = """git+https://github.com/01mf02/regex
|
|
59
|
+
source = """git+https://github.com/01mf02/regex.git/?rev=90eebbd\\
|
|
60
60
|
#90eebbdb9396ca10510130327073a3d596674d04"""
|
|
61
61
|
'''
|
|
62
62
|
|
|
File without changes
|
|
File without changes
|
{pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/data/share/bash-completion/completions/pycargoebuild
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycargoebuild-0.13.3 → pycargoebuild-0.13.4}/integration_test/mdbook-linkcheck-0.7.7.ebuild
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|