From dcb13f7e05eb512e4a659d4afaac0fcdbab37851 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 20 Sep 2024 11:59:21 +0530 Subject: [PATCH] ruff: update to 0.6.8. --- srcpkgs/ruff/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template index 0f17beddd3760c..a88f90b19b63d1 100644 --- a/srcpkgs/ruff/template +++ b/srcpkgs/ruff/template @@ -1,18 +1,18 @@ # Template file for 'ruff' pkgname=ruff -version=0.6.5 +version=0.6.8 revision=1 build_style=python3-pep517 build_helper="rust qemu" -hostmakedepends="maturin cargo" -makedepends="rust-std" +hostmakedepends="maturin cargo pkg-config" +makedepends="rust-std libzstd-devel" short_desc="Fast Python linter and code formatter" maintainer="icp " license="MIT" homepage="https://docs.astral.sh/ruff/" changelog="https://raw.githubusercontent.com/astral-sh/ruff/main/CHANGELOG.md" distfiles="https://github.com/astral-sh/ruff/archive/refs/tags/${version}.tar.gz" -checksum=ecca79da8acf4e1f234652fcb1fadef913392e66795b61db1c469c1e34b8fe49 +checksum=27765b3018646745b064ea5734a4f1ba36dede3df3883dd5d150e8307e5d2149 post_install() { vlicense LICENSE