gobject-introspection: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:00:56 -04:00
parent 62ca010dd9
commit 16565ad63d
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
# Template file for 'gobject-introspection'
pkgname=gobject-introspection
version=1.76.1
revision=2
revision=3
build_style=meson
pycompile_dirs="usr/lib/${pkgname}/giscanner"
hostmakedepends="flex pkg-config"
# won't run tests with cairo to avoid cyclical deps
makedepends="libffi-devel libglib-devel python3-devel python3-Mako
python3-Markdown"
depends="libgirepository-devel python3-Mako python3-Markdown"
depends="libgirepository-devel python3-Mako python3-Markdown python3-setuptools"
short_desc="Introspection system for GObject-based libraries"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"