easyconfigs-it4i/s/SCons/SCons-3.0.1-Py-2.7.eb
Lukáš Krupčík 6d5298cc4a new file: r/Rosetta/Rosetta-3.10-intel-2017c.eb
new file:   r/Rosetta/Rosetta-3.7-foss-2016b.eb
	new file:   s/SCons/SCons-3.0.1-Py-2.7.eb
2018-10-22 13:19:45 +02:00

23 lines
483 B
Plaintext

# IT4Innovations 2018
easyblock = "PythonPackage"
name = 'SCons'
version = '3.0.1'
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'