uv: update to 0.5.30.

This commit is contained in:
classabbyamp 2025-02-09 12:42:35 -05:00
parent 67f105e6aa
commit bf84c136cf
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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