summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-20 17:59:12 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-20 17:59:12 +0100
commitbfc7fd00b1d87ecc61f2466cdfd539cf9eb51e36 (patch)
treeabc4c19d0c6bbacdc8e9e8bfaf0218bf77992636 /dev-python/jupyterlab
parentdev-python/notebook-shim: Enable pypy3 (diff)
downloadgentoo-bfc7fd00b1d87ecc61f2466cdfd539cf9eb51e36.tar.gz
gentoo-bfc7fd00b1d87ecc61f2466cdfd539cf9eb51e36.tar.bz2
gentoo-bfc7fd00b1d87ecc61f2466cdfd539cf9eb51e36.zip
dev-python/jupyterlab: 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/jupyterlab')
-rw-r--r--dev-python/jupyterlab/jupyterlab-4.0.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild b/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild
index a9ae6842f846..672b58ac0dd4 100644
--- a/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-4.0.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi xdg