mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/jupyterlab: drop 3.2.1, 3.2.5-r1, 3.2.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -1,4 +1 @@
|
||||
DIST jupyterlab-3.2.1.tar.gz 17073190 BLAKE2B 8cde66b024fe46270494735de8ab2ae0747a926c9ee1daf2d49514ce813bbc3570e676afde0fdae2328e65820fb8511195d097a17b7e07f800f93c4d98968709 SHA512 b84cdd5c70861300d84d3d6d8f3ba5e01482dd29105949c4b14b3d6512749bc4c8bb091f1d9246de181e2714ddf840a17903eb43750bd13ae9ca96c5119d5661
|
||||
DIST jupyterlab-3.2.5.tar.gz 17056795 BLAKE2B 1c4c8de7b20d4b6ea42d0aaa8986fd08d31e8d31289c9c72a691746275146e4a2b8fbfc1f7bcbaf374d063cbda7a39e941677265b211ebe3f2d6c37fad740624 SHA512 396717554a70cf0ed0d2a6b3d2929ff51659453d4570e014277c82a48c5974fdac345e391882a3e0114f9bda13a8436072a032db4c8b8d1b338396248c176fa3
|
||||
DIST jupyterlab-3.2.9.tar.gz 17047944 BLAKE2B 2e12bfd9915f237b8a3f162979444edb3fe47618c5f0e49184ad0568f1cf62a1cd6063f2127bbff64b4bd1040ea7b446466ec95ac0f572c1cebede4dc1112ec8 SHA512 997176825dba8a004f8e30a4210a6b98dd63636f7822e075c6095c9c728b9e1148c541880ac17b4d0d5d6e8b22609f2a3cf8b517687c4262837b7a4d349fa99f
|
||||
DIST jupyterlab-3.3.2.tar.gz 17141751 BLAKE2B 268a83f201fe9d31b7f90538312f5729b5fd174b2e51eb5c65d3ed8d1bc34655571cc239d34c5f38ae1c76eccae30f82ce2152dbddf2bb7149affbda6d3e0cc9 SHA512 35384ddf82860b98f4ed17ad8eacebb9f4a2fdaef955b016c6971ca228b2c42cbf13cac7975d76fffdfcd703f9b128ddca5099d6d5ef1625fe12fe68e14137ac
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JupyterLab computational environment"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD MIT GPL-3 Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# TODO: package openapi et al
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/jupyter_core[${PYTHON_USEDEP}]
|
||||
dev-python/jupyterlab_server[${PYTHON_USEDEP}]
|
||||
dev-python/jupyter_server[${PYTHON_USEDEP}]
|
||||
dev-python/nbclassic[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-6.1[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
# TODO: package myst_parser
|
||||
#distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${ED}/usr/etc" "${ED}/etc" || die
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JupyterLab computational environment"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD MIT GPL-3 Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# TODO: package openapi et al
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/jupyter_core[${PYTHON_USEDEP}]
|
||||
dev-python/jupyterlab_server[${PYTHON_USEDEP}]
|
||||
dev-python/jupyter_server[${PYTHON_USEDEP}]
|
||||
dev-python/nbclassic[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-6.1[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
# TODO: package myst_parser
|
||||
#distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${ED}/usr/etc" "${ED}/etc" || die
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JupyterLab computational environment"
|
||||
HOMEPAGE="https://jupyter.org/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD MIT GPL-3 Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# TODO: package openapi et al
|
||||
RESTRICT="test"
|
||||
|
||||
BDEPEND="dev-python/jupyter_packaging[${PYTHON_USEDEP}]"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/ipython[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
dev-python/jupyter_core[${PYTHON_USEDEP}]
|
||||
>=dev-python/jupyterlab_server-2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/jupyter_server-1.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/nbclassic-0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
|
||||
>=www-servers/tornado-6.1[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
# TODO: package sphinx_copybutton
|
||||
#distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/myst_parser
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
mv "${ED}/usr/etc" "${ED}/etc" || die
|
||||
}
|
||||
Reference in New Issue
Block a user