Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865927 - dev-libs/gobject-introspection missing support for python 3.11
Summary: dev-libs/gobject-introspection missing support for python 3.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-21 12:30 UTC by Boris Staletic
Modified: 2022-09-24 13:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Staletic 2022-08-21 12:30:23 UTC
Similar to bug 865925, dev-libs/gobject-introspection needs thte same treatement.

Note that I don't remember any test failures,
but it has been a while since I switched gobject-introspection to python3.11

Relevant diff of the ebuild

--- /var/db/repos/gentoo/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild     2022-06-14 17:40:18.000000000 +0200
+++ /var/db/repos/local/dev-libs/gobject-introspection/gobject-introspection-1.72.0.ebuild      2022-08-02 21:25:04.596526162 +0200
@@ -3,8 +3,8 @@

 EAPI=7

-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="xml(+)"
 inherit gnome.org meson python-single-r1 xdg

 DESCRIPTION="Introspection system for GObject-based libraries"
Comment 1 Matt Turner gentoo-dev 2022-09-24 13:24:33 UTC
commit fccf850c71bdb62e3ea9da5b94a415e33639c543
Author: Sergey Torokhov <torokhov-s-a@yandex.ru>
Date:   Thu Sep 1 00:31:53 2022 +0300

    dev-libs/gobject-introspection: add PYTHON_COMPAT 3.11
    
    This change is to add PYTHON_COMPAT for media-gfx/gimp
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Signed-off-by: Sam James <sam@gentoo.org>