summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-01 14:44:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-01 16:44:44 +0200
commitbfa9ed36b2b9907f5f6bdbd03c7e8528c44c06f2 (patch)
tree4db7c2f23129d7bf365a4242b33c0ebd13be5b9c
parentdev-python/ipython: Port to py3.10 (diff)
downloadgentoo-bfa9ed36.tar.gz
gentoo-bfa9ed36.tar.bz2
gentoo-bfa9ed36.zip
dev-python/ipykernel: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
index dfa1978c4ec6..c49b698d9474 100644
--- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
+++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild
@@ -1,11 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="threads(+)"
-
inherit distutils-r1
DESCRIPTION="IPython Kernel for Jupyter"