modified: h/heappeac/heappeac-20200914-Python-3.6.1.eb

This commit is contained in:
Lukáš Krupčík 2020-09-14 14:11:26 +02:00
parent 206638ab8e
commit 30b32a4b56

View File

@ -1,20 +1,22 @@
# IT4Innovations 2018
# IT4Innovations 2020
easyblock = "PythonPackage"
name = 'Jinja2'
version = '2.10'
name = 'heappeac'
version = '20200914'
homepage = 'https://pypi.python.org/pypi/jinja'
description = 'A small but fast and easy to use stand-alone template engine written in pure python.'
homepage = 'doplnit'
description = 'doplnit'
toolchain = {'name': 'Py', 'version': '3.6'}
toolchain = {SYSTEM}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
source_urls = ["https://code.it4i.cz/cim0009/heappeac/-/archive"]
sources = ["terheappeac-master.tar.gz"]
dependencies = [
('MarkupSafe', '1.0'),
]
#dependencies = [
# ('MarkupSafe', '1.0'),
#]
use_pip = False
sanity_check_paths = {
'files': [],