Skip to content
Snippets Groups Projects
Commit 5172dcc1 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

bokeh 3 is messed up with setuptools

parent 583c9f2d
No related branches found
No related tags found
No related merge requests found
easyblock = 'PythonBundle'
name = 'bokeh'
version = '2.4.2'
homepage = 'https://github.com/bokeh/bokeh'
description = "Statistical and novel interactive HTML plots for Python"
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
dependencies = [
('Python', '3.10.4'),
('PyYAML', '6.0'),
('Pillow-SIMD', '9.2.0'),
('SciPy-bundle', '2022.05'),
('typing-extensions', '4.3.0'),
]
use_pip = True
exts_list = [
('tornado', '6.1', {
'checksums': ['33c6e81d7bd55b468d2e793517c909b139960b6c790a60b7991b9b6b76fb9791'],
}),
(name, version, {
'checksums': ['f0a4b53364ed3b7eb936c5cb1a4f4132369e394c7ae0a8ef420459410958033d'],
}),
]
sanity_check_paths = {
'files': ['bin/bokeh'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
sanity_check_commands = ["bokeh --help"]
sanity_pip_check = True
moduleclass = 'tools'
easyblock = 'PythonPackage'
name = 'typing-extensions'
version = '4.3.0'
homepage = 'https://github.com/python/typing/blob/master/typing_extensions/README.rst'
description = 'Typing Extensions – Backported and Experimental Type Hints for Python'
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
sources = ['typing_extensions-%(version)s.tar.gz']
checksums = ['e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6']
builddependencies = [('binutils', '2.38')]
dependencies = [('Python', '3.10.4')]
use_pip = True
download_dep_fail = True
sanity_pip_check = True
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment