summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-05 15:34:46 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-05 19:05:31 +0200
commit46b7c4829f4151fc083bcb8062ad00ed8685be33 (patch)
tree60dbe1fc83329e7d35d395b53fcd90a1c4c74301 /dev-python
parentdev-python/setuptools_scm: Enable python3.10 (diff)
downloadgentoo-46b7c4829f4151fc083bcb8062ad00ed8685be33.tar.gz
gentoo-46b7c4829f4151fc083bcb8062ad00ed8685be33.tar.bz2
gentoo-46b7c4829f4151fc083bcb8062ad00ed8685be33.zip
dev-python/pluggy: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pluggy/pluggy-0.13.1-r1.ebuild6
1 files 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 231d1845525c..9c51e6832712 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 )