mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
uv: update to 0.5.30.
This commit is contained in:
parent
67f105e6aa
commit
bf84c136cf
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'uv'
|
||||
pkgname=uv
|
||||
version=0.5.8
|
||||
version=0.5.30
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="rust qemu"
|
||||
|
@ -12,12 +12,12 @@ license="Apache-2.0 OR MIT"
|
|||
homepage="https://github.com/astral-sh/uv"
|
||||
changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz"
|
||||
checksum=15678d63f626373ae308af25cc5da826def64d384d6fa938c940aba059debb5c
|
||||
checksum=4a7795f16cc50d30e3d8636db9f61a427154b61107f08b5bbe7bded85d49b1d2
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*)
|
||||
# if parallel, rustc-LLVM ERROR: out of memory Allocation failed
|
||||
disable_parallel_build=yes
|
||||
# rustc-LLVM ERROR: out of memory
|
||||
export CARGO_PROFILE_RELEASE_LTO=false
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue