# IT4Innovations 2018 easyblock = 'PythonPackage' name = 'Mako' version = '1.0.7' homepage = 'http://www.makotemplates.org' description = """A super-fast templating language that borrows the best ideas from the existing templating languages""" toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('MarkupSafe', '1.0') ] sanity_check_paths = { 'files': ['bin/mako-render'], 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], } moduleclass = 'python'