# JH 2020 easyblock = 'PythonPackage' name = 'Mako' version = '1.1.2' 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': '3.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] dependencies = [ ('MarkupSafe', '1.1.1') ] sanity_check_paths = { 'files': ['bin/mako-render'], 'dirs': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'], } moduleclass = 'python'