Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/
Date: Thu, 03 Feb 2022 17:58:06
Message-Id: 1643911075.27b8ef5a6d0ae1df51021276a92f0081a9ad80ed.marecki@gentoo
1 commit: 27b8ef5a6d0ae1df51021276a92f0081a9ad80ed
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 3 17:31:49 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 17:57:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b8ef5a
7
8 app-admin/ansible-molecule: enable py3.10
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
16 index 0ccbaea87c20..0adc88086a0f 100644
17 --- a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
18 +++ b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild
19 @@ -1,10 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -# TODO: does support py3.10 upstream so add it here as soon as all the dependencies are ready.
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_SINGLE_IMPL=1
30
31 inherit distutils-r1 optfeature