summaryrefslogtreecommitdiff
path: root/misc/py-polars/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-polars/Makefile')
-rw-r--r--misc/py-polars/Makefile492
1 files changed, 269 insertions, 223 deletions
diff --git a/misc/py-polars/Makefile b/misc/py-polars/Makefile
index 0e0d5df1594a..034bd5fd803a 100644
--- a/misc/py-polars/Makefile
+++ b/misc/py-polars/Makefile
@@ -1,6 +1,6 @@
PORTNAME= polars
DISTVERSIONPREFIX= py-
-DISTVERSION= 1.9.0
+DISTVERSION= 1.29.0
CATEGORIES= misc
#MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -27,376 +27,397 @@ GH_ACCOUNT= pola-rs
# the below RUSTFLAGS builds the polars package that fails in the run-time with the TLS error about insufficient TLS memory
# this RUSTFLAGS is replaced with ugly patches in files/ that allow to build a working package
# the reason is unclear, needs to be investigated
-#RUSTFLAGS= --cfg allocator=\"mimalloc\" # other choices are "default" and "jemalloc" (jemalloc is broken due to the conflict with system allocator)
-#MAKE_ENV+= RUSTFLAGS="${RUSTFLAGS}" # pass RUSTFLAGS to rustc via python's "build" module and maturin
+RUSTFLAGS= --cfg allocator=\"default\" # other choices are "default" and "jemalloc" (jemalloc is broken due to the conflict with system allocator)
+MAKE_ENV+= RUSTFLAGS="${RUSTFLAGS}" # pass RUSTFLAGS to rustc via python's "build" module and maturin
CARGO_BUILDDEP= no
-CARGO_CRATES= addr2line-0.24.1 \
+CARGO_CRATES= addr2line-0.24.2 \
adler2-2.0.0 \
adler32-1.2.0 \
ahash-0.8.11 \
aho-corasick-1.1.3 \
alloc-no-stdlib-2.0.4 \
alloc-stdlib-0.2.2 \
- allocator-api2-0.2.18 \
+ allocator-api2-0.2.21 \
android-tzdata-0.1.1 \
android_system_properties-0.1.5 \
anes-0.1.6 \
- anstyle-1.0.8 \
- anyhow-1.0.89 \
+ anstyle-1.0.10 \
+ anyhow-1.0.97 \
apache-avro-0.17.0 \
arboard-3.4.1 \
- argminmax-0.6.2 \
+ argminmax-0.6.3 \
array-init-cursor-0.2.0 \
arrayref-0.3.9 \
arrayvec-0.7.6 \
- arrow-array-53.0.0 \
- arrow-buffer-53.0.0 \
- arrow-data-53.0.0 \
- arrow-schema-53.0.0 \
arrow2-0.17.4 \
- async-stream-0.3.5 \
- async-stream-impl-0.3.5 \
- async-trait-0.1.83 \
- atoi-2.0.0 \
- atoi_simd-0.15.6 \
+ async-channel-2.3.1 \
+ async-stream-0.3.6 \
+ async-stream-impl-0.3.6 \
+ async-trait-0.1.87 \
+ atoi_simd-0.16.0 \
atomic-waker-1.1.2 \
autocfg-1.4.0 \
avro-schema-0.3.0 \
- aws-config-1.5.7 \
+ aws-config-1.5.17 \
aws-credential-types-1.2.1 \
- aws-runtime-1.4.3 \
- aws-sdk-s3-1.31.0 \
- aws-sdk-sso-1.44.0 \
- aws-sdk-ssooidc-1.45.0 \
- aws-sdk-sts-1.44.0 \
- aws-sigv4-1.2.4 \
- aws-smithy-async-1.2.1 \
- aws-smithy-checksums-0.60.8 \
- aws-smithy-eventstream-0.60.5 \
- aws-smithy-http-0.60.11 \
- aws-smithy-json-0.60.7 \
+ aws-runtime-1.5.5 \
+ aws-sdk-s3-1.77.0 \
+ aws-sdk-sso-1.60.0 \
+ aws-sdk-ssooidc-1.61.0 \
+ aws-sdk-sts-1.61.0 \
+ aws-sigv4-1.2.9 \
+ aws-smithy-async-1.2.4 \
+ aws-smithy-checksums-0.60.13 \
+ aws-smithy-checksums-0.63.0 \
+ aws-smithy-eventstream-0.60.7 \
+ aws-smithy-http-0.60.12 \
+ aws-smithy-json-0.61.2 \
aws-smithy-query-0.60.7 \
- aws-smithy-runtime-1.7.1 \
- aws-smithy-runtime-api-1.7.2 \
- aws-smithy-types-1.2.7 \
+ aws-smithy-runtime-1.7.8 \
+ aws-smithy-runtime-api-1.7.3 \
+ aws-smithy-types-1.2.13 \
aws-smithy-xml-0.60.9 \
- aws-types-1.3.3 \
+ aws-types-1.3.5 \
backtrace-0.3.74 \
base16ct-0.1.1 \
base64-0.21.7 \
base64-0.22.1 \
base64-simd-0.8.0 \
base64ct-1.6.0 \
- bigdecimal-0.4.5 \
+ bigdecimal-0.4.7 \
bincode-1.3.3 \
- bitflags-2.6.0 \
- blake3-1.5.4 \
+ bitflags-2.9.0 \
+ blake3-1.6.1 \
block-buffer-0.10.4 \
block2-0.5.1 \
- brotli-6.0.0 \
- brotli-decompressor-4.0.1 \
- bumpalo-3.16.0 \
- bytemuck-1.18.0 \
- bytemuck_derive-1.7.1 \
+ brotli-7.0.0 \
+ brotli-decompressor-4.0.2 \
+ bumpalo-3.17.0 \
+ bytemuck-1.22.0 \
+ bytemuck_derive-1.8.1 \
byteorder-1.5.0 \
- bytes-1.7.2 \
+ bytes-1.10.1 \
bytes-utils-0.1.4 \
- casey-0.4.0 \
+ casey-0.4.2 \
cast-0.3.0 \
castaway-0.2.3 \
- cc-1.1.24 \
+ cc-1.2.16 \
cfg-if-1.0.0 \
- chrono-0.4.38 \
- chrono-tz-0.8.6 \
- chrono-tz-build-0.2.1 \
+ cfg_aliases-0.2.1 \
+ chrono-0.4.40 \
+ chrono-tz-0.10.1 \
+ chrono-tz-build-0.4.0 \
ciborium-0.2.2 \
ciborium-io-0.2.2 \
ciborium-ll-0.2.2 \
- clap-4.5.18 \
- clap_builder-4.5.18 \
- clap_lex-0.7.2 \
+ clap-4.5.31 \
+ clap_builder-4.5.31 \
+ clap_lex-0.7.4 \
clipboard-win-5.4.0 \
- cmake-0.1.51 \
- comfy-table-7.1.1 \
- compact_str-0.8.0 \
+ comfy-table-7.1.4 \
+ compact_str-0.8.1 \
+ concurrent-queue-2.5.0 \
const-oid-0.9.6 \
- const-random-0.1.18 \
- const-random-macro-0.1.16 \
constant_time_eq-0.3.1 \
core-foundation-0.9.4 \
+ core-foundation-0.10.0 \
core-foundation-sys-0.8.7 \
core2-0.4.0 \
- cpufeatures-0.2.14 \
+ cpufeatures-0.2.17 \
crc-2.1.0 \
+ crc-3.2.1 \
crc-catalog-1.1.1 \
+ crc-catalog-2.4.0 \
crc32c-0.6.8 \
crc32fast-1.4.2 \
+ crc64fast-nvme-1.2.0 \
criterion-0.5.1 \
criterion-plot-0.5.0 \
- crossbeam-channel-0.5.13 \
- crossbeam-deque-0.8.5 \
+ crossbeam-channel-0.5.15 \
+ crossbeam-deque-0.8.6 \
crossbeam-epoch-0.9.18 \
- crossbeam-queue-0.3.11 \
- crossbeam-utils-0.8.20 \
- crossterm-0.27.0 \
+ crossbeam-queue-0.3.12 \
+ crossbeam-utils-0.8.21 \
+ crossterm-0.28.1 \
crossterm_winapi-0.9.1 \
- crunchy-0.2.2 \
+ crunchy-0.2.3 \
crypto-bigint-0.4.9 \
crypto-bigint-0.5.5 \
crypto-common-0.1.6 \
- dary_heap-0.3.6 \
+ dary_heap-0.3.7 \
der-0.6.1 \
deranged-0.3.11 \
digest-0.10.7 \
+ displaydoc-0.2.5 \
doc-comment-0.3.3 \
- dyn-clone-1.0.17 \
+ dyn-clone-1.0.19 \
ecdsa-0.14.8 \
- either-1.13.0 \
+ either-1.14.0 \
elliptic-curve-0.12.3 \
enum_dispatch-0.3.13 \
env_logger-0.8.4 \
- equivalent-1.0.1 \
- errno-0.3.9 \
+ equivalent-1.0.2 \
+ errno-0.3.10 \
error-code-3.3.1 \
ethnum-1.5.0 \
+ event-listener-5.4.0 \
+ event-listener-strategy-0.5.4 \
fallible-streaming-iterator-0.1.9 \
- fast-float-0.2.0 \
- fastrand-2.1.1 \
+ fast-float2-0.2.3 \
+ fastrand-2.3.0 \
ff-0.12.1 \
- flate2-1.0.34 \
- float-cmp-0.9.0 \
+ flate2-1.1.0 \
+ float-cmp-0.10.0 \
fnv-1.0.7 \
+ foldhash-0.1.5 \
+ foreign-types-0.3.2 \
+ foreign-types-shared-0.1.1 \
foreign_vec-0.1.0 \
form_urlencoded-1.2.1 \
- fs4-0.9.1 \
- futures-0.3.30 \
- futures-channel-0.3.30 \
- futures-core-0.3.30 \
- futures-executor-0.3.30 \
- futures-io-0.3.30 \
- futures-macro-0.3.30 \
- futures-sink-0.3.30 \
- futures-task-0.3.30 \
- futures-util-0.3.30 \
+ fs4-0.13.0 \
+ futures-0.3.31 \
+ futures-channel-0.3.31 \
+ futures-core-0.3.31 \
+ futures-executor-0.3.31 \
+ futures-io-0.3.31 \
+ futures-macro-0.3.31 \
+ futures-sink-0.3.31 \
+ futures-task-0.3.31 \
+ futures-util-0.3.31 \
generic-array-0.14.7 \
gethostname-0.4.3 \
getrandom-0.2.15 \
- gimli-0.31.0 \
- glob-0.3.1 \
+ getrandom-0.3.1 \
+ gimli-0.31.1 \
+ glob-0.3.2 \
group-0.12.1 \
h2-0.3.26 \
- h2-0.4.6 \
+ h2-0.4.8 \
half-2.4.1 \
halfbrown-0.2.5 \
hash_hasher-2.0.3 \
hashbrown-0.14.5 \
- heck-0.4.1 \
+ hashbrown-0.15.2 \
heck-0.5.0 \
- hermit-abi-0.3.9 \
hermit-abi-0.4.0 \
hex-0.4.3 \
hmac-0.12.1 \
- home-0.5.9 \
+ home-0.5.11 \
http-0.2.12 \
- http-1.1.0 \
+ http-1.2.0 \
http-body-0.4.6 \
http-body-1.0.1 \
http-body-util-0.1.2 \
- httparse-1.9.5 \
+ httparse-1.10.1 \
httpdate-1.0.3 \
humantime-2.1.0 \
- hyper-0.14.30 \
- hyper-1.4.1 \
+ hyper-0.14.32 \
+ hyper-1.6.0 \
hyper-rustls-0.24.2 \
- hyper-rustls-0.27.3 \
- hyper-util-0.1.9 \
+ hyper-rustls-0.27.5 \
+ hyper-tls-0.6.0 \
+ hyper-util-0.1.10 \
iana-time-zone-0.1.61 \
iana-time-zone-haiku-0.1.2 \
- idna-0.5.0 \
- indexmap-2.5.0 \
- indoc-2.0.5 \
- inventory-0.3.15 \
- ipnet-2.10.0 \
- is-terminal-0.4.13 \
+ 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 \
+ indoc-2.0.6 \
+ inventory-0.3.20 \
+ ipnet-2.11.0 \
+ is-terminal-0.4.15 \
itertools-0.10.5 \
- itertools-0.13.0 \
- itoa-1.0.11 \
- itoap-1.0.1 \
- jemalloc-sys-0.5.4+5.3.0-patched \
- jemallocator-0.5.4 \
+ itertools-0.14.0 \
+ itoa-1.0.15 \
jobserver-0.1.32 \
- js-sys-0.3.70 \
+ js-sys-0.3.77 \
jsonpath_lib_polars_vendor-0.0.1 \
lazy_static-1.5.0 \
- libc-0.2.159 \
+ libc-0.2.170 \
libflate-1.4.0 \
libflate-2.1.0 \
libflate_lz77-1.2.0 \
libflate_lz77-2.1.0 \
- libloading-0.8.5 \
- libm-0.2.8 \
+ libloading-0.8.6 \
+ libm-0.2.11 \
libmimalloc-sys-0.1.39 \
- libz-ng-sys-1.1.16 \
- linux-raw-sys-0.4.14 \
+ libz-rs-sys-0.4.2 \
+ linux-raw-sys-0.4.15 \
+ litemap-0.7.5 \
lock_api-0.4.12 \
- log-0.4.22 \
- lru-0.12.4 \
- lz4-1.28.0 \
+ log-0.4.26 \
+ lru-0.12.5 \
+ lz4-1.28.1 \
lz4-sys-1.11.1+lz4-1.10.0 \
lz4_flex-0.11.3 \
matrixmultiply-0.3.9 \
md-5-0.10.6 \
memchr-2.7.4 \
- memmap2-0.7.1 \
+ memmap2-0.9.5 \
memoffset-0.9.1 \
mimalloc-0.1.43 \
mime-0.3.17 \
- miniz_oxide-0.8.0 \
- mio-1.0.2 \
- multiversion-0.7.4 \
- multiversion-macros-0.7.4 \
- ndarray-0.15.6 \
+ miniz_oxide-0.8.5 \
+ mio-1.0.3 \
+ native-tls-0.2.14 \
+ ndarray-0.16.1 \
now-0.1.3 \
ntapi-0.4.1 \
- num-0.4.3 \
num-bigint-0.4.6 \
num-complex-0.4.6 \
num-conv-0.1.0 \
num-integer-0.1.46 \
- num-iter-0.1.45 \
- num-rational-0.4.2 \
num-traits-0.2.19 \
+ numpy-0.24.0 \
objc-sys-0.3.5 \
objc2-0.5.2 \
objc2-app-kit-0.2.2 \
objc2-core-data-0.2.2 \
objc2-core-image-0.2.2 \
- objc2-encode-4.0.3 \
+ objc2-encode-4.1.0 \
objc2-foundation-0.2.2 \
objc2-metal-0.2.2 \
objc2-quartz-core-0.2.2 \
- object-0.36.4 \
- object_store-0.10.2 \
- once_cell-1.20.1 \
+ object-0.36.7 \
+ object_store-0.12.0 \
+ once_cell-1.20.3 \
oorandom-11.1.4 \
- openssl-probe-0.1.5 \
- outref-0.5.1 \
+ openssl-0.10.72 \
+ openssl-macros-0.1.1 \
+ openssl-probe-0.1.6 \
+ openssl-sys-0.9.107 \
+ outref-0.5.2 \
p256-0.11.1 \
+ parking-2.2.1 \
parking_lot-0.12.3 \
parking_lot_core-0.9.10 \
- parquet-format-safe-0.2.4 \
parse-zoneinfo-0.3.1 \
+ paste-1.0.15 \
percent-encoding-2.3.1 \
- phf-0.11.2 \
- phf_codegen-0.11.2 \
- phf_generator-0.11.2 \
- phf_shared-0.11.2 \
- pin-project-lite-0.2.14 \
+ phf-0.11.3 \
+ phf_codegen-0.11.3 \
+ phf_generator-0.11.3 \
+ phf_shared-0.11.3 \
+ pin-project-lite-0.2.16 \
pin-utils-0.1.0 \
pkcs8-0.9.0 \
- pkg-config-0.3.31 \
+ pkg-config-0.3.32 \
planus-0.3.1 \
plotters-0.3.7 \
plotters-backend-0.3.7 \
plotters-svg-0.3.7 \
polars-arrow-format-0.1.0 \
- portable-atomic-1.9.0 \
+ polars-parquet-format-0.1.0 \
+ portable-atomic-1.11.0 \
+ portable-atomic-util-0.2.4 \
powerfmt-0.2.0 \
ppv-lite86-0.2.20 \
- proc-macro2-1.0.86 \
- proptest-1.5.0 \
+ proc-macro2-1.0.94 \
+ proptest-1.6.0 \
prost-0.11.9 \
prost-derive-0.11.9 \
- psm-0.1.23 \
- pyo3-0.21.2 \
- pyo3-build-config-0.21.2 \
- pyo3-ffi-0.21.2 \
- pyo3-macros-0.21.2 \
- pyo3-macros-backend-0.21.2 \
- quad-rand-0.2.2 \
- quick-xml-0.36.2 \
+ psm-0.1.25 \
+ pyo3-0.24.2 \
+ pyo3-build-config-0.24.2 \
+ pyo3-ffi-0.24.2 \
+ pyo3-macros-0.24.2 \
+ pyo3-macros-backend-0.24.2 \
+ quad-rand-0.2.3 \
+ quick-xml-0.37.2 \
quickcheck-1.0.3 \
- quinn-0.11.5 \
- quinn-proto-0.11.8 \
- quinn-udp-0.5.5 \
- quote-1.0.37 \
+ quinn-0.11.6 \
+ quinn-proto-0.11.9 \
+ quinn-udp-0.5.10 \
+ quote-1.0.39 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
rand_distr-0.4.3 \
rand_regex-0.15.1 \
rand_xorshift-0.3.0 \
- raw-cpuid-11.1.0 \
+ raw-cpuid-11.5.0 \
rawpointer-0.2.1 \
rayon-1.10.0 \
rayon-core-1.12.1 \
recursive-0.1.1 \
recursive-proc-macro-impl-0.1.1 \
- redox_syscall-0.5.7 \
- ref-cast-1.0.23 \
- ref-cast-impl-1.0.23 \
- regex-1.11.0 \
- regex-automata-0.4.8 \
+ redox_syscall-0.5.10 \
+ ref-cast-1.0.24 \
+ ref-cast-impl-1.0.24 \
+ regex-1.11.1 \
+ regex-automata-0.4.9 \
regex-lite-0.1.6 \
regex-syntax-0.6.29 \
regex-syntax-0.8.5 \
- reqwest-0.12.8 \
+ reqwest-0.12.12 \
rfc6979-0.3.1 \
- ring-0.17.8 \
+ ring-0.17.13 \
rle-decode-fast-1.0.3 \
+ rmp-0.8.14 \
+ rmp-serde-1.3.0 \
rustc-demangle-0.1.24 \
- rustc-hash-1.1.0 \
- rustc-hash-2.0.0 \
+ rustc-hash-2.1.1 \
rustc_version-0.4.1 \
- rustix-0.38.37 \
+ rustix-0.38.44 \
rustls-0.21.12 \
- rustls-0.23.13 \
+ rustls-0.23.23 \
rustls-native-certs-0.6.3 \
- rustls-native-certs-0.8.0 \
+ rustls-native-certs-0.8.1 \
rustls-pemfile-1.0.4 \
rustls-pemfile-2.2.0 \
- rustls-pki-types-1.9.0 \
+ rustls-pki-types-1.11.0 \
rustls-webpki-0.101.7 \
rustls-webpki-0.102.8 \
- rustversion-1.0.17 \
- ryu-1.0.18 \
+ rustversion-1.0.20 \
+ ryu-1.0.20 \
same-file-1.0.6 \
sample-arrow2-0.17.2 \
sample-std-0.2.1 \
sample-test-0.2.1 \
sample-test-macros-0.2.1 \
- schannel-0.1.24 \
+ schannel-0.1.27 \
scopeguard-1.2.0 \
sct-0.7.1 \
sec1-0.3.0 \
security-framework-2.11.1 \
- security-framework-sys-2.12.0 \
- semver-1.0.23 \
- serde-1.0.210 \
- serde_bytes-0.11.15 \
- serde_derive-1.0.210 \
- serde_json-1.0.128 \
+ security-framework-3.2.0 \
+ security-framework-sys-2.14.0 \
+ semver-1.0.26 \
+ serde-1.0.218 \
+ serde_bytes-0.11.16 \
+ serde_derive-1.0.218 \
+ serde_json-1.0.140 \
serde_urlencoded-0.7.1 \
sha1-0.10.6 \
sha2-0.10.8 \
shlex-1.3.0 \
+ signal-hook-0.3.17 \
signal-hook-registry-1.4.2 \
signature-1.6.4 \
- simd-json-0.14.0 \
+ simd-json-0.14.3 \
simdutf8-0.1.5 \
- siphasher-0.3.11 \
+ siphasher-1.0.1 \
+ skiplist-0.5.1 \
slab-0.4.9 \
slotmap-1.0.7 \
- smallvec-1.13.2 \
- snafu-0.7.5 \
- snafu-derive-0.7.5 \
+ smallvec-1.14.0 \
snap-1.1.1 \
- socket2-0.5.7 \
- spin-0.9.8 \
+ socket2-0.5.8 \
spki-0.6.0 \
- sqlparser-0.49.0 \
- stacker-0.1.17 \
+ sqlparser-0.53.0 \
+ stable_deref_trait-1.2.0 \
+ stacker-0.1.19 \
static_assertions-1.1.0 \
streaming-decompression-0.1.2 \
streaming-iterator-0.1.9 \
@@ -405,61 +426,70 @@ CARGO_CRATES= addr2line-0.24.1 \
strum_macros-0.26.4 \
subtle-2.6.1 \
syn-1.0.109 \
- syn-2.0.79 \
- sync_wrapper-1.0.1 \
- sysinfo-0.31.4 \
- target-features-0.1.6 \
- target-lexicon-0.12.16 \
- tempfile-3.13.0 \
- thiserror-1.0.64 \
- thiserror-impl-1.0.64 \
- time-0.3.36 \
- time-core-0.1.2 \
- time-macros-0.2.18 \
- tiny-keccak-2.0.2 \
+ syn-2.0.99 \
+ sync_wrapper-1.0.2 \
+ synstructure-0.13.1 \
+ sysinfo-0.33.1 \
+ target-lexicon-0.13.2 \
+ tempfile-3.17.1 \
+ thiserror-1.0.69 \
+ thiserror-2.0.12 \
+ thiserror-impl-1.0.69 \
+ thiserror-impl-2.0.12 \
+ time-0.3.38 \
+ time-core-0.1.3 \
+ time-macros-0.2.20 \
+ tinystr-0.7.6 \
tinytemplate-1.2.1 \
- tinyvec-1.8.0 \
+ tinyvec-1.9.0 \
tinyvec_macros-0.1.1 \
- tokio-1.40.0 \
- tokio-macros-2.4.0 \
+ tokio-1.44.2 \
+ tokio-macros-2.5.0 \
+ tokio-native-tls-0.3.1 \
tokio-rustls-0.24.1 \
- tokio-rustls-0.26.0 \
- tokio-util-0.7.12 \
+ tokio-rustls-0.26.2 \
+ tokio-util-0.7.13 \
+ tower-0.5.2 \
+ tower-layer-0.3.3 \
tower-service-0.3.3 \
- tracing-0.1.40 \
- tracing-attributes-0.1.27 \
- tracing-core-0.1.32 \
+ tracing-0.1.41 \
+ tracing-attributes-0.1.28 \
+ tracing-core-0.1.33 \
try-lock-0.2.5 \
twox-hash-1.6.3 \
typed-builder-0.19.1 \
typed-builder-macro-0.19.1 \
- typenum-1.17.0 \
+ typenum-1.18.0 \
unarray-0.1.4 \
- unicode-bidi-0.3.15 \
- unicode-ident-1.0.13 \
+ unicode-ident-1.0.18 \
unicode-normalization-0.1.24 \
unicode-reverse-1.0.9 \
unicode-segmentation-1.12.0 \
- unicode-width-0.1.14 \
- unindent-0.2.3 \
+ unicode-width-0.2.0 \
+ unindent-0.2.4 \
untrusted-0.9.0 \
- url-2.5.2 \
+ url-2.5.4 \
urlencoding-2.1.3 \
- uuid-1.10.0 \
- value-trait-0.10.0 \
+ utf16_iter-1.0.5 \
+ utf8_iter-1.0.4 \
+ uuid-1.15.1 \
+ value-trait-0.10.1 \
+ vcpkg-0.2.15 \
version_check-0.9.5 \
vsimd-0.8.0 \
walkdir-2.5.0 \
want-0.3.1 \
wasi-0.11.0+wasi-snapshot-preview1 \
- wasm-bindgen-0.2.93 \
- wasm-bindgen-backend-0.2.93 \
- wasm-bindgen-futures-0.4.43 \
- wasm-bindgen-macro-0.2.93 \
- wasm-bindgen-macro-support-0.2.93 \
- wasm-bindgen-shared-0.2.93 \
- wasm-streams-0.4.1 \
- web-sys-0.3.70 \
+ wasi-0.13.3+wasi-0.2.2 \
+ wasm-bindgen-0.2.100 \
+ wasm-bindgen-backend-0.2.100 \
+ wasm-bindgen-futures-0.4.50 \
+ wasm-bindgen-macro-0.2.100 \
+ wasm-bindgen-macro-support-0.2.100 \
+ wasm-bindgen-shared-0.2.100 \
+ wasm-streams-0.4.2 \
+ web-sys-0.3.77 \
+ web-time-1.1.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.9 \
@@ -469,6 +499,7 @@ CARGO_CRATES= addr2line-0.24.1 \
windows-core-0.57.0 \
windows-implement-0.57.0 \
windows-interface-0.57.0 \
+ windows-link-0.1.0 \
windows-registry-0.2.0 \
windows-result-0.1.2 \
windows-result-0.2.0 \
@@ -492,17 +523,26 @@ CARGO_CRATES= addr2line-0.24.1 \
windows_x86_64_gnullvm-0.52.6 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.6 \
+ wit-bindgen-rt-0.33.0 \
+ write16-1.0.0 \
+ writeable-0.5.5 \
x11rb-0.13.1 \
x11rb-protocol-0.13.1 \
xmlparser-0.13.6 \
- xxhash-rust-0.8.12 \
+ xxhash-rust-0.8.15 \
+ yoke-0.7.5 \
+ yoke-derive-0.7.5 \
zerocopy-0.7.35 \
zerocopy-derive-0.7.35 \
+ zerofrom-0.1.6 \
+ zerofrom-derive-0.1.6 \
zeroize-1.8.1 \
- zstd-0.13.2 \
- zstd-safe-7.2.1 \
- zstd-sys-2.0.13+zstd.1.5.6 \
- numpy@git+https://github.com/stinodego/rust-numpy.git?rev=9ba9962ae57ba26e35babdce6f179edf5fe5b9c8\#9ba9962ae57ba26e35babdce6f179edf5fe5b9c8
+ zerovec-0.10.4 \
+ zerovec-derive-0.10.3 \
+ zlib-rs-0.4.2 \
+ zstd-0.13.3 \
+ zstd-safe-7.2.3 \
+ zstd-sys-2.0.14+zstd.1.5.7
CARGO_BUILD= no
CARGO_INSTALL= no
@@ -516,6 +556,12 @@ TEST_WRKSRC= ${WRKSRC}/tests
PORTSCOUT= limit:^py-
+post-patch: # see https://github.com/pola-rs/polars/issues/22679
+ @${REINPLACE_CMD} -e " \
+ s|\[patch.crates-io\]|#[patch.crates-io]|; \
+ s|tikv-jemallocator = |#tikv-jemallocator = |" \
+ ${WRKSRC}/../Cargo.toml
+
# tests fail to run with circular dependencies
.include <bsd.port.mk>