# IT4Innovations 2018 easyblock = "PythonPackage" name = 'ipython' version = '6.2.1' homepage = 'https://pypi.python.org/pypi/ipython' description = 'IPython: Productive Interactive Computing.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg-info'], 'dirs': ['lib/python3.6/site-packages/IPython'], } moduleclass = 'python'