mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
uv: update to 0.4.24.
This commit is contained in:
parent
b42032fc01
commit
c661d40b57
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'uv'
|
||||
pkgname=uv
|
||||
version=0.4.22
|
||||
version=0.4.24
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="rust qemu"
|
||||
|
@ -11,10 +11,8 @@ maintainer="classabbyamp <void@placeviolette.net>"
|
|||
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=1d72ea82b337c767e2ba5c3ffa11cfccdca99321ab1dca3d4c035f8d52d7ad47
|
||||
# many tests require old python versions
|
||||
make_check=no
|
||||
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz"
|
||||
checksum=917be4e4e96ef555e2c739e3b91eac21b7df6f1b45d80e25fe4e50d1249d6846
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
|
|
Loading…
Add table
Reference in a new issue