summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-01 14:43:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-01 16:41:38 +0200
commit27cf788de756400bae1499c4b927ec1d320184c2 (patch)
tree3d07ca5ca1393eab9b284fb191fb322dacd03ee8
parentdev-python/jupyter_core: Port to py3.10 (diff)
downloadgentoo-27cf788de756400bae1499c4b927ec1d320184c2.tar.gz
gentoo-27cf788de756400bae1499c4b927ec1d320184c2.tar.bz2
gentoo-27cf788de756400bae1499c4b927ec1d320184c2.zip
dev-python/jupyter_client: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jupyter_client/jupyter_client-6.1.12.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
index 471acf5b007d..acb5d8bdd8a2 100644
--- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild
@@ -1,12 +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(+)"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
inherit distutils-r1
DESCRIPTION="Jupyter protocol implementation and client libraries"