From 24496dd886b3a71056e8ce5edbaa290e0ec43fbc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:59 -0400 Subject: [PATCH] pythran: rebuild for Python 3.11 --- srcpkgs/pythran/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template index 1a72714ba13..33dcea7153a 100644 --- a/srcpkgs/pythran/template +++ b/srcpkgs/pythran/template @@ -1,7 +1,7 @@ # Template file for 'pythran' pkgname=pythran version=0.12.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ply python3-gast python3-beniget python3-numpy"