Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929319 - app-i18n/ibus-hangul: needs upgrade to Python 3.12 (PythonCompatUpdate)
Summary: app-i18n/ibus-hangul: needs upgrade to Python 3.12 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 921826
  Show dependency tree
 
Reported: 2024-04-13 08:29 UTC by Michał Górny
Modified: 2024-06-05 08:29 UTC (History)
1 user (show)

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


Attachments
ibus-hangul-1.5.5.ebuild (ibus-hangul-1.5.5-r1.ebuild,1.24 KB, application/vnd.gentoo.ebuild)
2024-06-04 22:12 UTC, dolphinling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-13 08:29:07 UTC
This package does not support Python 3.12.  Please test it with Python 3.12 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99104.html.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 dolphinling 2024-06-04 22:12:01 UTC
Created attachment 895090 [details]
ibus-hangul-1.5.5.ebuild

Needs an eautoreconf to replace the shipped py-compile with an updated version, else the build fails with

ModuleNotFoundError: No module named 'imp'
make[2]: *** [Makefile:465: install-nodist_setup_hangulPYTHON] Error 1

I'm attaching an updated ebuild for 1.5.5 that fixes this and also adapts to the new source location for 1.5.5 (they ship a tar.xz instead of a tar.gz now)

The python fix is only build tested, but I've been running 1.5.5 for a long time with no problems.
Comment 2 Larry the Git Cow gentoo-dev 2024-06-05 08:29:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557261ab82623ca89ad242e3d0e476512dc1b3f3

commit 557261ab82623ca89ad242e3d0e476512dc1b3f3
Author:     Yixun Lan <dlan@gentoo.org>
AuthorDate: 2024-06-05 08:07:04 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2024-06-05 08:21:05 +0000

    app-i18n/ibus-hangul: add 1.5.5, py3.12 support
    
    Closes: https://bugs.gentoo.org/929319
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 app-i18n/ibus-hangul/Manifest                 |  1 +
 app-i18n/ibus-hangul/ibus-hangul-1.5.5.ebuild | 65 +++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)