uv: update to 0.1.35.

This commit is contained in:
classabbyamp 2024-04-19 22:13:17 -04:00
parent 335dbb7606
commit 8630f44fe0
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,18 +1,18 @@
# Template file for 'uv'
pkgname=uv
version=0.1.29
version=0.1.35
revision=1
build_style=python3-pep517
build_helper="rust qemu"
hostmakedepends="maturin cargo cmake pkg-config"
makedepends="rust-std openssl-devel libgit2-devel libssh2-devel zlib-devel"
makedepends="rust-std openssl-devel libgit2-devel libssh2-devel zlib-devel libzstd-devel"
short_desc="Extremely fast Python package installer and resolver"
maintainer="classabbyamp <void@placeviolette.net>"
license="Apache-2.0, 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=dad20061d2e13b281925c26f6e1f0872852d095774b241ca8d963a13da4f4249
checksum=033df44758caf9a2d81675419c9ba3bfd9a15255e670078b236b373a6ca8cef9
# many tests require old python versions
make_check=no