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': [],