uv: update to 0.4.0.
This commit is contained in:
parent
a3e23232ba
commit
edf023701a
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'uv'
|
||||
pkgname=uv
|
||||
version=0.3.5
|
||||
version=0.4.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="rust qemu"
|
||||
hostmakedepends="maturin cargo cmake pkg-config"
|
||||
makedepends="rust-std libzstd-devel"
|
||||
makedepends="rust-std libzstd-devel bzip2-devel"
|
||||
short_desc="Extremely fast Python package installer and resolver"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="Apache-2.0, MIT"
|
||||
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"
|
||||
checksum=7f136b52040652a108a3ad45dc9c9deb94045c73fbc2ea59a11f578faeb55572
|
||||
checksum=3bff99b44234a92ad27d24fb55a72d0d4c837aece85094ba26a8211f6fcc6a18
|
||||
# many tests require old python versions
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Reference in New Issue