python3-cairocffi: rebuild for Python 3.12
This commit is contained in:
parent
2764c24af4
commit
745c55822b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue