Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 6/6] dev-lang/python: Add python-exec dep to 3.11.0_beta1
Date: Sun, 08 May 2022 18:28:48
Message-Id: 20220508182642.4112-7-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/6] python-utils-r1.eclass: Python 3.11 support by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 ...ython-3.11.0_beta1.ebuild => python-3.11.0_beta1-r1.ebuild} | 3 +--
4 1 file changed, 1 insertion(+), 2 deletions(-)
5 rename dev-lang/python/{python-3.11.0_beta1.ebuild => python-3.11.0_beta1-r1.ebuild} (99%)
6
7 diff --git a/dev-lang/python/python-3.11.0_beta1.ebuild b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
8 similarity index 99%
9 rename from dev-lang/python/python-3.11.0_beta1.ebuild
10 rename to dev-lang/python/python-3.11.0_beta1-r1.ebuild
11 index 856edae9f10c..b26c9312a617 100644
12 --- a/dev-lang/python/python-3.11.0_beta1.ebuild
13 +++ b/dev-lang/python/python-3.11.0_beta1-r1.ebuild
14 @@ -79,8 +79,7 @@ BDEPEND="
15 RDEPEND+="
16 !build? ( app-misc/mime-types )
17 "
18 -# TODO: enable this after adding eclass support
19 -if [[ ${PV} != *_alpha* ]] && false; then
20 +if [[ ${PV} != *_alpha* ]]; then
21 RDEPEND+="
22 dev-lang/python-exec[python_targets_python${PYVER/./_}(-)]
23 "
24 --
25 2.35.1