Summary: | dev-python/pyGPG: needs upgrade to Python 3.11 (PythonCompatUpdate) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chrylis |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 896398 |
Description
Michał Górny
![]() ![]() ![]() ![]() After commit 8bd9b7d8, emerge -DuNvp @world now fails because of unmet requirements: !!! The ebuild selected to satisfy ">=dev-python/pyGPG-0.2" has unmet requirements. - dev-python/pyGPG-0.2-r1::gentoo USE="" PYTHON_TARGETS="-python3_10 -python3_9" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python3_9 python_targets_python3_10 ) (dependency required by "app-portage/layman-2.4.3::gentoo[gpg]" [ebuild]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) That's what happens when an installed package doesn't support 3.11. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46540c9fbae4300ce29a90b71b2c20e0d51685a commit c46540c9fbae4300ce29a90b71b2c20e0d51685a Author: Sam James <sam@gentoo.org> AuthorDate: 2023-05-01 14:52:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-01 14:52:28 +0000 dev-python/pyGPG: add 0.2_p20220808 Snapshot which has tests so let's add Python 3.11 to it as well. Closes: https://bugs.gentoo.org/896822 Signed-off-by: Sam James <sam@gentoo.org> dev-python/pyGPG/Manifest | 1 + dev-python/pyGPG/pyGPG-0.2_p20220808.ebuild | 55 +++++++++++++++++++++++++++++ dev-python/pyGPG/pyGPG-9999.ebuild | 18 ++++++++-- 3 files changed, 72 insertions(+), 2 deletions(-) |