diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-20 14:49:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-20 16:02:20 +0100 |
commit | 335518ecb25c250ec13703a92fbb886e7191dcfc (patch) | |
tree | e9496376d8be966f604fa6d10c6405607d78de01 /dev-python/widgetsnbextension | |
parent | dev-python/jupyter-server-terminals: Enable pypy3 (diff) | |
download | gentoo-335518ecb25c250ec13703a92fbb886e7191dcfc.tar.gz gentoo-335518ecb25c250ec13703a92fbb886e7191dcfc.tar.bz2 gentoo-335518ecb25c250ec13703a92fbb886e7191dcfc.zip |
dev-python/widgetsnbextension: Enable pypy3
Sponsored-by: Ex Makhina, Inc. <info-gentoo@exmakhina.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/widgetsnbextension')
-rw-r--r-- | dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild index e64bec9812dc..3fab7b678880 100644 --- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild +++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.9.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi @@ -23,10 +23,6 @@ BDEPEND=" dev-python/jupyter-packaging[${PYTHON_USEDEP}] " -RDEPEND=" - dev-python/notebook[${PYTHON_USEDEP}] -" - src_install() { distutils-r1_src_install |