Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 856913 - dev-utils/meson-format-array-0: support for python 3.11 missing
Summary: dev-utils/meson-format-array-0: support for python 3.11 missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-07 19:05 UTC by Boris Staletic
Modified: 2022-07-07 19:43 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-07-07 19:05:11 UTC
dev-utils/meson-format-array-0 currently contains

    PYTHON_COMPAT=( python3_{8..10} )

This is the only package stopping me from ditching python 3.10.

Reproducible: Always

Steps to Reproduce:
1. Set PYTHON_TARGETS and PYTHON_SINGLE_TARGET to python3_11
2. Run emerge -pv1 meson-format-array
Actual Results:  
!!! The ebuild selected to satisfy "meson-format-array" has unmet requirements.
- dev-util/meson-format-array-0::gentoo USE="" ABI_X86="(64)" PYTHON_TARGETS="-python3_10 -python3_8 -python3_9"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )


Expected Results:  
Portage installing meson-format-array for python 3.11.
Comment 1 Larry the Git Cow gentoo-dev 2022-07-07 19:43:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91dc6350e05582abba13f76c9734d1faef2183cd

commit 91dc6350e05582abba13f76c9734d1faef2183cd
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-07-07 19:42:55 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-07-07 19:42:55 +0000

    dev-util/meson-format-array: enable py3.11
    
    Closes: https://bugs.gentoo.org/856913
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 dev-util/meson-format-array/meson-format-array-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)