python3-gobject: update to 3.32.0.
This commit is contained in:
parent
c5d0ae65a2
commit
d0437d289a
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'python3-gobject'
|
||||
pkgname=python3-gobject
|
||||
version=3.30.4
|
||||
revision=3
|
||||
version=3.32.0
|
||||
revision=1
|
||||
wrksrc="pygobject-${version}"
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dpython=python${py3_ver}"
|
||||
pycompile_module="gi pygtkcompat"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="libglib-devel python3-cairo-devel python3-devel"
|
||||
depends="gir-freedesktop python3-cairo"
|
||||
short_desc="Python3 bindings for GObject"
|
||||
|
@ -15,12 +15,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pygobject.readthedocs.io/"
|
||||
distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz"
|
||||
checksum=2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl|x86_64-musl) ;;
|
||||
*-musl) broken="Error relocating /usr/aarch64-linux-musl/usr/lib/libz.so.1: unsupported relocation type 1026" ;;
|
||||
esac
|
||||
checksum=83f4d7e59fde6bc6b0d39c5e5208574802f759bc525a4cb8e7265dfcba45ef29
|
||||
|
||||
python3-gobject-devel_package() {
|
||||
depends="libgirepository-devel python3-cairo-devel
|
||||
|
|
Loading…
Reference in New Issue