From 3e45f32b4ac4fb74a1a03aa8b82ee81e3714f918 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:27:56 -0500 Subject: [PATCH] ruff: rebuild for python3-3.13 --- srcpkgs/ruff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruff/template b/srcpkgs/ruff/template index 021bd57e5b2..7ecb5832495 100644 --- a/srcpkgs/ruff/template +++ b/srcpkgs/ruff/template @@ -1,7 +1,7 @@ # Template file for 'ruff' pkgname=ruff version=0.7.2 -revision=1 +revision=2 build_style=python3-pep517 build_helper="rust qemu" hostmakedepends="maturin cargo pkg-config"