easyconfigs-it4i/m/Mako/Mako-1.0.6-Py-2.7.eb
easybuild 7c1f166bba modified: l/LLVM/LLVM-7.0.0-intel-2017c.eb
new file:   l/LLVM/LLVM-9.0.0-GCCcore-8.3.0.eb
	new file:   m/Mako/Mako-1.0.6-Py-2.7.eb
	new file:   o/Octave/Octave-5.1.0-intel-2017c.eb
	deleted:    m/Mako/Mako-1.0.6-Python-2.7.14-base.eb
2019-11-20 08:54:11 +01:00

25 lines
540 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.7s/site-packages/%(name)s-%(version)s-py2.7.egg'],
}
moduleclass = 'devel'