# IT4Innovations 2019 easyblock = "PythonPackage" name = 'nbconvert' version = '5.6.1' homepage = 'https://pypi.org/project/nbconvert' description = '' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_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/%(name)s'], } moduleclass = 'python'