mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
23 lines
483 B
Plaintext
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'
|