Skip to content

Commit

Permalink
Merge pull request #20624 from lexming/20240524103814_new_pr_dask-lab…
Browse files Browse the repository at this point in the history
…extension700

{tools}[foss/2023a] dask-labextension v7.0.0
  • Loading branch information
bedroge authored May 27, 2024
2 parents b67a97c + c535b8b commit 0d603ec
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
easyblock = 'PythonBundle'

name = 'dask-labextension'
version = '7.0.0'

homepage = 'https://github.com/dask/dask-labextension'
description = """This package provides a JupyterLab extension to manage Dask clusters, as well
as embed Dask's dashboard plots directly into JupyterLab panes."""

toolchain = {'name': 'foss', 'version': '2023a'}

dependencies = [
('Python', '3.11.3'),
('JupyterLab', '4.0.5'),
('jupyter-server-proxy', '4.0.0'),
('dask', '2023.9.2'),
]

use_pip = True

exts_list = [
('dask_labextension', version, {
'sources': ['%(name)s-%(version)s-py3-none-any.whl'],
'checksums': ['34fd1ee80a7259dc292a789cc82e4563d7cd1f5a26eb2ee8b434517482f82027'],
}),
]

sanity_pip_check = True

sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/dask_labextension', 'etc/jupyter', 'share/jupyter'],
}

modextrapaths = {'EB_ENV_JUPYTER_ROOT': ''}

moduleclass = 'tools'

0 comments on commit 0d603ec

Please sign in to comment.