From 1610326878b0905de73fe3537316da56ac7e504c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:12 -0400 Subject: [PATCH] pythran: rebuild for Python 3.12 --- srcpkgs/pythran/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template index cb0ccf3df8d..1b5ff0d8cbe 100644 --- a/srcpkgs/pythran/template +++ b/srcpkgs/pythran/template @@ -1,7 +1,7 @@ # Template file for 'pythran' pkgname=pythran version=0.14.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ply python3-gast python3-beniget python3-numpy"