mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: l/libGLU/libGLU-9.0.0-GCC-8.3.0-2.32.eb modified: l/libGLU/libGLU-9.0.0.eb modified: l/libdrm/libdrm-2.4.76.eb modified: m/Mako/Mako-1.0.6-Py-2.7.eb modified: m/Mesa/Mesa-18.3.1.eb new file: v/VirtualGL/VirtualGL-2.6.1-GCC-8.3.0-2.32.eb new file: v/VirtualGL/VirtualGL-2.6.3.eb
25 lines
508 B
Plaintext
25 lines
508 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'Mako'
|
|
version = '1.0.6'
|
|
versionsuffix = '-Py-2.7'
|
|
|
|
homepage = 'http://www.makotemplates.org'
|
|
description = """A super-fast templating language that borrows the best ideas from the existing templating languages"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [('Py', '2.7')]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/mako-render'],
|
|
'dirs': ['lib/python2.7/site-packages'],
|
|
}
|
|
|
|
moduleclass = 'devel'
|