File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1+ abinfo "Building uv ..."
2+ export tripple="$(rustc --print host-tuple)"
3+ maturin build --locked --release --target "$tripple" --strip --compatibility linux
4+ maturin build --locked --release --target "$tripple" --strip --compatibility linux -m crates/uv-build/Cargo.toml
5+
6+ abinfo "Installing uv ..."
7+ python3 -m installer "$SRCDIR"/target/wheels/uv_*.whl --destdir "$PKGDIR"
8+ python3 -m installer "$SRCDIR"/target/wheels/uv_build-*.whl --destdir "$PKGDIR"
Original file line number Diff line number Diff line change 11PKGNAME=uv
22PKGSEC=utils
3- # FIXME: rustc depends on llvm-20 while our default llvm is llvm-18.
4- # Invalid attribute group entry (Producer: 'LLVM20.1.6' Reader: 'LLVM 18.1.8')
5- BUILDDEP="llvm-20 rustc maturin"
3+ BUILDDEP="llvm rustc maturin"
64PKGDEP="glibc gcc-runtime zlib bzip2"
7- PKGDES="A Python package and project manager"
5+ PKGDES="Python package and project manager"
86
7+ ABTYPE=self
98# FIXME: ld.lld doesn't work properly on loongson3
109NOLTO__LOONGSON3=1
Original file line number Diff line number Diff line change 1- VER=0.10.5
1+ VER=0.10.6
22SRCS="git::commit=tags/$VER::https://github.com/astral-sh/uv"
33CHKSUMS="SKIP"
44CHKUPDATE="anitya::id=372636"
You can’t perform that action at this time.
0 commit comments