214 lines
4.0 KiB
Bash
214 lines
4.0 KiB
Bash
# Copyright 2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
addr2line@0.24.2
|
|
adler2@2.0.0
|
|
anstream@0.6.18
|
|
anstyle-parse@0.2.6
|
|
anstyle-query@1.1.2
|
|
anstyle-wincon@3.0.7
|
|
anstyle@1.0.10
|
|
autocfg@1.4.0
|
|
backtrace@0.3.74
|
|
base64@0.22.1
|
|
bitflags@2.8.0
|
|
bumpalo@3.17.0
|
|
byteorder@1.5.0
|
|
bytes@1.10.0
|
|
cc@1.2.15
|
|
cfg-if@1.0.0
|
|
cfg_aliases@0.2.1
|
|
clap@4.5.30
|
|
clap_builder@4.5.30
|
|
clap_derive@4.5.28
|
|
clap_lex@0.7.4
|
|
colorchoice@1.0.3
|
|
crossbeam-deque@0.8.6
|
|
crossbeam-epoch@0.9.18
|
|
crossbeam-utils@0.8.21
|
|
diff@0.1.13
|
|
displaydoc@0.2.5
|
|
ecow@0.2.3
|
|
either@1.13.0
|
|
equivalent@1.0.2
|
|
fnv@1.0.7
|
|
form_urlencoded@1.2.1
|
|
futures-channel@0.3.31
|
|
futures-core@0.3.31
|
|
futures-io@0.3.31
|
|
futures-sink@0.3.31
|
|
futures-task@0.3.31
|
|
futures-util@0.3.31
|
|
getrandom@0.2.15
|
|
gimli@0.31.1
|
|
hashbrown@0.15.2
|
|
heck@0.5.0
|
|
http-body-util@0.1.2
|
|
http-body@1.0.1
|
|
http@1.2.0
|
|
httparse@1.10.0
|
|
hyper-rustls@0.27.5
|
|
hyper-util@0.1.10
|
|
hyper@1.6.0
|
|
icu_collections@1.5.0
|
|
icu_locid@1.5.0
|
|
icu_locid_transform@1.5.0
|
|
icu_locid_transform_data@1.5.0
|
|
icu_normalizer@1.5.0
|
|
icu_normalizer_data@1.5.0
|
|
icu_properties@1.5.1
|
|
icu_properties_data@1.5.0
|
|
icu_provider@1.5.0
|
|
icu_provider_macros@1.5.0
|
|
idna@1.0.3
|
|
idna_adapter@1.2.0
|
|
indexmap@2.7.1
|
|
ipnet@2.11.0
|
|
is_terminal_polyfill@1.70.1
|
|
itoa@1.0.14
|
|
js-sys@0.3.77
|
|
libc@0.2.169
|
|
litemap@0.7.4
|
|
lock_api@0.4.12
|
|
log@0.4.26
|
|
memchr@2.7.4
|
|
miniz_oxide@0.8.5
|
|
mio@1.0.3
|
|
object@0.36.7
|
|
once_cell@1.20.3
|
|
parking_lot@0.12.3
|
|
parking_lot_core@0.9.10
|
|
paste@1.0.15
|
|
percent-encoding@2.3.1
|
|
pin-project-lite@0.2.16
|
|
pin-utils@0.1.0
|
|
portable-atomic@1.10.0
|
|
ppv-lite86@0.2.20
|
|
proc-macro2@1.0.93
|
|
quinn-proto@0.11.9
|
|
quinn-udp@0.5.10
|
|
quinn@0.11.6
|
|
quote@1.0.38
|
|
rand@0.8.5
|
|
rand_chacha@0.3.1
|
|
rand_core@0.6.4
|
|
rayon-core@1.12.1
|
|
rayon@1.10.0
|
|
redox_syscall@0.5.9
|
|
reqwest@0.12.12
|
|
mime@0.3.17
|
|
ring@0.17.10
|
|
rustc-demangle@0.1.24
|
|
rustc-hash@2.1.1
|
|
rustls-pemfile@2.2.0
|
|
rustls-pki-types@1.11.0
|
|
rustls-webpki@0.102.8
|
|
rustls@0.23.23
|
|
rustversion@1.0.19
|
|
ryu@1.0.19
|
|
scopeguard@1.2.0
|
|
serde@1.0.218
|
|
serde_derive@1.0.218
|
|
serde_json@1.0.139
|
|
serde_spanned@0.6.8
|
|
serde_urlencoded@0.7.1
|
|
shlex@1.3.0
|
|
siphasher@1.0.1
|
|
slab@0.4.9
|
|
smallvec@1.14.0
|
|
socket2@0.5.8
|
|
stable_deref_trait@1.2.0
|
|
strsim@0.11.1
|
|
subtle@2.6.1
|
|
syn@2.0.98
|
|
sync_wrapper@1.0.2
|
|
synstructure@0.13.1
|
|
termcolor@1.4.1
|
|
thin-vec@0.2.13
|
|
thiserror-impl@2.0.11
|
|
thiserror@2.0.11
|
|
tinystr@0.7.6
|
|
tinyvec@1.8.1
|
|
tinyvec_macros@0.1.1
|
|
tokio-rustls@0.26.1
|
|
tokio@1.43.0
|
|
toml@0.8.20
|
|
toml_datetime@0.6.8
|
|
toml_edit@0.22.24
|
|
tower-layer@0.3.3
|
|
tower-service@0.3.3
|
|
tower@0.5.2
|
|
tracing-core@0.1.33
|
|
tracing@0.1.41
|
|
try-lock@0.2.5
|
|
typst-syntax@0.13.0
|
|
typst-timing@0.13.0
|
|
typst-utils@0.13.0
|
|
unicode-ident@1.0.17
|
|
unicode-math-class@0.1.0
|
|
unicode-script@0.5.7
|
|
unicode-segmentation@1.12.0
|
|
unscanny@0.1.0
|
|
untrusted@0.9.0
|
|
url@2.5.4
|
|
utf16_iter@1.0.5
|
|
utf8_iter@1.0.4
|
|
utf8parse@0.2.2
|
|
want@0.3.1
|
|
wasi@0.11.0+wasi-snapshot-preview1
|
|
wasm-bindgen-backend@0.2.100
|
|
wasm-bindgen-futures@0.4.50
|
|
wasm-bindgen-macro-support@0.2.100
|
|
wasm-bindgen-macro@0.2.100
|
|
wasm-bindgen-shared@0.2.100
|
|
wasm-bindgen@0.2.100
|
|
web-sys@0.3.77
|
|
web-time@1.1.0
|
|
webpki-roots@0.26.8
|
|
winapi-util@0.1.9
|
|
windows-registry@0.2.0
|
|
windows-result@0.2.0
|
|
windows-strings@0.1.0
|
|
windows-sys@0.52.0
|
|
windows-sys@0.59.0
|
|
windows-targets@0.52.6
|
|
windows_aarch64_gnullvm@0.52.6
|
|
windows_aarch64_msvc@0.52.6
|
|
windows_i686_gnu@0.52.6
|
|
windows_i686_gnullvm@0.52.6
|
|
windows_i686_msvc@0.52.6
|
|
windows_x86_64_gnu@0.52.6
|
|
windows_x86_64_gnullvm@0.52.6
|
|
windows_x86_64_msvc@0.52.6
|
|
winnow@0.7.3
|
|
write16@1.0.0
|
|
writeable@0.5.5
|
|
yoke-derive@0.7.5
|
|
yoke@0.7.5
|
|
zerocopy-derive@0.7.35
|
|
zerocopy@0.7.35
|
|
zerofrom-derive@0.1.5
|
|
zerofrom@0.1.5
|
|
zeroize@1.8.1
|
|
zerovec-derive@0.10.3
|
|
zerovec@0.10.4
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="A tool to upgrade typst packages"
|
|
HOMEPAGE="https://github.com/coekjan/typst-upgrade"
|
|
SRC_URI="
|
|
https://github.com/coekjan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
|
${CARGO_CRATE_URIS}
|
|
"
|
|
|
|
LICENSE="MIT"
|
|
# Dependent crate licenses
|
|
LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|