From 745c55822bbd724146235dbcac6453ffc7858c10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:58 -0400 Subject: [PATCH] python3-cairocffi: rebuild for Python 3.12 --- srcpkgs/python3-cairocffi/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template index 452f813413d..5e18b65a07a 100644 --- a/srcpkgs/python3-cairocffi/template +++ b/srcpkgs/python3-cairocffi/template @@ -1,10 +1,11 @@ # Template file for 'python3-cairocffi' pkgname=python3-cairocffi version=1.6.1 -revision=1 +revision=2 build_style=python3-pep517 make_check_args="--pyargs cairocffi" -hostmakedepends="python3-setuptools python3-cffi python3-wheel python3-flit_core $(vopt_if xcb python3-xcffib)" +hostmakedepends="python3-setuptools python3-cffi python3-wheel + python3-flit_core $(vopt_if xcb python3-xcffib)" depends="python3-cffi cairo" checkdepends="python3-pytest python3-numpy gdk-pixbuf python3-pikepdf $depends" short_desc="CFFI-based cairo bindings for Python3"