git: 030695ea4290 - main - databases/py-pylance: New port: Python wrapper for Lance columnar format

Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 06:01:12 +0000
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=030695ea42902c15b51cc97d88a049da7ae4fdcc

commit 030695ea42902c15b51cc97d88a049da7ae4fdcc
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-06 03:09:23 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-06 06:01:07 +0000

    databases/py-pylance: New port: Python wrapper for Lance columnar format
---
 databases/Makefile                              |    1 +
 databases/py-pylance/Makefile                   |  829 ++++++++++++
 databases/py-pylance/distinfo                   | 1549 +++++++++++++++++++++++
 databases/py-pylance/files/patch-pyproject.toml |   14 +
 databases/py-pylance/pkg-descr                  |    5 +
 5 files changed, 2398 insertions(+)

diff --git a/databases/Makefile b/databases/Makefile
index 8421a9a0e7b7..08aa8d457ee5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -845,6 +845,7 @@
     SUBDIR += py-pyarrow
     SUBDIR += py-pyarrow-stubs
     SUBDIR += py-pyiceberg
+    SUBDIR += py-pylance
     SUBDIR += py-pylibmc
     SUBDIR += py-pymemcache
     SUBDIR += py-pymongo
diff --git a/databases/py-pylance/Makefile b/databases/py-pylance/Makefile
new file mode 100644
index 000000000000..01e04708380e
--- /dev/null
+++ b/databases/py-pylance/Makefile
@@ -0,0 +1,829 @@
+PORTNAME=	pylance
+DISTVERSIONPREFIX=	v
+DISTVERSION=	9.0.0 # machine-learning
+CATEGORIES=	databases python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	[email protected]
+COMMENT=	Python wrapper for Lance columnar format
+WWW=		https://lance.org \
+		https://github.com/lancedb/lance
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/protoc:devel/protobuf \
+		${PYTHON_PKGNAMEPREFIX}maturin>=1.4:devel/py-maturin@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lance-namespace>=0.8.5:databases/py-lance-namespace@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.22:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyarrow>=14:databases/py-pyarrow@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}duckdb>=1.5.0:databases/py-duckdb@${PY_FLAVOR}
+
+USES=		cargo python
+USE_PYTHON=	pep517 concurrent autoplist pytest
+
+TEST_ENV=	${MAKE_ENV} \
+		PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_WRKSRC=	${WRKSRC}/${WRKSRC_SUBDIR}/tests
+TEST_ARGS=	-p no:xdist \
+		-m 'not slow and not integration and not recurring' \
+		-k 'not lindera and not test_tracing' \
+		--deselect test_dataset.py::test_polar_scan \
+		--deselect test_filter.py::test_simple_predicates \
+		--deselect test_filter.py::test_filter_on_column_beside_struct_with_extension_type \
+		--deselect test_filter.py::test_filter_on_column_beside_root_extension_type \
+		--deselect test_integration.py::test_duckdb_pushdown_extension_types \
+		--deselect test_log.py::test_lance_log_file \
+		--deselect test_log.py::test_lance_log_file_with_directory_creation \
+		--deselect test_log.py::test_lance_log_filters_trace_event_targets \
+		--deselect test_log.py::test_lance_log_file_invalid_path \
+		--deselect test_log.py::test_timestamp_precision \
+		--deselect test_vector_index.py::test_create_index_progress_callback_error_before_completion_propagates
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	lancedb
+GH_PROJECT=	lance
+GH_TAGNAME=	v9.0.0
+
+WRKSRC_SUBDIR=	python
+
+CARGO_BUILD=	no
+CARGO_INSTALL=	no
+CARGO_TEST=	no
+CARGO_CRATES=	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 \
+		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.102 \
+		approx-0.5.1 \
+		arc-swap-1.9.2 \
+		arrayref-0.3.9 \
+		arrayvec-0.7.6 \
+		arrow-58.3.0 \
+		arrow-arith-58.3.0 \
+		arrow-array-58.3.0 \
+		arrow-buffer-58.3.0 \
+		arrow-cast-58.3.0 \
+		arrow-csv-58.3.0 \
+		arrow-data-58.3.0 \
+		arrow-ipc-58.3.0 \
+		arrow-json-58.3.0 \
+		arrow-ord-58.3.0 \
+		arrow-pyarrow-58.3.0 \
+		arrow-row-58.3.0 \
+		arrow-schema-58.3.0 \
+		arrow-select-58.3.0 \
+		arrow-string-58.3.0 \
+		async-channel-2.5.0 \
+		async-compression-0.4.42 \
+		async-ffi-0.5.0 \
+		async-lock-3.4.2 \
+		async-recursion-1.1.1 \
+		async-trait-0.1.91 \
+		async_cell-0.2.3 \
+		atoi-2.0.0 \
+		atomic-waker-1.1.2 \
+		autocfg-1.5.1 \
+		aws-config-1.8.14 \
+		aws-credential-types-1.2.13 \
+		aws-lc-rs-1.17.0 \
+		aws-lc-sys-0.41.0 \
+		aws-runtime-1.7.1 \
+		aws-sdk-dynamodb-1.107.0 \
+		aws-sdk-sso-1.95.0 \
+		aws-sdk-ssooidc-1.97.0 \
+		aws-sdk-sts-1.99.0 \
+		aws-sigv4-1.4.1 \
+		aws-smithy-async-1.2.13 \
+		aws-smithy-http-0.63.5 \
+		aws-smithy-http-client-1.1.11 \
+		aws-smithy-json-0.62.4 \
+		aws-smithy-observability-0.2.5 \
+		aws-smithy-query-0.60.14 \
+		aws-smithy-runtime-1.10.2 \
+		aws-smithy-runtime-api-1.11.5 \
+		aws-smithy-types-1.4.5 \
+		aws-smithy-xml-0.60.14 \
+		aws-types-1.3.13 \
+		axum-0.7.9 \
+		axum-core-0.4.5 \
+		backon-1.6.0 \
+		base64-0.22.1 \
+		base64-simd-0.8.0 \
+		base64ct-1.8.3 \
+		bigdecimal-0.4.10 \
+		bitflags-1.3.2 \
+		bitflags-2.13.0 \
+		bitvec-1.1.1 \
+		blake2-0.10.6 \
+		blake3-1.8.5 \
+		block-buffer-0.10.4 \
+		block-buffer-0.12.1 \
+		block-padding-0.3.3 \
+		brotli-8.0.4 \
+		brotli-decompressor-5.0.3 \
+		bs58-0.5.1 \
+		bstr-1.12.1 \
+		bumpalo-3.20.3 \
+		bytecheck-0.8.2 \
+		bytecheck_derive-0.8.2 \
+		bytecount-0.6.9 \
+		bytemuck-1.25.2 \
+		bytemuck_derive-1.10.2 \
+		byteorder-1.5.0 \
+		bytes-1.12.1 \
+		bytes-utils-0.1.4 \
+		cbc-0.1.2 \
+		cc-1.3.0 \
+		cedarwood-0.5.0 \
+		cfg-if-0.1.10 \
+		cfg-if-1.0.4 \
+		cfg_aliases-0.2.1 \
+		chacha20-0.10.0 \
+		chrono-0.4.45 \
+		chrono-tz-0.10.4 \
+		cipher-0.4.4 \
+		clap-4.6.2 \
+		clap_builder-4.6.2 \
+		clap_derive-4.6.1 \
+		clap_lex-1.1.0 \
+		cmake-0.1.58 \
+		cmov-0.5.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 \
+		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 \
+		core-foundation-0.9.4 \
+		core-foundation-0.10.1 \
+		core-foundation-sys-0.8.7 \
+		countio-0.3.0 \
+		cpufeatures-0.2.17 \
+		cpufeatures-0.3.0 \
+		crc32c-0.6.8 \
+		crc32fast-1.5.0 \
+		crossbeam-channel-0.5.15 \
+		crossbeam-deque-0.8.6 \
+		crossbeam-epoch-0.9.20 \
+		crossbeam-queue-0.3.13 \
+		crossbeam-skiplist-0.1.3 \
+		crossbeam-utils-0.8.21 \
+		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.6.3 \
+		ctor-1.0.7 \
+		ctor-proc-macro-0.0.7 \
+		ctutils-0.4.2 \
+		daachorse-2.1.1 \
+		darling-0.20.11 \
+		darling-0.23.0 \
+		darling_core-0.20.11 \
+		darling_core-0.23.0 \
+		darling_macro-0.20.11 \
+		darling_macro-0.23.0 \
+		dashmap-6.2.1 \
+		datafusion-54.0.0 \
+		datafusion-catalog-54.0.0 \
+		datafusion-catalog-listing-54.0.0 \
+		datafusion-common-54.0.0 \
+		datafusion-common-runtime-54.0.0 \
+		datafusion-datasource-54.0.0 \
+		datafusion-datasource-arrow-54.0.0 \
+		datafusion-datasource-csv-54.0.0 \
+		datafusion-datasource-json-54.0.0 \
+		datafusion-datasource-parquet-54.0.0 \
+		datafusion-doc-54.0.0 \
+		datafusion-execution-54.0.0 \
+		datafusion-expr-54.0.0 \
+		datafusion-expr-common-54.0.0 \
+		datafusion-ffi-54.0.0 \
+		datafusion-functions-54.0.0 \
+		datafusion-functions-aggregate-54.0.0 \
+		datafusion-functions-aggregate-common-54.0.0 \
+		datafusion-functions-nested-54.0.0 \
+		datafusion-functions-table-54.0.0 \
+		datafusion-functions-window-54.0.0 \
+		datafusion-functions-window-common-54.0.0 \
+		datafusion-macros-54.0.0 \
+		datafusion-optimizer-54.0.0 \
+		datafusion-physical-expr-54.0.0 \
+		datafusion-physical-expr-adapter-54.0.0 \
+		datafusion-physical-expr-common-54.0.0 \
+		datafusion-physical-optimizer-54.0.0 \
+		datafusion-physical-plan-54.0.0 \
+		datafusion-proto-54.0.0 \
+		datafusion-proto-common-54.0.0 \
+		datafusion-pruning-54.0.0 \
+		datafusion-session-54.0.0 \
+		datafusion-sql-54.0.0 \
+		datafusion-substrait-54.0.0 \
+		der-0.7.10 \
+		deranged-0.5.8 \
+		derive_builder-0.20.2 \
+		derive_builder_core-0.20.2 \
+		derive_builder_macro-0.20.2 \
+		digest-0.10.7 \
+		digest-0.11.3 \
+		dirs-6.0.0 \
+		dirs-sys-0.5.0 \
+		displaydoc-0.2.6 \
+		dlv-list-0.5.2 \
+		dtor-0.1.1 \
+		dtor-proc-macro-0.0.6 \
+		dunce-1.0.5 \
+		dyn-clone-1.0.20 \
+		earcutr-0.4.3 \
+		either-1.16.0 \
+		encoding_rs-0.8.35 \
+		encoding_rs_io-0.1.7 \
+		endian-type-0.1.2 \
+		env_filter-2.0.0 \
+		env_logger-0.11.11 \
+		equivalent-1.0.2 \
+		errno-0.3.14 \
+		ethnum-1.5.3 \
+		event-listener-5.4.1 \
+		event-listener-strategy-0.5.4 \
+		fast-float2-0.2.3 \
+		fastrand-2.4.1 \
+		find-msvc-tools-0.1.9 \
+		fixedbitset-0.5.7 \
+		flatbuffers-25.12.19 \
+		flate2-1.1.9 \
+		float_next_after-1.0.0 \
+		fnv-1.0.7 \
+		foldhash-0.1.5 \
+		foldhash-0.2.0 \
+		form_urlencoded-1.2.2 \
+		fs_extra-1.3.0 \
+		fst-0.4.7 \
+		funty-2.0.0 \
+		futures-0.3.32 \
+		futures-channel-0.3.32 \
+		futures-core-0.3.32 \
+		futures-executor-0.3.32 \
+		futures-io-0.3.32 \
+		futures-macro-0.3.32 \
+		futures-sink-0.3.32 \
+		futures-task-0.3.32 \
+		futures-util-0.3.32 \
+		gearhash-0.1.3 \
+		generator-0.8.9 \
+		generic-array-0.14.7 \
+		geo-0.31.0 \
+		geo-traits-0.3.0 \
+		geo-types-0.7.19 \
+		geoarrow-array-0.8.0 \
+		geoarrow-expr-geo-0.8.0 \
+		geoarrow-schema-0.8.0 \
+		geodatafusion-0.5.0 \
+		geographiclib-rs-0.2.7 \
+		geohash-0.13.2 \
+		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.3 \
+		gloo-timers-0.3.0 \
+		goosefs-sdk-0.1.5 \
+		h2-0.4.15 \
+		half-2.7.1 \
+		hash32-0.3.1 \
+		hashbrown-0.12.3 \
+		hashbrown-0.14.5 \
+		hashbrown-0.15.5 \
+		hashbrown-0.16.1 \
+		hashbrown-0.17.1 \
+		heapify-0.2.0 \
+		heapless-0.8.0 \
+		heck-0.5.0 \
+		hermit-abi-0.5.2 \
+		hex-0.4.3 \
+		hf-xet-1.5.2 \
+		hmac-0.12.1 \
+		hmac-0.13.0 \
+		hostname-0.4.2 \
+		http-0.2.12 \
+		http-1.4.2 \
+		http-body-0.4.6 \
+		http-body-1.0.1 \
+		http-body-util-0.1.3 \
+		httparse-1.10.1 \
+		httpdate-1.0.3 \
+		humantime-2.4.0 \
+		hybrid-array-0.4.12 \
+		hyper-1.10.1 \
+		hyper-rustls-0.27.9 \
+		hyper-timeout-0.5.2 \
+		hyper-util-0.1.20 \
+		hyperloglogplus-0.4.1 \
+		i_float-1.15.0 \
+		i_key_sort-0.6.0 \
+		i_overlay-4.0.7 \
+		i_shape-1.14.0 \
+		i_tree-0.16.0 \
+		iana-time-zone-0.1.65 \
+		iana-time-zone-haiku-0.1.2 \
+		icu_collections-2.2.0 \
+		icu_locale-2.2.0 \
+		icu_locale_core-2.2.0 \
+		icu_locale_data-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 \
+		icu_segmenter-2.2.0 \
+		icu_segmenter_data-2.2.0 \
+		ident_case-1.0.1 \
+		idna-1.1.0 \
+		idna_adapter-1.2.2 \
+		indexmap-1.9.3 \
+		indexmap-2.14.0 \
+		inout-0.1.4 \
+		integer-encoding-3.0.4 \
+		io-uring-0.7.13 \
+		ipnet-2.12.0 \
+		is_terminal_polyfill-1.70.2 \
+		itertools-0.11.0 \
+		itertools-0.14.0 \
+		itoa-1.0.18 \
+		jieba-macros-0.10.2 \
+		jieba-rs-0.10.3 \
+		jiff-0.2.28 \
+		jiff-static-0.2.28 \
+		jiff-tzdb-0.1.6 \
+		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.34 \
+		js-sys-0.3.102 \
+		jsonb-0.5.6 \
+		kanaria-0.2.0 \
+		konst-0.4.3 \
+		konst_proc_macros-0.4.1 \
+		lance-namespace-reqwest-client-0.8.6 \
+		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 \
+		libc-0.2.186 \
+		libloading-0.9.0 \
+		libm-0.2.16 \
+		libredox-0.1.17 \
+		libsais-rs-0.2.0 \
+		lindera-3.0.7 \
+		lindera-dictionary-3.0.7 \
+		link-section-0.18.2 \
+		linktime-proc-macro-0.2.0 \
+		linux-raw-sys-0.12.1 \
+		litemap-0.8.2 \
+		lock_api-0.4.14 \
+		log-0.4.33 \
+		loom-0.7.2 \
+		lru-slab-0.1.2 \
+		lz4-1.28.1 \
+		lz4-sys-1.11.1+lz4-1.10.0 \
+		lz4_flex-0.13.1 \
+		matchers-0.2.0 \
+		matchit-0.7.3 \
+		matrixmultiply-0.3.10 \
+		md-5-0.10.6 \
+		md-5-0.11.0 \
+		mea-0.6.4 \
+		memchr-2.8.2 \
+		memmap2-0.9.10 \
+		metrics-0.24.6 \
+		metrics-util-0.19.1 \
+		mime-0.3.17 \
+		mime_guess-2.0.5 \
+		miniz_oxide-0.8.9 \
+		mio-1.2.1 \
+		moka-0.12.15 \
+		more-asserts-0.3.1 \
+		multimap-0.10.1 \
+		munge-0.4.7 \
+		munge_macro-0.4.7 \
+		ndarray-0.16.1 \
+		nibble_vec-0.1.0 \
+		nom-8.0.0 \
+		ntapi-0.4.3 \
+		nu-ansi-term-0.50.3 \
+		num-bigint-0.4.6 \
+		num-bigint-dig-0.8.6 \
+		num-complex-0.4.6 \
+		num-conv-0.2.2 \
+		num-integer-0.1.46 \
+		num-iter-0.1.45 \
+		num-traits-0.2.19 \
+		num_cpus-1.17.0 \
+		num_enum-0.7.6 \
+		num_enum_derive-0.7.6 \
+		objc2-core-foundation-0.3.2 \
+		objc2-io-kit-0.3.2 \
+		objc2-system-configuration-0.3.2 \
+		object_store-0.13.2 \
+		object_store_opendal-0.57.0 \
+		once_cell-1.21.4 \
+		once_cell_polyfill-1.70.2 \
+		oneshot-0.1.13 \
+		opendal-0.57.0 \
+		opendal-core-0.57.0 \
+		opendal-layer-concurrent-limit-0.57.0 \
+		opendal-layer-logging-0.57.0 \
+		opendal-layer-retry-0.57.0 \
+		opendal-layer-timeout-0.57.0 \
+		opendal-service-azblob-0.57.0 \
+		opendal-service-azdls-0.57.0 \
+		opendal-service-azure-common-0.57.0 \
+		opendal-service-cos-0.57.0 \
+		opendal-service-gcs-0.57.0 \
+		opendal-service-goosefs-0.57.0 \
+		opendal-service-hf-0.57.0 \
+		opendal-service-oss-0.57.0 \
+		opendal-service-s3-0.57.0 \
+		opendal-service-tos-0.57.0 \
+		openssl-probe-0.2.1 \
+		option-ext-0.2.0 \
+		ordered-float-2.10.1 \
+		ordered-float-4.6.0 \
+		ordered-float-5.3.0 \
+		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.3.0 \
+		paste-1.0.15 \
+		path_abs-0.5.1 \
+		pbjson-0.8.0 \
+		pbjson-build-0.8.0 \
+		pbjson-types-0.8.0 \
+		pbkdf2-0.12.2 \
+		pem-3.0.6 \
+		pem-rfc7468-0.7.0 \
+		percent-encoding-2.3.2 \
+		permutation-0.4.1 \
+		petgraph-0.8.3 \
+		phf-0.12.1 \
+		phf-0.13.1 \
+		phf_codegen-0.13.1 \
+		phf_generator-0.13.1 \
+		phf_shared-0.12.1 \
+		phf_shared-0.13.1 \
+		pin-project-1.1.13 \
+		pin-project-internal-1.1.13 \
+		pin-project-lite-0.2.17 \
+		pin-utils-0.1.0 \
+		pkcs1-0.7.5 \
+		pkcs5-0.7.1 \
+		pkcs8-0.10.2 \
+		pkg-config-0.3.33 \
+		portable-atomic-1.13.1 \
+		portable-atomic-util-0.2.7 \
+		potential_utf-0.1.5 \
+		powerfmt-0.2.0 \
+		ppv-lite86-0.2.21 \
+		prettyplease-0.2.37 \
+		proc-macro-crate-3.5.0 \
+		proc-macro2-1.0.106 \
+		prost-0.14.4 \
+		prost-build-0.14.4 \
+		prost-derive-0.14.4 \
+		prost-types-0.14.4 \
+		ptr_meta-0.3.1 \
+		ptr_meta_derive-0.3.1 \
+		pyo3-0.28.3 \
+		pyo3-build-config-0.28.3 \
+		pyo3-ffi-0.28.3 \
+		pyo3-macros-0.28.3 \
+		pyo3-macros-backend-0.28.3 \
+		pythonize-0.28.0 \
+		quanta-0.12.6 \
+		quick-xml-0.39.4 \
+		quick-xml-0.40.1 \
+		quinn-0.11.9 \
+		quinn-proto-0.11.14 \
+		quinn-udp-0.5.14 \
+		quote-1.0.45 \
+		r-efi-5.3.0 \
+		r-efi-6.0.0 \
+		radium-0.7.0 \
+		radix_trie-0.2.1 \
+		rancor-0.1.1 \
+		rand-0.8.6 \
+		rand-0.9.5 \
+		rand-0.10.1 \
+		rand_chacha-0.3.1 \
+		rand_chacha-0.9.0 \
+		rand_core-0.6.4 \
+		rand_core-0.9.5 \
+		rand_core-0.10.1 \
+		rand_distr-0.5.1 \
+		rand_xoshiro-0.7.0 \
+		rangemap-1.7.1 \
+		rapidhash-4.4.2 \
+		raw-cpuid-11.6.0 \
+		rawpointer-0.2.1 \
+		rayon-1.12.0 \
+		rayon-core-1.13.0 \
+		redb-3.1.3 \
+		redox_syscall-0.5.18 \
+		redox_users-0.5.2 \
+		ref-cast-1.0.25 \
+		ref-cast-impl-1.0.25 \
+		regex-1.12.4 \
+		regex-automata-0.4.14 \
+		regex-lite-0.1.9 \
+		regex-syntax-0.8.11 \
+		regress-0.10.5 \
+		rend-0.5.3 \
+		reqsign-aliyun-oss-3.1.0 \
+		reqsign-aws-v4-3.0.1 \
+		reqsign-azure-storage-3.0.1 \
+		reqsign-core-3.0.1 \
+		reqsign-file-read-tokio-3.0.1 \
+		reqsign-google-3.0.1 \
+		reqsign-tencent-cos-3.0.1 \
+		reqsign-volcengine-tos-3.0.1 \
+		reqwest-0.12.28 \
+		reqwest-0.13.4 \
+		reqwest-middleware-0.5.2 \
+		ring-0.17.14 \
+		rkyv-0.8.16 \
+		rkyv_derive-0.8.16 \
+		roaring-0.11.4 \
+		robust-1.2.0 \
+		rsa-0.9.10 \
+		rstar-0.12.2 \
+		rust-ini-0.21.3 \
+		rust-stemmers-1.2.0 \
+		rustc-hash-2.1.3 \
+		rustc_version-0.4.1 \
+		rustix-1.1.4 \
+		rustls-0.23.40 \
+		rustls-native-certs-0.8.4 \
+		rustls-pki-types-1.15.0 \
+		rustls-platform-verifier-0.7.0 \
+		rustls-platform-verifier-android-0.1.1 \
+		rustls-webpki-0.103.13 \
+		rustversion-1.0.22 \
+		ryu-1.0.23 \
+		safe-transmute-0.11.3 \
+		salsa20-0.10.2 \
+		same-file-1.0.6 \
+		schannel-0.1.29 \
+		schemars-0.8.22 \
+		schemars-0.9.0 \
+		schemars-1.2.1 \
+		schemars_derive-0.8.22 \
+		scoped-tls-1.0.1 \
+		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_derive_internals-0.29.1 \
+		serde_json-1.0.151 \
+		serde_path_to_error-0.1.20 \
+		serde_repr-0.1.20 \
+		serde_tokenstream-0.2.3 \
+		serde_urlencoded-0.7.1 \
+		serde_with-3.21.0 \
+		serde_with_macros-3.21.0 \
+		serde_yaml-0.9.34+deprecated \
+		serde_yaml_ng-0.10.0 \
+		sha1-0.11.0 \
+		sha2-0.10.9 \
+		sha2-0.11.0 \
+		sha2-asm-0.6.4 \
+		sha2-const-stable-0.1.0 \
+		sharded-slab-0.1.7 \
+		shellexpand-3.1.2 \
+		shlex-2.0.1 \
+		signal-hook-registry-1.4.8 \
+		signature-2.2.0 \
+		simd-adler32-0.3.9 \
+		simd_cesu8-1.1.1 \
+		simdutf8-0.1.5 \
+		siphasher-1.0.3 \
+		sketches-ddsketch-0.3.1 \
+		slab-0.4.12 \
+		smallvec-1.15.2 \
+		snafu-0.9.1 \
+		snafu-derive-0.9.1 \
+		snap-1.1.1 \
+		socket2-0.6.4 \
+		spade-2.15.1 \
+		spin-0.9.8 \
+		spki-0.7.3 \
+		sqlparser-0.62.0 \
+		sqlparser_derive-0.5.0 \
+		stabby-72.1.8 \
+		stabby-abi-72.1.8 \
+		stabby-macros-72.1.8 \
+		stable_deref_trait-1.2.1 \
+		static_assertions-1.1.0 \
+		statrs-0.18.0 \
+		std_prelude-0.2.12 \
+		stfu8-0.2.7 \
+		stop-words-0.10.0 \
+		strsim-0.11.1 \
+		strum-0.26.3 \
+		strum-0.28.0 \
+		strum_macros-0.26.4 \
+		strum_macros-0.28.0 \
+		substrait-0.63.0 \
+		subtle-2.6.1 \
+		symlink-0.1.0 \
+		syn-2.0.118 \
+		syn-3.0.2 \
+		sync_wrapper-1.0.2 \
+		synstructure-0.13.2 \
+		sysinfo-0.38.4 \
+		system-configuration-0.7.0 \
+		system-configuration-sys-0.6.0 \
+		tagptr-0.2.0 \
+		tap-1.0.1 \
+		target-lexicon-0.13.5 \
+		tempfile-3.27.0 \
+		thiserror-1.0.69 \
+		thiserror-2.0.18 \
+		thiserror-impl-1.0.69 \
+		thiserror-impl-2.0.18 \
+		thread-tree-0.3.3 \
+		thread_local-1.1.9 \
+		thrift-0.17.0 \
+		time-0.3.47 \
+		time-core-0.1.8 \
+		time-macros-0.2.27 \
+		tiny-keccak-2.0.2 \
+		tinystr-0.8.3 \
+		tinyvec-1.11.0 \
+		tinyvec_macros-0.1.1 \
+		tokio-1.53.0 \
+		tokio-macros-2.7.0 \
+		tokio-retry-0.3.2 \
+		tokio-rustls-0.26.4 \
+		tokio-stream-0.1.18 \
+		tokio-util-0.7.18 \
+		toml_datetime-1.1.1+spec-1.1.0 \
+		toml_edit-0.25.12+spec-1.1.0 \
+		toml_parser-1.1.2+spec-1.1.0 \
+		tonic-0.14.6 \
+		tonic-prost-0.14.6 \
+		tower-0.5.3 \
+		tower-http-0.5.2 \
+		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-chrome-0.7.2 \
+		tracing-core-0.1.36 \
+		tracing-log-0.2.0 \
+		tracing-serde-0.2.0 \
+		tracing-subscriber-0.3.23 \
+		try-lock-0.2.5 \
+		twox-hash-2.1.3 \
+		typenum-1.20.1 \
+		typewit-1.15.2 \
+		typify-0.5.0 \
+		typify-impl-0.5.0 \
+		typify-macro-0.5.0 \
+		unicase-2.9.0 \
+		unicode-blocks-0.1.9 \
+		unicode-ident-1.0.24 \
+		unicode-normalization-0.1.25 \
+		unicode-segmentation-1.13.3 \
+		unicode-width-0.2.2 \
+		unsafe-libyaml-0.2.11 \
+		untrusted-0.9.0 \
+		url-2.5.8 \
+		urlencoding-2.1.3 \
+		utf8-ranges-1.0.5 \
+		utf8_iter-1.0.4 \
+		utf8parse-0.2.2 \
+		uuid-1.24.0 \
+		valuable-0.1.1 \
+		version_check-0.9.5 \
+		vsimd-0.8.0 \
+		walkdir-2.5.0 \
+		want-0.3.1 \
+		wasi-0.11.1+wasi-snapshot-preview1 \
+		wasi-0.14.7+wasi-0.2.4 \
+		wasip2-1.0.4+wasi-0.2.12 \
+		wasite-1.0.2 \
+		wasm-bindgen-0.2.125 \
+		wasm-bindgen-futures-0.4.75 \
+		wasm-bindgen-macro-0.2.125 \
+		wasm-bindgen-macro-support-0.2.125 \
+		wasm-bindgen-shared-0.2.125 \
+		wasm-streams-0.4.2 \
+		wasm-streams-0.5.0 \
+		web-sys-0.3.102 \
+		web-time-1.1.0 \
+		webpki-root-certs-1.0.8 \
+		webpki-roots-1.0.8 \
+		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.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.3 \
+		wit-bindgen-0.57.1 \
+		wkb-0.9.2 \
+		wkt-0.14.0 \
+		writeable-0.6.3 \
+		wyz-0.5.1 \
+		xet-client-1.5.2 \
+		xet-core-structures-1.5.2 \
+		xet-data-1.5.2 \
+		xet-runtime-1.5.2 \
+		xmlparser-0.13.6 \
+		xxhash-rust-0.8.17 \
+		yoke-0.8.3 \
+		yoke-derive-0.8.2 \
+		zerocopy-0.8.52 \
+		zerocopy-derive-0.8.52 \
+		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.3 \
+		zmij-1.0.21 \
+		zstd-0.13.3 \
+		zstd-safe-7.2.4 \
+		zstd-sys-2.0.16+zstd.1.5.7
+
+# tests as of 9.0.0: 1182 passed, 1188 skipped, 63 deselected, 13 warnings
+
+.include <bsd.port.mk>
diff --git a/databases/py-pylance/distinfo b/databases/py-pylance/distinfo
new file mode 100644
index 000000000000..e5258b0fafed
--- /dev/null
+++ b/databases/py-pylance/distinfo
@@ -0,0 +1,1549 @@
+TIMESTAMP = 1785972092
+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/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.102.crate) = 7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c
+SIZE (rust/crates/anyhow-1.0.102.crate) = 48658
+SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6
+SIZE (rust/crates/approx-0.5.1.crate) = 15100
+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.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50
+SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237
+SHA256 (rust/crates/arrow-58.3.0.crate) = 378530e55cd479eda3c14eb345310799717e6f76d0c332041e8487022166b471
+SIZE (rust/crates/arrow-58.3.0.crate) = 100429
+SHA256 (rust/crates/arrow-arith-58.3.0.crate) = a0ab212d2c1886e802f51c5212d78ebbcbb0bec980fff9dadc1eb8d45cd0b738
+SIZE (rust/crates/arrow-arith-58.3.0.crate) = 52596
+SHA256 (rust/crates/arrow-array-58.3.0.crate) = cfd33d3e92f207444098c75b42de99d329562be0cf686b307b097cc52b4e999e
+SIZE (rust/crates/arrow-array-58.3.0.crate) = 294846
+SHA256 (rust/crates/arrow-buffer-58.3.0.crate) = 0c6cd424c2693bcdbc150d843dc9d4d137dd2de4782ce6df491ad11a3a0416c0
+SIZE (rust/crates/arrow-buffer-58.3.0.crate) = 112731
+SHA256 (rust/crates/arrow-cast-58.3.0.crate) = 4c5aefb56a2c02e9e2b30746241058b85f8983f0fcff2ba0c6d09006e1cded7f
+SIZE (rust/crates/arrow-cast-58.3.0.crate) = 128514
+SHA256 (rust/crates/arrow-csv-58.3.0.crate) = e94e8cf7e517657a52b91ea1263acf38c4ca62a84655d72458a3359b12ab97de
+SIZE (rust/crates/arrow-csv-58.3.0.crate) = 43625
+SHA256 (rust/crates/arrow-data-58.3.0.crate) = 3c88210023a2bfee1896af366309a3028fc3bcbd6515fa29a7990ee1baa08ee0
+SIZE (rust/crates/arrow-data-58.3.0.crate) = 62382
+SHA256 (rust/crates/arrow-ipc-58.3.0.crate) = 238438f0834483703d88896db6fe5a7138b2230debc31b34c0336c2996e3c64f
+SIZE (rust/crates/arrow-ipc-58.3.0.crate) = 131068
+SHA256 (rust/crates/arrow-json-58.3.0.crate) = 205ca2119e6d679d5c133c6f30e68f027738d95ed948cf77677ea69c7800036b
+SIZE (rust/crates/arrow-json-58.3.0.crate) = 88317
+SHA256 (rust/crates/arrow-ord-58.3.0.crate) = 1bffd8fd2579286a5d63bac898159873e5094a79009940bcb42bbfce4f19f1d0
+SIZE (rust/crates/arrow-ord-58.3.0.crate) = 68148
+SHA256 (rust/crates/arrow-pyarrow-58.3.0.crate) = d29abdf672a81c1aeb57fd2661457f9918964d49aed0e9f18932535f2a9e49ce
+SIZE (rust/crates/arrow-pyarrow-58.3.0.crate) = 11247
+SHA256 (rust/crates/arrow-row-58.3.0.crate) = bab5994731204603c73ba69267616c50f80780774c6bb0476f1f830625115e0c
+SIZE (rust/crates/arrow-row-58.3.0.crate) = 59152
+SHA256 (rust/crates/arrow-schema-58.3.0.crate) = f633dbfdf39c039ada1bf9e34c694816eb71fbb7dc78f613993b7245e078a1ed
+SIZE (rust/crates/arrow-schema-58.3.0.crate) = 85521
+SHA256 (rust/crates/arrow-select-58.3.0.crate) = 8cd065c54172ac787cf3f2f8d4107e0d3fdc26edba76fdf4f4cc170258942222
+SIZE (rust/crates/arrow-select-58.3.0.crate) = 113022
+SHA256 (rust/crates/arrow-string-58.3.0.crate) = 29dd7cda3ab9692f43a2e4acc444d760cc17b12bb6d8232ddf64e9bab7c06b42
+SIZE (rust/crates/arrow-string-58.3.0.crate) = 46329
+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.42.crate) = e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac
+SIZE (rust/crates/async-compression-0.4.42.crate) = 103805
+SHA256 (rust/crates/async-ffi-0.5.0.crate) = f4de21c0feef7e5a556e51af767c953f0501f7f300ba785cc99c47bdc8081a50
+SIZE (rust/crates/async-ffi-0.5.0.crate) = 9729
+SHA256 (rust/crates/async-lock-3.4.2.crate) = 290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311
+SIZE (rust/crates/async-lock-3.4.2.crate) = 39826
+SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11
+SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874
+SHA256 (rust/crates/async-trait-0.1.91.crate) = ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec
+SIZE (rust/crates/async-trait-0.1.91.crate) = 32108
+SHA256 (rust/crates/async_cell-0.2.3.crate) = 447ab28afbb345f5408b120702a44e5529ebf90b1796ec76e9528df8e288e6c2
+SIZE (rust/crates/async_cell-0.2.3.crate) = 16997
+SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528
+SIZE (rust/crates/atoi-2.0.0.crate) = 7785
+SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0
+SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422
+SHA256 (rust/crates/autocfg-1.5.1.crate) = f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53
+SIZE (rust/crates/autocfg-1.5.1.crate) = 18911
+SHA256 (rust/crates/aws-config-1.8.14.crate) = 8a8fc176d53d6fe85017f230405e3255cedb4a02221cb55ed6d76dccbbb099b2
+SIZE (rust/crates/aws-config-1.8.14.crate) = 152251
+SHA256 (rust/crates/aws-credential-types-1.2.13.crate) = 6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0
+SIZE (rust/crates/aws-credential-types-1.2.13.crate) = 21865
+SHA256 (rust/crates/aws-lc-rs-1.17.0.crate) = 5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00
+SIZE (rust/crates/aws-lc-rs-1.17.0.crate) = 239113
+SHA256 (rust/crates/aws-lc-sys-0.41.0.crate) = 1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4
+SIZE (rust/crates/aws-lc-sys-0.41.0.crate) = 9517046
+SHA256 (rust/crates/aws-runtime-1.7.1.crate) = ede2ddc593e6c8acc6ce3358c28d6677a6dc49b65ba4b37a2befe14a11297e75
+SIZE (rust/crates/aws-runtime-1.7.1.crate) = 87053
+SHA256 (rust/crates/aws-sdk-dynamodb-1.107.0.crate) = 561bf86e858a2759c6876b517b13f3f4051a6484abbb0d8a1f4dfc5d902cc85a
+SIZE (rust/crates/aws-sdk-dynamodb-1.107.0.crate) = 838590
+SHA256 (rust/crates/aws-sdk-sso-1.95.0.crate) = 00c5ff27c6ba2cbd95e6e26e2e736676fdf6bcf96495b187733f521cfe4ce448
+SIZE (rust/crates/aws-sdk-sso-1.95.0.crate) = 94624
+SHA256 (rust/crates/aws-sdk-ssooidc-1.97.0.crate) = 4d186f1e5a3694a188e5a0640b3115ccc6e084d104e16fd6ba968dca072ffef8
+SIZE (rust/crates/aws-sdk-ssooidc-1.97.0.crate) = 113810
+SHA256 (rust/crates/aws-sdk-sts-1.99.0.crate) = 9acba7c62f3d4e2408fa998a3a8caacd8b9a5b5549cf36e2372fbdae329d5449
+SIZE (rust/crates/aws-sdk-sts-1.99.0.crate) = 199734
+SHA256 (rust/crates/aws-sigv4-1.4.1.crate) = 37411f8e0f4bea0c3ca0958ce7f18f6439db24d555dbd809787262cd00926aa9
+SIZE (rust/crates/aws-sigv4-1.4.1.crate) = 98347
+SHA256 (rust/crates/aws-smithy-async-1.2.13.crate) = 5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13
+SIZE (rust/crates/aws-smithy-async-1.2.13.crate) = 21982
+SHA256 (rust/crates/aws-smithy-http-0.63.5.crate) = d619373d490ad70966994801bc126846afaa0d1ee920697a031f0cf63f2568e7
+SIZE (rust/crates/aws-smithy-http-0.63.5.crate) = 31881
+SHA256 (rust/crates/aws-smithy-http-client-1.1.11.crate) = 00ccbb08c10f6bcf912f398188e42ee2eab5f1767ce215a02a73bc5df1bbdd95
+SIZE (rust/crates/aws-smithy-http-client-1.1.11.crate) = 92981
+SHA256 (rust/crates/aws-smithy-json-0.62.4.crate) = 27b3a779093e18cad88bbae08dc4261e1d95018c4c5b9356a52bcae7c0b6e9bb
+SIZE (rust/crates/aws-smithy-json-0.62.4.crate) = 32868
*** 1465 LINES SKIPPED ***