mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
uv: update to 0.4.0.
This commit is contained in:
parent
a3e23232ba
commit
edf023701a
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'uv'
|
# Template file for 'uv'
|
||||||
pkgname=uv
|
pkgname=uv
|
||||||
version=0.3.5
|
version=0.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
build_helper="rust qemu"
|
build_helper="rust qemu"
|
||||||
hostmakedepends="maturin cargo cmake pkg-config"
|
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"
|
short_desc="Extremely fast Python package installer and resolver"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0 OR MIT"
|
||||||
homepage="https://github.com/astral-sh/uv"
|
homepage="https://github.com/astral-sh/uv"
|
||||||
changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
|
changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
|
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz"
|
||||||
checksum=7f136b52040652a108a3ad45dc9c9deb94045c73fbc2ea59a11f578faeb55572
|
checksum=3bff99b44234a92ad27d24fb55a72d0d4c837aece85094ba26a8211f6fcc6a18
|
||||||
# many tests require old python versions
|
# many tests require old python versions
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue