new file: m/Mako/Mako-1.1.2-Python-3.6.6.eb

This commit is contained in:
Josef Hrabal 2020-08-06 09:54:45 +02:00
parent d9bcd66c7d
commit 6e1dcad884

View File

@ -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'