mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = "Toolchain"
|
|
|
|
name = 'Py'
|
|
version = '2.7'
|
|
|
|
homepage = 'https://www.python.org'
|
|
description = """Python 2.7 toolchain"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('GCC', '8.3.0-2.32'),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|