mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-04 18:32:13 +01:00
testing/uv: upgrade to 0.2.6
This commit is contained in:
parent
1eae50b765
commit
ad650bb2af
@ -1,19 +1,15 @@
|
|||||||
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
|
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
|
||||||
pkgname=uv
|
pkgname=uv
|
||||||
pkgver=0.2.5
|
pkgver=0.2.6
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Extremely fast Python package installer and resolver, written in Rust"
|
pkgdesc="Extremely fast Python package installer and resolver, written in Rust"
|
||||||
url="https://github.com/astral-sh/uv"
|
url="https://github.com/astral-sh/uv"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="Apache-2.0 MIT"
|
license="Apache-2.0 MIT"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
bzip2-dev
|
||||||
cargo
|
cargo
|
||||||
cmake
|
cmake
|
||||||
libgit2-dev
|
|
||||||
libssh2-dev
|
|
||||||
openssl-dev
|
|
||||||
zlib-dev
|
|
||||||
zstd-dev
|
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
py3-setuptools
|
py3-setuptools
|
||||||
py3-wheel
|
py3-wheel
|
||||||
@ -29,8 +25,6 @@ subpackages="
|
|||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/astral-sh/uv/archive/refs/tags/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/astral-sh/uv/archive/refs/tags/$pkgver.tar.gz"
|
||||||
options="net"
|
options="net"
|
||||||
|
|
||||||
export OPENSSL_NO_VENDOR=1
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
cargo fetch --target="$CTARGET" --locked
|
cargo fetch --target="$CTARGET" --locked
|
||||||
@ -39,7 +33,7 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
--wheel-dir .dist \
|
--wheel-dir .dist \
|
||||||
--config-json '{"build-args": "--locked"}' \
|
--config-json '{"build-args": "--locked", "build-option": "--release"}' \
|
||||||
--output-fd 3 3>&1 >&2
|
--output-fd 3 3>&1 >&2
|
||||||
|
|
||||||
mkdir -p completions
|
mkdir -p completions
|
||||||
@ -50,7 +44,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cargo test --frozen --bin uv
|
cargo test --frozen --release --bin uv
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
@ -72,5 +66,5 @@ py3() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
6b512d3c6f265b16e42e4af508bcc49793e550a710252fcb0b1f7d2d8ae3cbdf50fe78806a0412eb05a285f2361558a394f61fefdea88b95cf9891a68aceb815 uv-0.2.5.tar.gz
|
27803badd9446d73162079eebc896d260b7ac3118959494d0af5149366d8a4818cee3e4fabc551a1c8f801e86b7f82ade32804813b9392ac8715922fa734517b uv-0.2.6.tar.gz
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user