commit:     46b7c4829f4151fc083bcb8062ad00ed8685be33
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 13:34:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  5 17:05:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b7c482

dev-python/pluggy: Enable python3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pluggy/pluggy-0.13.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild 
b/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
index 231d1845525..9c51e683271 100644
--- a/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
+++ b/dev-python/pluggy/pluggy-0.13.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="$(python_gen_cond_dep \
-       'dev-python/importlib_metadata[${PYTHON_USEDEP}]' -2 python3_{5,6,7} 
pypy3)"
+       'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7 pypy3)"
 DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/${PN}"-0.12.0-strip-setuptools_scm.patch )

Reply via email to