commit: 7e26da352a64bbb5c1c5ca3ed117748716a18819
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 16:43:49 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 16:45:06 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e26da35
dev-python/uv: Update RUST_MIN_VER and test logic in -9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uv/uv-9999.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-python/uv/uv-9999.ebuild b/dev-python/uv/uv-9999.ebuild
index d35d9ac0742d..3fb5535d922d 100644
--- a/dev-python/uv/uv-9999.ebuild
+++ b/dev-python/uv/uv-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-RUST_MIN_VER="1.89.0"
+RUST_MIN_VER="1.90.0"
inherit cargo check-reqs git-r3
@@ -101,13 +101,6 @@ src_compile() {
}
src_test() {
- # work around https://github.com/astral-sh/uv/issues/4376
- local -x PATH=${BROOT}/usr/lib/python-exec/python3.12:${PATH}
- local -x COLUMNS=100
- local -x PYTHONDONTWRITEBYTECODE=
- # fix tests failing because of our config
- local -x XDG_CONFIG_DIRS=${T}
-
cd crates/uv || die
cargo_src_test --no-fail-fast
}