# IT4Innovations 2019 easyblock = "PythonPackage" name = 'jupyter-console' version = '6.0.0' homepage = 'https://pypi.org/project/jupyter-console' description = 'An IPython-like terminal frontend for Jupyter kernels in any language.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = ["jupyter_console-%(version)s.tar.gz"] #dependencies = [ # ('MarkupSafe', '1.1.1'), #] use_pip = True #download_dep_fail = True #options = {'modulename': 'os'} sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/jupyter_console'], } moduleclass = 'python'