# IT4Innovations # LK 2021 easyblock = 'PythonPackage' name = 'Mako' version = '1.1.3' homepage = 'https://www.makotemplates.org' description = """A super-fast templating language that borrows the best ideas from the existing templating languages""" toolchain = {'name': 'GCCcore', 'version': '10.2.0'} sources = [SOURCE_TAR_GZ] checksums = ['8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27'] download_dep_fail = True use_pip = True sanity_pip_check = True builddependencies = [('binutils', '2.35')] multi_deps = {'Python': ['3.8.6']} sanity_check_paths = { 'files': ['bin/mako-render'], 'dirs': ['lib/python%(pyshortver)s/site-packages/%(namelower)s'], } moduleclass = 'devel'