Summary: | x11-wm/xpra: needs upgrade to Python 3.12 (PythonCompatUpdate) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Benda Xu <heroxbd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexxy, chewi, gentoo, kingjon3377, theodor |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://github.com/gentoo/gentoo/pull/37042 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 921826 |
Description
Michał Górny
![]() ![]() ![]() ![]() I changed the PYTHON_COMPAT in the xpra-4.4.6-r2 ebuild and for my use cases xpra still works. Please update the ebuild, so I don't have to change the ebuild myself. I'm looking at the last test failures in 6.0.1. Otherwise it's ready. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc3756596141e0080544618e18f1152bf0be774 commit dcc3756596141e0080544618e18f1152bf0be774 Author: Paul Zander <negril.nx+gentoo@gmail.com> AuthorDate: 2024-06-04 17:58:47 +0000 Commit: Alexey Shvetsov <alexxy@gentoo.org> CommitDate: 2024-06-10 19:18:21 +0000 x11-wm/xpra: add 6.0.1, 6.9999, update 9999 - Python 3.12 support - PEP517 support - re-enabled tests - general rework of the ebuild Closes: https://bugs.gentoo.org/912679 Closes: https://bugs.gentoo.org/929898 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37042 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> x11-wm/xpra/Manifest | 1 + x11-wm/xpra/files/xpra-9999-pep517.patch | 12 + x11-wm/xpra/metadata.xml | 4 + x11-wm/xpra/xpra-4.4.5-r2.ebuild | 7 +- x11-wm/xpra/xpra-4.4.6-r2.ebuild | 7 +- x11-wm/xpra/xpra-6.0.1.ebuild | 376 +++++++++++++++++++++++++++++++ x11-wm/xpra/xpra-6.9999.ebuild | 376 +++++++++++++++++++++++++++++++ x11-wm/xpra/xpra-9999.ebuild | 296 ++++++++++++++++++------ 8 files changed, 999 insertions(+), 80 deletions(-) |