updater-py3_pygobject-3.54.1 — py3_pygobject → 3.54.1 (#12753)

* Add unbuilt py3_pygobject to updater-py3_pygobject-3.54.1

* updater-py3_pygobject-3.54.1: Build Run on linux/arm/v7.

* updater-py3_pygobject-3.54.1: Build Run on linux/amd64.

* updater-py3_pygobject-3.54.1: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-09-13 10:58:15 +10:00
committed by GitHub
parent d875aaf9a2
commit b4c921c8ce
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Total size: 1024891
# Total size: 1024933
/usr/local/include/pygobject-3.0/pygobject.h
/usr/local/lib/pkgconfig/pygobject-3.0.pc
/usr/local/lib/python3.13/site-packages/PyGObject-3.54.0.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/PyGObject-3.54.1.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/gi/__init__.py
/usr/local/lib/python3.13/site-packages/gi/__pycache__/__init__.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/gi/__pycache__/_constants.cpython-313.pyc

View File

@@ -1,7 +1,7 @@
# Total size: 1152603
# Total size: 1152709
/usr/local/include/pygobject-3.0/pygobject.h
/usr/local/lib64/pkgconfig/pygobject-3.0.pc
/usr/local/lib64/python3.13/site-packages/PyGObject-3.54.0.dist-info/METADATA
/usr/local/lib64/python3.13/site-packages/PyGObject-3.54.1.dist-info/METADATA
/usr/local/lib64/python3.13/site-packages/gi/__init__.py
/usr/local/lib64/python3.13/site-packages/gi/__pycache__/__init__.cpython-313.pyc
/usr/local/lib64/python3.13/site-packages/gi/__pycache__/_constants.cpython-313.pyc

View File

@@ -4,7 +4,7 @@ require 'buildsystems/meson'
class Py3_pygobject < Meson
description 'PyGObject is a Python package which provides bindings for GObject based libraries such as GTK+, GStreamer, WebKitGTK+, GLib, GIO and many more.'
homepage 'https://pygobject.gnome.org/'
version "3.54.0-#{CREW_PY_VER}"
version "3.54.1-#{CREW_PY_VER}"
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/pygobject.git'
@@ -12,9 +12,9 @@ class Py3_pygobject < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'acd0bada5cc59baa3ec35fb6ce7754866b90ebc36617e9806521bc737b2afe9e',
armv7l: 'acd0bada5cc59baa3ec35fb6ce7754866b90ebc36617e9806521bc737b2afe9e',
x86_64: 'ad181b8abe584dcfe75534de41fa8934d2ad30ee954eb525a4083a03365f0e5f'
aarch64: '4d1e426c8e14db218e142139fe050a6b755d7eebfbd9acd930a9f65bb12141b5',
armv7l: '4d1e426c8e14db218e142139fe050a6b755d7eebfbd9acd930a9f65bb12141b5',
x86_64: 'c3a407fbdee878bff2e55e474d16b5806e1b2bb822f3164ef1353f080b6e57c0'
})
depends_on 'cairo' # R