From 7372fbf10b07be74bf2296bf83150b2d35ccc9d2 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 16 Feb 2024 07:27:27 -0500 Subject: [PATCH] New package: uv-0.1.4 --- srcpkgs/uv/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/uv/template diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template new file mode 100644 index 0000000000000..e71bb831a453b --- /dev/null +++ b/srcpkgs/uv/template @@ -0,0 +1,21 @@ +# Template file for 'uv' +pkgname=uv +version=0.1.4 +revision=1 +build_style=cargo +make_install_args="--path crates/uv" +hostmakedepends="pkg-config cmake" +makedepends="openssl-devel" +checkdepends="python3" +short_desc="Extremely fast Python package installer and resolver" +maintainer="classabbyamp " +license="Apache-2.0, MIT" +homepage="https://github.com/astral-sh/uv" +distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz" +checksum=1fffbd35b2b8feb57d320b5032cd3972b6dbf99606929dc30b8959aaab1e97cd +# many tests require old python versions +make_check=no + +post_install() { + vlicense LICENSE-MIT +}