From 30b32a4b5675ecc77ff2c62fef32657e59e30398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 14 Sep 2020 14:11:26 +0200 Subject: [PATCH] modified: h/heappeac/heappeac-20200914-Python-3.6.1.eb --- h/heappeac/heappeac-20200914-Python-3.6.1.eb | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/h/heappeac/heappeac-20200914-Python-3.6.1.eb b/h/heappeac/heappeac-20200914-Python-3.6.1.eb index 80daef80..1e1aef43 100644 --- a/h/heappeac/heappeac-20200914-Python-3.6.1.eb +++ b/h/heappeac/heappeac-20200914-Python-3.6.1.eb @@ -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': [],