Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/
Date: Wed, 05 May 2021 17:05:59
Message-Id: 1620234331.46b7c4829f4151fc083bcb8062ad00ed8685be33.mgorny@gentoo
1 commit: 46b7c4829f4151fc083bcb8062ad00ed8685be33
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 13:34:46 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 17:05:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b7c482
7
8 dev-python/pluggy: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pluggy/pluggy-0.13.1-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild b/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
16 index 231d1845525..9c51e683271 100644
17 --- a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
18 +++ b/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
27 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
28
29 inherit distutils-r1
30
31 @@ -16,7 +16,7 @@ SLOT="0"
32 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
33
34 RDEPEND="$(python_gen_cond_dep \
35 - 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' -2 python3_{5,6,7} pypy3)"
36 + 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7 pypy3)"
37 DEPEND="${RDEPEND}"
38
39 PATCHES=( "${FILESDIR}/${PN}"-0.12.0-strip-setuptools_scm.patch )