diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-15 13:44:04 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-15 13:44:04 -0500 |
| commit | 21c3dc7c74c628a492c0e00a53479cc5c5a8317b (patch) | |
| tree | 927b7d7c65249c395bbdf19026e4c00febbbadd1 /dev-python/uv | |
| parent | f07999efce5fffb65c91843a4a73476787ac195e (diff) | |
| download | baldeagleos-repo-21c3dc7c74c628a492c0e00a53479cc5c5a8317b.tar.gz baldeagleos-repo-21c3dc7c74c628a492c0e00a53479cc5c5a8317b.tar.xz baldeagleos-repo-21c3dc7c74c628a492c0e00a53479cc5c5a8317b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/uv')
| -rw-r--r-- | dev-python/uv/uv-0.11.29.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/uv/uv-0.12.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/uv/uv-9999.ebuild | 20 |
3 files changed, 7 insertions, 17 deletions
diff --git a/dev-python/uv/uv-0.11.29.ebuild b/dev-python/uv/uv-0.11.29.ebuild index 26fc46b4570d..e5ceb1ae3881 100644 --- a/dev-python/uv/uv-0.11.29.ebuild +++ b/dev-python/uv/uv-0.11.29.ebuild @@ -39,7 +39,7 @@ LICENSE+=" # ring crate LICENSE+=" openssl" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~x86" IUSE="test" RESTRICT="test" PROPERTIES="test_network" diff --git a/dev-python/uv/uv-0.12.3.ebuild b/dev-python/uv/uv-0.12.3.ebuild index f53df25bf195..285f567d5914 100644 --- a/dev-python/uv/uv-0.12.3.ebuild +++ b/dev-python/uv/uv-0.12.3.ebuild @@ -104,6 +104,8 @@ src_configure() { ) cargo_src_configure --no-default-features + # otherwise, rustc/llvm runs out of address space + use arm && export RUSTFLAGS="${RUSTFLAGS} -Copt-level=0" } src_compile() { diff --git a/dev-python/uv/uv-9999.ebuild b/dev-python/uv/uv-9999.ebuild index 5498bfbc3c21..1c1a92fd75d9 100644 --- a/dev-python/uv/uv-9999.ebuild +++ b/dev-python/uv/uv-9999.ebuild @@ -70,24 +70,10 @@ src_prepare() { # enable system libraries where supported export ZSTD_SYS_USE_PKG_CONFIG=1 - # TODO: unbundle libz-ng-sys, tikv-jemalloc-sys? + # TODO: unbundle tikv-jemalloc-sys? # remove unbundled sources, just in case - find "${ECARGO_VENDOR}"/{bzip2,lzma,zstd}-sys-*/ -name '*.c' -delete || die - - # bzip2-sys requires a pkg-config file - # https://github.com/alexcrichton/bzip2-rs/issues/104 - mkdir "${T}/pkg-config" || die - export PKG_CONFIG_PATH=${T}/pkg-config${PKG_CONFIG_PATH+:${PKG_CONFIG_PATH}} - cat >> "${T}/pkg-config/bzip2.pc" <<-EOF || die - Name: bzip2 - Version: 9999 - Description: - Libs: -lbz2 - EOF - - # uv is now forcing bundled liblzma, sigh - sed -i -e '/xz/s:"static"::' Cargo.toml || die + find "${ECARGO_VENDOR}"/zstd-sys-*/ -name '*.c' -delete || die } src_configure() { @@ -98,6 +84,8 @@ src_configure() { ) cargo_src_configure --no-default-features + # otherwise, rustc/llvm runs out of address space + use arm && export RUSTFLAGS="${RUSTFLAGS} -Copt-level=0" } src_compile() { |
