Files
chromebrew/packages/py3_pygobject.rb
chromebrew-actions[bot] 1b338c1b46 updater-py3_pygobject-3.54.5 — py3_pygobject → 3.54.5 (#13169)
* Add unbuilt py3_pygobject to updater-py3_pygobject-3.54.5

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

* updater-py3_pygobject-3.54.5: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-10-19 02:10:10 +00:00

33 lines
1.1 KiB
Ruby

# Only a meson build creates the pkgconfig files needed for other builds.
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.5-#{CREW_PY_VER}"
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/pygobject.git'
git_hashtag version.split('-').first
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'b5d8167181c13e1a95afb19ceeecbea8c1fd36bf7717801ff34788c7d3672fb3',
armv7l: 'b5d8167181c13e1a95afb19ceeecbea8c1fd36bf7717801ff34788c7d3672fb3',
x86_64: 'c1414c052a3c092c4aacf21326d5d1f5fd201114dc64f38f69e0e1b18a3b48b7'
})
depends_on 'cairo' # R
depends_on 'gcc_lib' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'harfbuzz' # R
depends_on 'libffi' # R
depends_on 'py3_meson_python' => :build
depends_on 'py3_pycairo' => :build
depends_on 'python3' # R
depends_on 'wayland' => :build
meson_options '-Dtests=false'
end