From c473100a3811bc599af1dc0532b09badb2e69f25 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 3 Jun 2024 17:11:12 -0400 Subject: [PATCH] uv: update to 0.2.6. --- srcpkgs/uv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 3c3721c21b0..40408a45b97 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -1,18 +1,18 @@ # Template file for 'uv' pkgname=uv -version=0.2.5 +version=0.2.6 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 libzstd-devel" +makedepends="rust-std libzstd-devel" short_desc="Extremely fast Python package installer and resolver" maintainer="classabbyamp " 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=798f49225017610715474781467463a0dc48be1708973b0001e547c98c7c5f58 +checksum=c822fc118367829825775874c19d14bb9415804a2c5efa6dfbb302b1fb18ae0e # many tests require old python versions make_check=no