mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
updater-py3_pygobject-3.54.2 — py3_pygobject → 3.54.2 (#12768)
* Add unbuilt py3_pygobject to updater-py3_pygobject-3.54.2 * updater-py3_pygobject-3.54.2: Build Run on linux/amd64. * updater-py3_pygobject-3.54.2: Build Run on linux/arm/v7. * updater-py3_pygobject-3.54.2: 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:
committed by
GitHub
parent
1b16ed9d15
commit
a49a81b143
@@ -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.1-#{CREW_PY_VER}"
|
||||
version "3.54.2-#{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: '4d1e426c8e14db218e142139fe050a6b755d7eebfbd9acd930a9f65bb12141b5',
|
||||
armv7l: '4d1e426c8e14db218e142139fe050a6b755d7eebfbd9acd930a9f65bb12141b5',
|
||||
x86_64: 'c3a407fbdee878bff2e55e474d16b5806e1b2bb822f3164ef1353f080b6e57c0'
|
||||
aarch64: 'f19f20b3be24084c368a454c3ce64d75df1f7636e9903da1cfe8c4c337fb4039',
|
||||
armv7l: 'f19f20b3be24084c368a454c3ce64d75df1f7636e9903da1cfe8c4c337fb4039',
|
||||
x86_64: '8bbc5c7c6e130bc17546f58055d515cafbe276ccf0ad5e63af36bb4cbc936ca7'
|
||||
})
|
||||
|
||||
depends_on 'cairo' # R
|
||||
|
||||
Reference in New Issue
Block a user