mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
fac4eba28d
24
h/heappeac/heappeac-20200914-Python-3.6.1.eb
Normal file
24
h/heappeac/heappeac-20200914-Python-3.6.1.eb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# IT4Innovations 2018
|
||||||
|
|
||||||
|
easyblock = "PythonPackage"
|
||||||
|
name = 'Jinja2'
|
||||||
|
version = '2.10'
|
||||||
|
|
||||||
|
homepage = 'https://pypi.python.org/pypi/jinja'
|
||||||
|
description = 'A small but fast and easy to use stand-alone template engine written in pure python.'
|
||||||
|
|
||||||
|
toolchain = {'name': 'Py', 'version': '3.6'}
|
||||||
|
|
||||||
|
source_urls = [PYPI_SOURCE]
|
||||||
|
sources = [SOURCE_TAR_GZ]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('MarkupSafe', '1.0'),
|
||||||
|
]
|
||||||
|
|
||||||
|
sanity_check_paths = {
|
||||||
|
'files': [],
|
||||||
|
'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'],
|
||||||
|
}
|
||||||
|
|
||||||
|
moduleclass = 'python'
|
Loading…
x
Reference in New Issue
Block a user