Install this version:
emerge -a =dev-python/jupyterlab-slurm-3.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/jupyterlab-slurm-3.0.2
Or alternatively:
emerge --autounmask-write -a =dev-python/jupyterlab-slurm-3.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A Jupyter Notebook server extension that implements common Slurm commands"
HOMEPAGE="https://github.com/NERSC/jupyterlab-slurm"
SRC_URI="https://github.com/NERSC/jupyterlab-slurm/archive/refs/tags/v${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="network-sandbox"
RDEPEND="\
>=dev-python/jupyter-packaging-0.10.0[${PYTHON_USEDEP}]
>=dev-python/jupyterlab-3.0.0[${PYTHON_USEDEP}]
<dev-python/jupyterlab-4.0.0[${PYTHON_USEDEP}]
sys-cluster/slurm
"
distutils_enable_tests pytest
python_install_all() {
distutils-r1_python_install_all
mv "${ED}/usr/etc" "${ED}/etc" || die
}
>=dev-python/jupyter-packaging-0.10.0[] >=dev-python/jupyterlab-3.0.0[] <dev-python/jupyterlab-4.0.0[] sys-cluster/slurm
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v3.0.2.tar.gz | 3397921 bytes | https://github.com/NERSC/jupyterlab-slurm/archive/refs/tags/v3.0.2.tar.gz |