Revert "python3-gobject: update to 3.52.3"

This reverts commit 0c02a10c96.

python3-gobject 3.52 switches to using libgirepository in glib, however this
this breaks libpeas-1's python loader plugin, while this is not an issue in
libpeas-2, many applications are still using libpeas-1 with no current plans
to migrate.

Revert for now until upstreams have more time to handle the change.

https://gitlab.gnome.org/GNOME/pygobject/-/issues/686
This commit is contained in:
oreo639 2025-04-04 22:25:29 -07:00
parent 71070b1fe5
commit 98f22d9957

View file

@ -1,7 +1,8 @@
# Template file for 'python3-gobject'
pkgname=python3-gobject
version=3.52.3
revision=1
reverts="3.52.3_1"
version=3.50.0
revision=3
build_style=meson
build_helper="gir"
configure_args="-Dpython=python${py3_ver}"
@ -14,8 +15,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://pygobject.readthedocs.io/"
changelog="https://pygobject.readthedocs.io/en/latest/changelog.html"
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.gz"
checksum=00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
checksum=8d836e75b5a881d457ee1622cae4a32bcdba28a0ba562193adb3bbb472472212
make_check_pre="xvfb-run"
python3-gobject-devel_package() {