mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: h/HDF5/HDF5-1.10.6-intel-2020a.eb new file: m/Mako/Mako-1.1.2-Py-3.7.eb new file: m/MarkupSafe/MarkupSafe-1.1.1-Py-3.7.eb new file: m/Mesa/Mesa-18.3.6.eb modified: n/numba/numba-0.48.0-intel-2020a-Py-3.7.eb modified: o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
26 lines
544 B
Plaintext
26 lines
544 B
Plaintext
# 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'
|