Mako-1.0.7-foss-2018b-Python-3.6.6.eb 665 B

123456789101112131415161718192021222324252627
  1. easyblock = 'PythonPackage'
  2. name = 'Mako'
  3. version = '1.0.7'
  4. versionsuffix = '-Python-%(pyver)s'
  5. homepage = 'http://www.makotemplates.org'
  6. description = """A super-fast templating language that borrows the best ideas from the existing templating languages"""
  7. toolchain = {'name': 'foss', 'version': '2018b'}
  8. source_urls = [PYPI_SOURCE]
  9. sources = [SOURCE_TAR_GZ]
  10. checksums = ['4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae']
  11. dependencies = [('Python', '3.6.6')]
  12. download_dep_fail = True
  13. use_pip = True
  14. sanity_check_paths = {
  15. 'files': ['bin/mako-render'],
  16. 'dirs': ['lib/python%(pyshortver)s/site-packages'],
  17. }
  18. moduleclass = 'devel'