# IT4Innovations 2020 easyblock = "PythonPackage" name = 'wheel' version = '0.33.4' homepage = 'https://pypi.python.org/pypi/wheel' description = 'A built-package format for Python.' toolchain = {'name': 'Py', 'version': 'system'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], } moduleclass = 'python'