summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-01 19:38:41 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-01 19:53:43 +0200
commit8b8671c54281de95c63af5842ecaefe24931c2af (patch)
tree9ada66b9a839fadcd5b06e7c548855e252f3da4e /dev-python/nbconvert
parentdev-python/nbconvert: Fix skipping tests (diff)
downloadgentoo-8b8671c54281de95c63af5842ecaefe24931c2af.tar.gz
gentoo-8b8671c54281de95c63af5842ecaefe24931c2af.tar.bz2
gentoo-8b8671c54281de95c63af5842ecaefe24931c2af.zip
dev-python/nbconvert: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r--dev-python/nbconvert/nbconvert-6.0.7.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/nbconvert/nbconvert-6.0.7.ebuild b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
index 2de0d56e7856..578ce6abca48 100644
--- a/dev-python/nbconvert/nbconvert-6.0.7.ebuild
+++ b/dev-python/nbconvert/nbconvert-6.0.7.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Converting Jupyter Notebooks"