Merge branch 'it4i-barbora'

This commit is contained in:
Josef Hrabal 2020-08-06 09:57:17 +02:00
commit 6456307063

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'