123456789101112131415161718192021222324252627 |
- easyblock = 'PythonPackage'
- name = 'Mako'
- version = '1.0.7'
- versionsuffix = '-Python-%(pyver)s'
- 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': '2018b'}
- source_urls = [PYPI_SOURCE]
- sources = [SOURCE_TAR_GZ]
- checksums = ['4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae']
- dependencies = [('Python', '3.6.6')]
- download_dep_fail = True
- use_pip = True
- sanity_check_paths = {
- 'files': ['bin/mako-render'],
- 'dirs': ['lib/python%(pyshortver)s/site-packages'],
- }
- moduleclass = 'devel'
|