diff --git a/m/Mako/Mako-1.1.2-Python-3.6.6.eb b/m/Mako/Mako-1.1.2-Python-3.6.6.eb new file mode 100644 index 00000000..a603b318 --- /dev/null +++ b/m/Mako/Mako-1.1.2-Python-3.6.6.eb @@ -0,0 +1,25 @@ +# 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': 'foss', 'version': '2018a'} + +source_urls = [PYPI_SOURCE] +sources = [SOURCE_TAR_GZ] + +dependencies = [ + ('Python', '3.6.6') +] + +sanity_check_paths = { + 'files': ['bin/mako-render'], + 'dirs': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg'], +} + +moduleclass = 'python'