mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gobject-introspection: rebuild for Python 3.12
This commit is contained in:
parent
62ca010dd9
commit
16565ad63d
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.76.1
|
version=1.76.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meson
|
build_style=meson
|
||||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
# won't run tests with cairo to avoid cyclical deps
|
# won't run tests with cairo to avoid cyclical deps
|
||||||
makedepends="libffi-devel libglib-devel python3-devel python3-Mako
|
makedepends="libffi-devel libglib-devel python3-devel python3-Mako
|
||||||
python3-Markdown"
|
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"
|
short_desc="Introspection system for GObject-based libraries"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue