# IT4Innovations 2018 easyblock = "PythonPackage" name = 'SCons' version = '2.3.6' homepage = 'https://github.com/benjaminp/six' description = 'Python 2 and 3 compatibility library.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCELOWER_TAR_GZ] options = {'modulename': False} sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], 'dirs': ['lib/%(namelower)s-%(version)s'], } moduleclass = 'python'