mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: m/Mako/Mako-1.1.2-Python-3.6.6.eb
This commit is contained in:
parent
d9bcd66c7d
commit
6e1dcad884
25
m/Mako/Mako-1.1.2-Python-3.6.6.eb
Normal file
25
m/Mako/Mako-1.1.2-Python-3.6.6.eb
Normal 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'
|
Loading…
x
Reference in New Issue
Block a user