# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-gobject3 pkgver=3.42.0 pkgrel=2 pkgdesc="Python bindings for the GObject library" url="https://wiki.gnome.org/Projects/PyGObject/" arch="all" license="LGPL-2.1-or-later" makedepends="python3-dev py3-cairo-dev gobject-introspection-dev libffi-dev glib-dev meson" checkdepends="py3-pytest gtk+3.0-dev xvfb-run ibus ttf-dejavu" depends="python3" subpackages="$pkgname-dev:_dev" options="!check" # Need ibus which is in community/ source="https://download.gnome.org/sources/pygobject/${pkgver%.*}/pygobject-$pkgver.tar.xz" builddir="$srcdir"/pygobject-$pkgver replaces="py-gobject3" # Backwards compatibility provides="py-gobject3=$pkgver-r$pkgrel" # Backwards compatibility build() { abuild-meson \ -Dpython=python3 \ . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { PYGI_TEST_VERBOSE="1" xvfb-run meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" ninja -C "$builddir"/output install } _dev() { replaces="py-gobject3-dev" # Backwards compatibility provides="py-gobject3-dev=$pkgver-r$pkgrel" # Backwards compatibility default_dev } sha512sums=" 2f3e9187cb8dd7ccbf139a58ea348732fc7cb95dbf4bee2ba8f78003a7540d90c0b29153d93f50bf613c2d43f0de0ec8971c61c358d48552e42ce17775a178dd pygobject-3.42.0.tar.xz "