git: 9a37c30322e6 - main - databases/py-deltalake: New port: Native Delta Lake Python binding based on delta-rs

Yuri Victorovich <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a37c30322e6311410d9ea3d6c30b1e563a4c733

commit 9a37c30322e6311410d9ea3d6c30b1e563a4c733
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-01 05:34:01 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-01 06:50:04 +0000

    databases/py-deltalake: New port: Native Delta Lake Python binding based on delta-rs
---
 databases/Makefile                            |    1 +
 databases/py-deltalake/Makefile               |  854 +++++++++++++
 databases/py-deltalake/distinfo               | 1647 +++++++++++++++++++++++++
 databases/py-deltalake/files/patch-Cargo.toml |   31 +
 databases/py-deltalake/files/patch-src_lib.rs |   20 +
 databases/py-deltalake/pkg-descr              |    3 +
 6 files changed, 2556 insertions(+)

diff --git a/databases/Makefile b/databases/Makefile
index 01f53bae3f06..8421a9a0e7b7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -784,6 +784,7 @@
     SUBDIR += py-dbt-semantic-interfaces
     SUBDIR += py-dbt-snowflake
     SUBDIR += py-dbutils
+    SUBDIR += py-deltalake
     SUBDIR += py-duckdb
     SUBDIR += py-duckdb_engine
     SUBDIR += py-fakeredis
diff --git a/databases/py-deltalake/Makefile b/databases/py-deltalake/Makefile
new file mode 100644
index 000000000000..133a3ebc2d51
--- /dev/null
+++ b/databases/py-deltalake/Makefile
@@ -0,0 +1,854 @@
+PORTNAME=	deltalake
+DISTVERSIONPREFIX=	python-v
+DISTVERSION=	1.6.2
+CATEGORIES=	databases python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	[email protected]
+COMMENT=	Native Delta Lake Python binding based on delta-rs
+WWW=		https://delta-io.github.io/delta-rs/ \
+		https://github.com/delta-io/delta-rs
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}maturin>=1,<2:devel/py-maturin@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arro3-core>=0.5.0:devel/py-arro3-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}deprecated>=1.2.18:devel/py-deprecated@${PY_FLAVOR}
+
+USES=		cargo python
+USE_PYTHON=	autoplist concurrent pep517
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	delta-io
+GH_PROJECT=	delta-rs
+
+WRKSRC=		${WRKDIR}/${GH_PROJECT}-${DISTVERSIONFULL}/python
+
+CARGO_BUILD=	no
+CARGO_INSTALL=	no
+CARGO_TEST=	no
+
+CARGO_CRATES=	RustyXML-0.3.0 \
+		adler2-2.0.1 \
+		aes-0.8.4 \
+		ahash-0.8.12 \
+		aho-corasick-1.1.4 \
+		alloc-no-stdlib-2.0.4 \
+		alloc-stdlib-0.2.2 \
+		allocator-api2-0.2.21 \
+		android_system_properties-0.1.5 \
+		anes-0.1.6 \
+		anstream-1.0.0 \
+		anstyle-1.0.14 \
+		anstyle-parse-1.0.0 \
+		anstyle-query-1.1.5 \
+		anstyle-wincon-3.0.11 \
+		anyhow-1.0.104 \
+		approx-0.5.1 \
+		ar_archive_writer-0.5.3 \
+		arc-swap-1.9.2 \
+		arrayref-0.3.9 \
+		arrayvec-0.7.8 \
+		arrow-58.4.0 \
+		arrow-arith-58.4.0 \
+		arrow-array-58.4.0 \
+		arrow-buffer-58.4.0 \
+		arrow-cast-58.4.0 \
+		arrow-csv-58.4.0 \
+		arrow-data-58.4.0 \
+		arrow-ipc-58.4.0 \
+		arrow-json-58.4.0 \
+		arrow-ord-58.4.0 \
+		arrow-pyarrow-58.4.0 \
+		arrow-row-58.4.0 \
+		arrow-schema-58.4.0 \
+		arrow-select-58.4.0 \
+		arrow-string-58.4.0 \
+		assert-json-diff-2.0.2 \
+		async-channel-1.9.0 \
+		async-channel-2.5.0 \
+		async-compression-0.4.43 \
+		async-executor-1.14.0 \
+		async-ffi-0.5.1 \
+		async-global-executor-2.4.1 \
+		async-io-2.6.0 \
+		async-lock-3.4.2 \
+		async-object-pool-0.2.0 \
+		async-std-1.13.2 \
+		async-task-4.7.1 \
+		async-trait-0.1.91 \
+		atoi-2.0.0 \
+		atomic-waker-1.1.2 \
+		autocfg-1.5.1 \
+		awaitable-0.4.0 \
+		awaitable-error-0.1.0 \
+		aws-config-1.8.18 \
+		aws-credential-types-1.2.14 \
+		aws-lc-rs-1.17.3 \
+		aws-lc-sys-0.43.0 \
+		aws-runtime-1.7.5 \
+		aws-sdk-glue-1.153.0 \
+		aws-sdk-sso-1.102.0 \
+		aws-sdk-ssooidc-1.104.0 \
+		aws-sdk-sts-1.107.0 \
+		aws-sigv4-1.4.5 \
+		aws-smithy-async-1.2.14 \
+		aws-smithy-http-0.63.6 \
+		aws-smithy-http-client-1.1.13 \
+		aws-smithy-json-0.62.7 \
+		aws-smithy-observability-0.2.6 \
+		aws-smithy-query-0.60.15 \
+		aws-smithy-runtime-1.11.3 \
+		aws-smithy-runtime-api-1.12.3 \
+		aws-smithy-runtime-api-macros-1.0.0 \
+		aws-smithy-schema-0.1.0 \
+		aws-smithy-types-1.5.0 \
+		aws-smithy-xml-0.60.15 \
+		aws-types-1.3.16 \
+		azure_core-0.21.0 \
+		azure_storage-0.21.0 \
+		azure_storage_blobs-0.21.0 \
+		azure_svc_blobstorage-0.21.0 \
+		base64-0.13.1 \
+		base64-0.22.1 \
+		base64-simd-0.8.0 \
+		base64ct-1.8.3 \
+		bigdecimal-0.4.10 \
+		bincode-1.3.3 \
+		bitflags-1.3.2 \
+		bitflags-2.13.1 \
+		blake2-0.10.6 \
+		blake3-1.8.5 \
+		block-buffer-0.10.4 \
+		block-buffer-0.12.1 \
+		block-padding-0.3.3 \
+		blocking-1.6.2 \
+		brotli-8.0.4 \
+		brotli-decompressor-5.0.1 \
+		bstr-1.13.0 \
+		bumpalo-3.20.3 \
+		bytemuck-1.25.2 \
+		byteorder-1.5.0 \
+		bytes-1.12.1 \
+		bytes-utils-0.1.4 \
+		bzip2-0.6.1 \
+		cast-0.3.0 \
+		cbc-0.1.2 \
+		cc-1.4.0 \
+		cfg-if-0.1.10 \
+		cfg-if-1.0.4 \
+		cfg_aliases-0.2.2 \
+		chacha20-0.10.1 \
+		chrono-0.4.45 \
+		chrono-tz-0.10.4 \
+		ciborium-0.2.2 \
+		ciborium-io-0.2.2 \
+		ciborium-ll-0.2.2 \
+		cipher-0.4.4 \
+		clap-4.6.5 \
+		clap_builder-4.6.5 \
+		clap_derive-4.6.4 \
+		clap_lex-1.1.0 \
+		cmake-0.1.58 \
+		cmov-0.5.4 \
+		cmsketch-0.2.4 \
+		colorchoice-1.0.5 \
+		colored-3.1.1 \
+		combine-4.6.7 \
+		comfy-table-7.2.2 \
+		compression-codecs-0.4.38 \
+		compression-core-0.4.32 \
+		concurrent-queue-2.5.0 \
+		concurrent_arena-0.1.11 \
+		condtype-1.3.0 \
+		const-oid-0.9.6 \
+		const-oid-0.10.2 \
+		const-random-0.1.18 \
+		const-random-macro-0.1.16 \
+		const-str-1.1.0 \
+		const_panic-0.2.15 \
+		constant_time_eq-0.4.2 \
+		convert_case-0.9.0 \
+		core-foundation-0.9.4 \
+		core-foundation-0.10.1 \
+		core-foundation-sys-0.8.7 \
+		core_affinity-0.8.3 \
+		countio-0.3.0 \
+		cpufeatures-0.2.17 \
+		cpufeatures-0.3.0 \
+		crc-3.4.0 \
+		crc-catalog-2.5.0 \
+		crc32c-0.6.8 \
+		crc32fast-1.5.0 \
+		criterion-0.5.1 \
+		criterion-plot-0.5.0 \
+		crossbeam-channel-0.5.16 \
+		crossbeam-deque-0.8.7 \
+		crossbeam-epoch-0.9.20 \
+		crossbeam-utils-0.8.22 \
+		crunchy-0.2.4 \
+		crypto-common-0.1.7 \
+		crypto-common-0.2.2 \
+		csv-1.4.0 \
+		csv-core-0.1.13 \
+		ctor-0.10.1 \
+		ctor-0.13.1 \
+		ctor-1.0.12 \
+		ctor-proc-macro-0.0.13 \
+		ctr-0.9.2 \
+		ctutils-0.4.2 \
+		darling-0.20.11 \
+		darling_core-0.20.11 \
+		darling_macro-0.20.11 \
+		dashmap-6.2.1 \
+		datafusion-54.1.0 \
+		datafusion-catalog-54.1.0 \
+		datafusion-catalog-listing-54.1.0 \
+		datafusion-common-54.1.0 \
+		datafusion-common-runtime-54.1.0 \
+		datafusion-datasource-54.1.0 \
+		datafusion-datasource-arrow-54.1.0 \
+		datafusion-datasource-csv-54.1.0 \
+		datafusion-datasource-json-54.1.0 \
+		datafusion-datasource-parquet-54.1.0 \
+		datafusion-doc-54.1.0 \
+		datafusion-execution-54.1.0 \
+		datafusion-expr-54.1.0 \
+		datafusion-expr-common-54.1.0 \
+		datafusion-ffi-54.1.0 \
+		datafusion-functions-54.1.0 \
+		datafusion-functions-aggregate-54.1.0 \
+		datafusion-functions-aggregate-common-54.1.0 \
+		datafusion-functions-nested-54.1.0 \
+		datafusion-functions-table-54.1.0 \
+		datafusion-functions-window-54.1.0 \
+		datafusion-functions-window-common-54.1.0 \
+		datafusion-macros-54.1.0 \
+		datafusion-optimizer-54.1.0 \
+		datafusion-physical-expr-54.1.0 \
+		datafusion-physical-expr-adapter-54.1.0 \
+		datafusion-physical-expr-common-54.1.0 \
+		datafusion-physical-optimizer-54.1.0 \
+		datafusion-physical-plan-54.1.0 \
+		datafusion-proto-54.1.0 \
+		datafusion-proto-common-54.1.0 \
+		datafusion-pruning-54.1.0 \
+		datafusion-session-54.1.0 \
+		datafusion-sql-54.1.0 \
+		defmt-1.1.1 \
+		defmt-macros-1.1.1 \
+		defmt-parser-1.0.0 \
+		der-0.7.10 \
+		deranged-0.5.8 \
+		derive_destructure2-0.1.3 \
+		des-0.8.1 \
+		diff-0.1.13 \
+		digest-0.10.7 \
+		digest-0.11.3 \
+		dirs-6.0.0 \
+		dirs-sys-0.5.0 \
+		displaydoc-0.2.7 \
+		divan-0.1.21 \
+		divan-macros-0.1.21 \
+		dlv-list-0.5.2 \
+		dns-lookup-3.0.1 \
+		dotenvy-0.15.7 \
+		dtor-0.8.1 \
+		dtor-proc-macro-0.0.13 \
+		dunce-1.0.5 \
+		dyn-clone-1.0.20 \
+		either-1.17.0 \
+		encoding_rs-0.8.35 \
+		env_filter-2.0.0 \
+		env_home-0.1.0 \
+		env_logger-0.10.2 \
+		env_logger-0.11.11 \
+		equivalent-1.0.2 \
+		errno-0.3.14 \
+		event-listener-2.5.3 \
+		event-listener-5.4.2 \
+		event-listener-strategy-0.5.4 \
+		fastant-0.1.11 \
+		fastpool-1.1.0 \
+		fastrand-1.9.0 \
+		fastrand-2.5.0 \
+		find-msvc-tools-0.1.9 \
+		fixedbitset-0.5.7 \
+		flatbuffers-25.12.19 \
+		flate2-1.1.9 \
+		fnv-1.0.7 \
+		foldhash-0.1.5 \
+		foldhash-0.2.0 \
+		foreign-types-0.3.2 \
+		foreign-types-shared-0.1.1 \
+		form_urlencoded-1.2.2 \
+		foyer-0.22.3 \
+		foyer-common-0.22.3 \
+		foyer-intrusive-collections-0.10.0-dev \
+		foyer-memory-0.22.3 \
+		foyer-storage-0.22.3 \
+		foyer-tokio-0.22.3 \
+		fs4-0.13.1 \
+		fs_extra-1.3.0 \
+		futures-0.3.33 \
+		futures-channel-0.3.33 \
+		futures-core-0.3.33 \
+		futures-executor-0.3.33 \
+		futures-io-0.3.33 \
+		futures-lite-1.13.0 \
+		futures-lite-2.6.1 \
+		futures-macro-0.3.33 \
+		futures-rustls-0.26.0 \
+		futures-sink-0.3.33 \
+		futures-task-0.3.33 \
+		futures-timer-3.0.4 \
+		futures-util-0.3.33 \
+		g2gen-1.2.2 \
+		g2p-1.2.2 \
+		g2poly-1.2.2 \
+		gearhash-0.1.3 \
+		generic-array-0.14.7 \
+		getrandom-0.1.16 \
+		getrandom-0.2.17 \
+		getrandom-0.3.4 \
+		getrandom-0.4.3 \
+		git-version-0.3.9 \
+		git-version-macro-0.3.9 \
+		glob-0.3.4 \
+		gloo-timers-0.3.0 \
+		h2-0.4.15 \
+		half-2.7.1 \
+		hashbrown-0.14.5 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.1 \
+		hashbrown-0.17.1 \
+		hdfs-native-0.13.5 \
+		hdfs-native-object-store-0.16.0 \
+		headers-0.4.1 \
+		headers-core-0.3.0 \
+		heapify-0.2.0 \
+		heck-0.5.0 \
+		hermit-abi-0.5.2 \
+		hex-0.4.3 \
+		hf-xet-1.5.4 \
+		hmac-0.12.1 \
+		hmac-0.13.0 \
+		http-0.2.12 \
+		http-1.5.0 \
+		http-body-0.4.6 \
+		http-body-1.1.0 \
+		http-body-util-0.1.4 \
+		http-types-2.12.0 \
+		httparse-1.10.1 \
+		httpdate-1.0.3 \
+		httpmock-0.8.3 \
+		humantime-2.4.0 \
+		hybrid-array-0.4.14 \
+		hyper-1.11.0 \
+		hyper-rustls-0.27.9 \
+		hyper-tls-0.6.0 \
+		hyper-util-0.1.20 \
+		iana-time-zone-0.1.65 \
+		iana-time-zone-haiku-0.1.2 \
+		icu_collections-2.2.0 \
+		icu_locale_core-2.2.0 \
+		icu_normalizer-2.2.0 \
+		icu_normalizer_data-2.2.0 \
+		icu_properties-2.2.0 \
+		icu_properties_data-2.2.0 \
+		icu_provider-2.2.0 \
+		ident_case-1.0.1 \
+		idna-1.1.0 \
+		idna_adapter-1.2.2 \
+		indexmap-2.14.0 \
+		infer-0.2.3 \
+		inout-0.1.4 \
+		instant-0.1.13 \
+		integer-encoding-3.0.4 \
+		io-uring-0.7.13 \
+		ipnet-2.12.0 \
+		is-terminal-0.4.17 \
+		is_terminal_polyfill-1.70.2 \
+		itertools-0.10.5 \
+		itertools-0.14.0 \
+		itertools-0.15.0 \
+		itoa-1.0.18 \
+		jiff-0.2.35 \
+		jiff-core-0.1.0 \
+		jiff-static-0.2.35 \
+		jiff-tzdb-0.1.8 \
+		jiff-tzdb-platform-0.1.3 \
+		jni-0.22.4 \
+		jni-macros-0.22.4 \
+		jni-sys-0.4.1 \
+		jni-sys-macros-0.4.1 \
+		jobserver-0.1.35 \
+		js-sys-0.3.103 \
+		konst-0.4.3 \
+		konst_proc_macros-0.4.1 \
+		kv-log-macro-1.0.7 \
+		lazy-regex-3.6.1 \
+		lazy-regex-proc_macros-3.6.1 \
+		lazy_static-1.5.0 \
+		lexical-core-1.0.6 \
+		lexical-parse-float-1.0.6 \
+		lexical-parse-integer-1.0.6 \
+		lexical-util-1.0.7 \
+		lexical-write-float-1.0.6 \
+		lexical-write-integer-1.0.6 \
+		libbz2-rs-sys-0.2.5 \
+		libc-0.2.189 \
+		libloading-0.9.0 \
+		liblzma-0.4.7 \
+		liblzma-sys-0.4.7 \
+		libm-0.2.16 \
+		libmimalloc-sys-0.1.49 \
+		libredox-0.1.18 \
+		link-section-0.2.1 \
+		link-section-0.13.1 \
+		link-section-0.19.2 \
+		linktime-proc-macro-0.1.0 \
+		linktime-proc-macro-0.2.2 \
+		linux-raw-sys-0.12.1 \
+		litemap-0.8.2 \
+		lock_api-0.4.14 \
+		log-0.4.33 \
+		lru-slab-0.1.2 \
+		lz4-1.28.1 \
+		lz4-sys-1.11.1+lz4-1.10.0 \
+		lz4_flex-0.13.1 \
+		maplit-1.0.2 \
+		matchers-0.2.0 \
+		matrixmultiply-0.3.11 \
+		md-5-0.10.6 \
+		md-5-0.11.0 \
+		mea-0.6.5 \
+		memchr-2.8.3 \
+		memoffset-0.9.1 \
+		mimalloc-0.1.52 \
+		mime-0.3.17 \
+		miniz_oxide-0.8.9 \
+		mio-1.2.2 \
+		mixtrics-0.2.5 \
+		mockito-1.7.2 \
+		moka-0.12.15 \
+		more-asserts-0.3.1 \
+		native-tls-0.2.18 \
+		ndarray-0.17.2 \
+		ntapi-0.4.3 \
+		nu-ansi-term-0.50.3 \
+		num-bigint-0.4.8 \
+		num-bigint-dig-0.8.6 \
+		num-complex-0.4.6 \
+		num-conv-0.2.2 \
+		num-derive-0.5.1 \
+		num-integer-0.1.46 \
+		num-iter-0.1.46 \
+		num-traits-0.2.19 \
+		num_cpus-1.17.0 \
+		numpy-0.28.0 \
+		objc2-core-foundation-0.3.2 \
+		objc2-io-kit-0.3.2 \
+		objc2-system-configuration-0.3.2 \
+		object-0.39.1 \
+		object_store-0.13.2 \
+		object_store_opendal-0.56.0 \
+		once_cell-1.21.4 \
+		once_cell_polyfill-1.70.2 \
+		oneshot-0.1.13 \
+		oorandom-11.1.5 \
+		opendal-0.56.0 \
+		opendal-core-0.56.0 \
+		opendal-service-azblob-0.56.0 \
+		opendal-service-azdls-0.56.0 \
+		opendal-service-azure-common-0.56.0 \
+		opendal-service-b2-0.56.0 \
+		opendal-service-cos-0.56.0 \
+		opendal-service-fs-0.56.0 \
+		opendal-service-ftp-0.56.0 \
+		opendal-service-gcs-0.56.0 \
+		opendal-service-hf-0.56.0 \
+		opendal-service-obs-0.56.0 \
+		opendal-service-oss-0.56.0 \
+		opendal-service-s3-0.56.0 \
+		opendal-service-sftp-0.56.0 \
+		opendal-service-swift-0.56.0 \
+		opendal-service-tos-0.56.0 \
+		opendal-service-webdav-0.56.0 \
+		opendal-service-webhdfs-0.56.0 \
+		openssh-0.11.6 \
+		openssh-sftp-client-0.15.7 \
+		openssh-sftp-client-lowlevel-0.7.2 \
+		openssh-sftp-error-0.5.1 \
+		openssh-sftp-protocol-0.24.2 \
+		openssh-sftp-protocol-error-0.1.1 \
+		openssl-0.10.81 \
+		openssl-macros-0.1.1 \
+		openssl-probe-0.2.1 \
+		openssl-sys-0.9.117 \
+		opentelemetry-0.31.0 \
+		opentelemetry-http-0.31.0 \
+		opentelemetry-otlp-0.31.1 \
+		opentelemetry-proto-0.31.0 \
+		opentelemetry_sdk-0.31.0 \
+		option-ext-0.2.0 \
+		ordered-float-2.10.1 \
+		ordered-multimap-0.7.3 \
+		os_str_bytes-6.6.1 \
+		outref-0.5.2 \
+		parking-2.2.1 \
+		parking_lot-0.12.5 \
+		parking_lot_core-0.9.12 \
+		parquet-58.4.0 \
+		parquet-variant-58.4.0 \
+		parquet-variant-compute-58.4.0 \
+		parquet-variant-json-58.4.0 \
+		paste-1.0.15 \
+		path-tree-0.8.3 \
+		pbkdf2-0.12.2 \
+		pem-3.0.6 \
+		pem-rfc7468-0.7.0 \
+		percent-encoding-2.3.2 \
+		percent-encoding-rfc3986-0.1.3 \
+		petgraph-0.8.3 \
+		phf-0.12.1 \
+		phf_shared-0.12.1 \
+		pin-project-1.1.13 \
+		pin-project-internal-1.1.13 \
+		pin-project-lite-0.2.17 \
+		pin-utils-0.1.0 \
+		piper-0.2.5 \
+		pkcs1-0.7.5 \
+		pkcs5-0.7.1 \
+		pkcs8-0.10.2 \
+		pkg-config-0.3.33 \
+		plain-0.2.3 \
+		plotters-0.3.7 \
+		plotters-backend-0.3.7 \
+		plotters-svg-0.3.7 \
+		polling-3.11.0 \
+		portable-atomic-1.14.0 \
+		portable-atomic-util-0.2.7 \
+		potential_utf-0.1.5 \
+		powerfmt-0.2.0 \
+		ppv-lite86-0.2.21 \
+		pretty_assertions-1.4.1 \
+		pretty_env_logger-0.5.0 \
+		proc-macro-crate-3.5.0 \
+		proc-macro-error-attr2-2.0.0 \
+		proc-macro-error2-2.0.1 \
+		proc-macro2-1.0.107 \
+		prost-0.14.4 \
+		prost-derive-0.14.4 \
+		prost-types-0.14.4 \
+		psm-0.1.31 \
+		pyo3-0.28.3 \
+		pyo3-arrow-0.17.0 \
+		pyo3-build-config-0.28.3 \
+		pyo3-ffi-0.28.3 \
+		pyo3-macros-0.28.3 \
+		pyo3-macros-backend-0.28.3 \
+		quick-xml-0.31.0 \
+		quick-xml-0.38.4 \
+		quick-xml-0.39.4 \
+		quick-xml-0.41.0 \
+		quinn-0.11.11 \
+		quinn-proto-0.11.16 \
+		quinn-udp-0.5.15 \
+		quote-1.0.47 \
+		r-efi-5.3.0 \
+		r-efi-6.0.0 \
+		rand-0.7.3 \
+		rand-0.8.7 \
+		rand-0.9.5 \
+		rand-0.10.2 \
+		rand_chacha-0.2.2 \
+		rand_chacha-0.3.1 \
+		rand_chacha-0.9.0 \
+		rand_core-0.5.1 \
+		rand_core-0.6.4 \
+		rand_core-0.9.5 \
+		rand_core-0.10.1 \
+		rand_hc-0.2.0 \
+		rand_pcg-0.10.2 \
+		rawpointer-0.2.1 \
+		rayon-1.12.0 \
+		rayon-core-1.13.0 \
+		recursive-0.1.1 \
+		recursive-proc-macro-impl-0.1.1 \
+		redb-3.1.3 \
+		redox_syscall-0.5.18 \
+		redox_syscall-0.9.1 \
+		redox_users-0.5.2 \
+		regex-1.13.1 \
+		regex-automata-0.4.16 \
+		regex-lite-0.1.9 \
+		regex-syntax-0.8.11 \
+		relative-path-1.9.3 \
+		reqsign-aliyun-oss-3.1.2 \
+		reqsign-aws-v4-3.0.3 \
+		reqsign-azure-storage-3.1.1 \
+		reqsign-core-3.2.0 \
+		reqsign-file-read-tokio-3.0.3 \
+		reqsign-google-3.0.3 \
+		reqsign-huaweicloud-obs-3.0.3 \
+		reqsign-tencent-cos-3.0.3 \
+		reqwest-0.12.28 \
+		reqwest-0.13.4 \
+		reqwest-middleware-0.5.2 \
+		reqwest-retry-0.9.1 \
+		retry-policies-0.5.2 \
+		ring-0.17.14 \
+		roaring-0.11.4 \
+		roxmltree-0.21.1 \
+		rsa-0.9.10 \
+		rstest-0.26.1 \
+		rstest_macros-0.26.1 \
+		rust-ini-0.21.3 \
+		rustc-hash-2.1.3 \
+		rustc_version-0.4.1 \
+		rustix-1.1.4 \
+		rustls-0.23.43 \
+		rustls-native-certs-0.8.4 \
+		rustls-pki-types-1.15.1 \
+		rustls-platform-verifier-0.7.0 \
+		rustls-platform-verifier-android-0.1.1 \
+		rustls-webpki-0.103.13 \
+		rustversion-1.0.23 \
+		ryu-1.0.23 \
+		safe-transmute-0.11.3 \
+		salsa20-0.10.2 \
+		same-file-1.0.6 \
+		schannel-0.1.29 \
+		scopeguard-1.2.0 \
+		scrypt-0.11.0 \
+		security-framework-3.7.0 \
+		security-framework-sys-2.17.0 \
+		semver-1.0.28 \
+		seq-macro-0.3.6 \
+		serde-1.0.229 \
+		serde_core-1.0.229 \
+		serde_derive-1.0.229 \
+		serde_json-1.0.151 \
+		serde_qs-0.8.5 \
+		serde_regex-1.2.0 \
+		serde_repr-0.1.21 \
+		serde_urlencoded-0.7.1 \
+		serial_test-3.5.0 \
+		serial_test_derive-3.5.0 \
+		sha1-0.10.7 \
+		sha1-0.11.0 \
+		sha2-0.10.9 \
+		sha2-0.11.0 \
+		sha2-const-stable-0.1.0 \
+		sharded-slab-0.1.7 \
+		shell-escape-0.1.5 \
+		shellexpand-3.1.2 \
+		shlex-2.0.1 \
+		signal-hook-registry-1.4.8 \
+		signature-2.2.0 \
+		simd-adler32-0.3.10 \
+		simd_cesu8-1.2.0 \
+		simdutf8-0.1.5 \
+		similar-2.7.0 \
+		siphasher-1.0.3 \
+		slab-0.4.12 \
+		small_ctor-0.1.2 \
+		smallvec-1.15.2 \
+		snap-1.1.2 \
+		socket2-0.6.5 \
+		spin-0.9.9 \
+		spki-0.7.3 \
+		sqlparser-0.61.0 \
+		sqlparser-0.62.0 \
+		sqlparser_derive-0.5.0 \
+		ssh_format-0.14.1 \
+		ssh_format_error-0.1.0 \
+		stabby-72.1.16 \
+		stabby-abi-72.1.16 \
+		stabby-macros-72.1.16 \
+		stable_deref_trait-1.2.1 \
+		stacker-0.1.24 \
+		static_assertions-1.1.0 \
+		statrs-0.18.0 \
+		stringmetrics-2.2.2 \
+		strsim-0.11.1 \
+		strum-0.27.2 \
+		strum_macros-0.27.2 \
+		subtle-2.6.1 \
+		suppaftp-6.3.0 \
+		symlink-0.1.0 \
+		syn-2.0.119 \
+		syn-3.0.3 \
+		sync_wrapper-1.0.2 \
+		synstructure-0.13.2 \
+		sysinfo-0.38.4 \
+		system-configuration-0.7.0 \
+		system-configuration-sys-0.6.0 \
+		tabwriter-1.4.1 \
+		tagptr-0.2.0 \
+		target-lexicon-0.13.5 \
+		tempfile-3.27.0 \
+		termcolor-1.4.1 \
+		terminal_size-0.4.4 \
+		thin-vec-0.2.19 \
+		thiserror-1.0.69 \
+		thiserror-2.0.19 \
+		thiserror-impl-1.0.69 \
+		thiserror-impl-2.0.19 \
+		thread_local-1.1.10 \
+		thrift-0.17.0 \
+		tikv-jemalloc-sys-0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8 \
+		tikv-jemallocator-0.7.0 \
+		time-0.3.47 \
+		time-core-0.1.8 \
+		time-macros-0.2.27 \
+		tiny-keccak-2.0.2 \
+		tinystr-0.8.3 \
+		tinytemplate-1.2.1 \
+		tinyvec-1.12.0 \
+		tinyvec_macros-0.1.1 \
+		tokio-1.53.1 \
+		tokio-io-utility-0.7.6 \
+		tokio-macros-2.7.2 \
+		tokio-native-tls-0.3.1 \
+		tokio-retry-0.3.2 \
+		tokio-rustls-0.26.4 \
+		tokio-stream-0.1.19 \
+		tokio-test-0.4.5 \
+		tokio-util-0.7.19 \
+		tokio_with_wasm-0.8.8 \
+		tokio_with_wasm_proc-0.8.8 \
+		toml_datetime-1.1.1+spec-1.1.0 \
+		toml_edit-0.25.13+spec-1.1.0 \
+		toml_parser-1.1.3+spec-1.1.0 \
+		tonic-0.14.6 \
+		tonic-prost-0.14.6 \
+		tower-0.5.3 \
+		tower-http-0.6.11 \
+		tower-layer-0.3.3 \
+		tower-service-0.3.3 \
+		tracing-0.1.44 \
+		tracing-appender-0.2.5 \
+		tracing-attributes-0.1.31 \
+		tracing-core-0.1.36 \
+		tracing-log-0.2.0 \
+		tracing-opentelemetry-0.32.1 \
+		tracing-serde-0.2.0 \
+		tracing-subscriber-0.3.23 \
+		triomphe-0.1.16 \
+		try-lock-0.2.5 \
+		twox-hash-2.1.3 \
+		typed-builder-0.23.2 \
+		typed-builder-macro-0.23.2 \
+		typenum-1.20.1 \
+		typewit-1.15.2 \
+		unicode-ident-1.0.24 \
+		unicode-segmentation-1.13.3 \
+		unicode-width-0.2.2 \
+		untrusted-0.9.0 \
+		url-2.5.8 \
+		urlencoding-2.1.3 \
+		utf8_iter-1.0.4 \
+		utf8parse-0.2.2 \
+		uuid-1.24.0 \
+		validator-0.19.0 \
+		validator_derive-0.19.0 \
+		valuable-0.1.1 \
+		value-bag-1.13.2 \
+		vcpkg-0.2.15 \
+		vec-strings-0.4.8 \
+		version_check-0.9.5 \
+		vsimd-0.8.0 \
+		waker-fn-1.2.0 \
+		walkdir-2.5.0 \
+		want-0.3.1 \
+		wasi-0.9.0+wasi-snapshot-preview1 \
+		wasi-0.11.1+wasi-snapshot-preview1 \
+		wasi-0.14.7+wasi-0.2.4 \
+		wasip2-1.0.4+wasi-0.2.12 \
+		wasite-0.1.0 \
+		wasite-1.0.2 \
+		wasm-bindgen-0.2.126 \
+		wasm-bindgen-futures-0.4.76 \
+		wasm-bindgen-macro-0.2.126 \
+		wasm-bindgen-macro-support-0.2.126 \
+		wasm-bindgen-shared-0.2.126 \
+		wasm-streams-0.4.2 \
+		wasm-streams-0.5.0 \
+		wasmtimer-0.4.3 \
+		web-sys-0.3.103 \
+		web-time-1.1.0 \
+		webpki-root-certs-1.0.9 \
+		which-7.0.3 \
+		which-8.0.5 \
+		whoami-1.6.1 \
+		whoami-2.1.2 \
+		winapi-0.3.9 \
+		winapi-i686-pc-windows-gnu-0.4.0 \
+		winapi-util-0.1.11 \
+		winapi-x86_64-pc-windows-gnu-0.4.0 \
+		windows-0.62.2 \
+		windows-collections-0.3.2 \
+		windows-core-0.62.2 \
+		windows-future-0.3.2 \
+		windows-implement-0.60.2 \
+		windows-interface-0.59.3 \
+		windows-link-0.2.1 \
+		windows-numerics-0.3.1 \
+		windows-registry-0.6.1 \
+		windows-result-0.4.1 \
+		windows-strings-0.5.1 \
+		windows-sys-0.52.0 \
+		windows-sys-0.59.0 \
+		windows-sys-0.60.2 \
+		windows-sys-0.61.2 \
+		windows-targets-0.52.6 \
+		windows-targets-0.53.5 \
+		windows-threading-0.2.1 \
+		windows_aarch64_gnullvm-0.52.6 \
+		windows_aarch64_gnullvm-0.53.1 \
+		windows_aarch64_msvc-0.52.6 \
+		windows_aarch64_msvc-0.53.1 \
+		windows_i686_gnu-0.52.6 \
+		windows_i686_gnu-0.53.1 \
+		windows_i686_gnullvm-0.52.6 \
+		windows_i686_gnullvm-0.53.1 \
+		windows_i686_msvc-0.52.6 \
+		windows_i686_msvc-0.53.1 \
+		windows_x86_64_gnu-0.52.6 \
+		windows_x86_64_gnu-0.53.1 \
+		windows_x86_64_gnullvm-0.52.6 \
+		windows_x86_64_gnullvm-0.53.1 \
+		windows_x86_64_msvc-0.52.6 \
+		windows_x86_64_msvc-0.53.1 \
+		winnow-1.0.4 \
+		winsafe-0.0.19 \
+		wit-bindgen-0.57.1 \
+		writeable-0.6.3 \
+		xattr-1.6.1 \
+		xet-client-1.5.4 \
+		xet-core-structures-1.5.4 \
+		xet-data-1.5.4 \
+		xet-runtime-1.5.4 \
+		xmlparser-0.13.6 \
+		yansi-1.0.1 \
+		yoke-0.8.3 \
+		yoke-derive-0.8.2 \
+		z85-3.0.7 \
+		zerocopy-0.8.55 \
+		zerocopy-derive-0.8.55 \
+		zerofrom-0.1.8 \
+		zerofrom-derive-0.1.7 \
+		zeroize-1.9.0 \
+		zerotrie-0.2.4 \
+		zerovec-0.11.6 \
+		zerovec-derive-0.11.3 \
+		zlib-rs-0.6.6 \
+		zmij-1.0.23 \
+		zstd-0.13.3 \
+		zstd-safe-7.2.4 \
+		zstd-sys-2.0.16+zstd.1.5.7 \
+		buoyant_kernel,buoyant_kernel_derive@git+https://github.com/buoyant-data/delta-kernel-rs?rev=393fbf662f56c4bb04445e1d36805a33e32b8fbc\#393fbf662f56c4bb04445e1d36805a33e32b8fbc
+
+.include <bsd.port.mk>
diff --git a/databases/py-deltalake/distinfo b/databases/py-deltalake/distinfo
new file mode 100644
index 000000000000..ebeef10f23f5
--- /dev/null
+++ b/databases/py-deltalake/distinfo
@@ -0,0 +1,1647 @@
+TIMESTAMP = 1785560516
+SHA256 (delta-io-delta-rs-python-v1.6.2_GH0.tar.gz) = af060741b38f2ed8aded4712f2da2302935113921ecc89f3fa8c49d6c1b2bd8e
+SIZE (delta-io-delta-rs-python-v1.6.2_GH0.tar.gz) = 6404110
+SHA256 (rust/crates/RustyXML-0.3.0.crate) = 8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5
+SIZE (rust/crates/RustyXML-0.3.0.crate) = 17517
+SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa
+SIZE (rust/crates/adler2-2.0.1.crate) = 13366
+SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0
+SIZE (rust/crates/aes-0.8.4.crate) = 124812
+SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75
+SIZE (rust/crates/ahash-0.8.12.crate) = 43413
+SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301
+SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015
+SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3
+SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105
+SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece
+SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693
+SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923
+SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622
+SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311
+SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243
+SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299
+SIZE (rust/crates/anes-0.1.6.crate) = 23857
+SHA256 (rust/crates/anstream-1.0.0.crate) = 824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d
+SIZE (rust/crates/anstream-1.0.0.crate) = 28916
+SHA256 (rust/crates/anstyle-1.0.14.crate) = 940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000
+SIZE (rust/crates/anstyle-1.0.14.crate) = 17787
+SHA256 (rust/crates/anstyle-parse-1.0.0.crate) = 52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e
+SIZE (rust/crates/anstyle-parse-1.0.0.crate) = 22042
+SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc
+SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264
+SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d
+SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638
+SHA256 (rust/crates/anyhow-1.0.104.crate) = 330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470
+SIZE (rust/crates/anyhow-1.0.104.crate) = 48819
+SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
+SIZE (rust/crates/approx-0.5.1.crate) = 15100
+SHA256 (rust/crates/ar_archive_writer-0.5.3.crate) = 73cd58deff2140a0a8eae87e417bd01db68a33e148aa93d1e8cd837e55e312b6
+SIZE (rust/crates/ar_archive_writer-0.5.3.crate) = 85482
+SHA256 (rust/crates/arc-swap-1.9.2.crate) = c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b
+SIZE (rust/crates/arc-swap-1.9.2.crate) = 81495
+SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb
+SIZE (rust/crates/arrayref-0.3.9.crate) = 9186
+SHA256 (rust/crates/arrayvec-0.7.8.crate) = d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56
+SIZE (rust/crates/arrayvec-0.7.8.crate) = 33260
+SHA256 (rust/crates/arrow-58.4.0.crate) = 6cfdd0833e32a9874d2b55089333ad310c0be208aafa277385ce2461dec90be3
+SIZE (rust/crates/arrow-58.4.0.crate) = 100597
+SHA256 (rust/crates/arrow-arith-58.4.0.crate) = 0a41203398f0eaa6f7ec8e62c0da742a21abf282c148fc157f6c35c90e29981a
+SIZE (rust/crates/arrow-arith-58.4.0.crate) = 52567
+SHA256 (rust/crates/arrow-array-58.4.0.crate) = ae33dad492b7df00a217563a7b0ef2874df68a0deea1b1a3acf628152f7f7a69
+SIZE (rust/crates/arrow-array-58.4.0.crate) = 294902
+SHA256 (rust/crates/arrow-buffer-58.4.0.crate) = b9552f96391c005e6ab449fa941420935e7e062489b12b8b1b08879b2163f5b5
+SIZE (rust/crates/arrow-buffer-58.4.0.crate) = 112787
+SHA256 (rust/crates/arrow-cast-58.4.0.crate) = 3a8a327c9649f30d8406995f27642b68df354713cca3baaaf100f076f18d5f34
+SIZE (rust/crates/arrow-cast-58.4.0.crate) = 127160
+SHA256 (rust/crates/arrow-csv-58.4.0.crate) = af0dd6d90d1955e9f9a014c1e563ee8aeffc21909085d25623e1da44d96eca26
+SIZE (rust/crates/arrow-csv-58.4.0.crate) = 42105
+SHA256 (rust/crates/arrow-data-58.4.0.crate) = 2b24852db04738907e06c04ea61e42fe7fda962a34513022dc0d0e754fb7976b
+SIZE (rust/crates/arrow-data-58.4.0.crate) = 62379
+SHA256 (rust/crates/arrow-ipc-58.4.0.crate) = 29a908a11fcfb3fb2f6730f4ac15e367bc644e419155e96238f68cf3adde572b
+SIZE (rust/crates/arrow-ipc-58.4.0.crate) = 129751
+SHA256 (rust/crates/arrow-json-58.4.0.crate) = b8a96aed3931c076adee39ec2a40d8219fc7f09e79bcdaca1df16272993e1e14
+SIZE (rust/crates/arrow-json-58.4.0.crate) = 88373
+SHA256 (rust/crates/arrow-ord-58.4.0.crate) = 63a083ec750f5c043f02946b4baf05fcdbb55f4560a3277055caca5cc99f3eb0
+SIZE (rust/crates/arrow-ord-58.4.0.crate) = 68129
+SHA256 (rust/crates/arrow-pyarrow-58.4.0.crate) = 3ffb9be5a873590f825aef50df20e0f8dff5fd42a77058e28bbe7bd44bb53dec
+SIZE (rust/crates/arrow-pyarrow-58.4.0.crate) = 11218
+SHA256 (rust/crates/arrow-row-58.4.0.crate) = 514ba0ef0d4c5896202dae736251ce415abb43a950bed570fb7981b8716c0e4c
+SIZE (rust/crates/arrow-row-58.4.0.crate) = 59124
+SHA256 (rust/crates/arrow-schema-58.4.0.crate) = 21ca356ad6425cecb6eb7b28e4f659f1ee7880fbb1a16127de7dd62901efee9e
+SIZE (rust/crates/arrow-schema-58.4.0.crate) = 83962
+SHA256 (rust/crates/arrow-select-58.4.0.crate) = c58da39eb3d8350ad4a549e5c2bc49284dac554016c69829310350f1731b0aad
+SIZE (rust/crates/arrow-select-58.4.0.crate) = 112996
+SHA256 (rust/crates/arrow-string-58.4.0.crate) = b6789b388467525e3271326b6b4915666ecfdf5142aef09779445c954b67543c
+SIZE (rust/crates/arrow-string-58.4.0.crate) = 46303
+SHA256 (rust/crates/assert-json-diff-2.0.2.crate) = 47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12
+SIZE (rust/crates/assert-json-diff-2.0.2.crate) = 10874
+SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35
+SIZE (rust/crates/async-channel-1.9.0.crate) = 13664
+SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2
+SIZE (rust/crates/async-channel-2.5.0.crate) = 18624
+SHA256 (rust/crates/async-compression-0.4.43.crate) = 3976abdc8fe7d1133d43d304afd42abdf5bc3e1319d263d223bde07b5efc4be8
+SIZE (rust/crates/async-compression-0.4.43.crate) = 102575
+SHA256 (rust/crates/async-executor-1.14.0.crate) = c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a
+SIZE (rust/crates/async-executor-1.14.0.crate) = 28804
+SHA256 (rust/crates/async-ffi-0.5.1.crate) = 39cd9de47399986d5b216c6bef9434dfff1689ab61ba8d1e2720dc5fe5c84083
+SIZE (rust/crates/async-ffi-0.5.1.crate) = 14089
+SHA256 (rust/crates/async-global-executor-2.4.1.crate) = 05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c
+SIZE (rust/crates/async-global-executor-2.4.1.crate) = 11844
*** 1630 LINES SKIPPED ***
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.