diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 17:39:54 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
| commit | 45b7594b1f73db750cf8ada4543456ae0bed7d2c (patch) | |
| tree | e8bb778231b19a6b8a1620e1df9e41b64217126c /meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |
| parent | 7a5fb2122d41c630cbcdc889d2efcac30241b6ba (diff) | |
| download | poky-45b7594b1f73db750cf8ada4543456ae0bed7d2c.tar.gz | |
python3-pygobject: upgrade 3.42.2 -> 3.44.1
Changelog:
==========
Fix tests with glib 2.76 !240
Note: PyGObject is in need of more maintainers, please read https://www.bassi.io/articles/2022/12/02/on-pygobject/
Note: This is an unstable release.
Drop support for Python 3.6 !184
meson: bump minimum version to 0.53.0 and update subprojects !227
gimodule: fix floating state of python objects created with g_object_new !129
Gtk.Template: Accept PathLike objects as a filename !195
info: Show which type/object callables are bound to !194
IntrospectionModule: handle two threads loading type at same time !149
Port to Py_TRASHCAN_BEGIN !226
Other cleanups/improvements: !181 !173
This release also includes all changes from 3.42.1 and 3.42.2
(From OE-Core rev: d725ef02a36d497e7ed44c61f9b72f9212f0521a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.44.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb new file mode 100644 index 0000000000..8bfff43560 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | SUMMARY = "Python GObject bindings" | ||
| 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject" | ||
| 3 | DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more." | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "LGPL-2.1-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | ||
| 7 | |||
| 8 | GNOMEBASEBUILDCLASS = "meson" | ||
| 9 | GIR_MESON_OPTION = "" | ||
| 10 | |||
| 11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even | ||
| 12 | |||
| 13 | DEPENDS += "python3 glib-2.0 gobject-introspection" | ||
| 14 | |||
| 15 | SRCNAME="pygobject" | ||
| 16 | |||
| 17 | SRC_URI = " \ | ||
| 18 | http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ | ||
| 19 | file://0001-Do-not-build-tests.patch \ | ||
| 20 | " | ||
| 21 | SRC_URI[sha256sum] = "3c6805d1321be90cc32e648215a562430e0d3d6edcda8f4c5e7a9daffcad5710" | ||
| 22 | |||
| 23 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 24 | |||
| 25 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | ||
| 26 | |||
| 27 | RDEPENDS:${PN} += "python3-pkgutil" | ||
| 28 | |||
| 29 | # python3-pycairo is checked on configuration -> DEPENDS | ||
| 30 | # we don't link against python3-pycairo -> RDEPENDS | ||
| 31 | PACKAGECONFIG[cairo] = "-Dpycairo=enabled,-Dpycairo=disabled, cairo python3-pycairo, python3-pycairo" | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native" | ||
| 34 | PACKAGECONFIG:class-native = "" | ||
