From 206638ab8e320784ccb9963333c834c8e00d174b 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:09:28 +0200 Subject: [PATCH] new file: h/heappeac/heappeac-20200914-Python-3.6.1.eb --- h/heappeac/heappeac-20200914-Python-3.6.1.eb | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 h/heappeac/heappeac-20200914-Python-3.6.1.eb diff --git a/h/heappeac/heappeac-20200914-Python-3.6.1.eb b/h/heappeac/heappeac-20200914-Python-3.6.1.eb new file mode 100644 index 00000000..80daef80 --- /dev/null +++ b/h/heappeac/heappeac-20200914-Python-3.6.1.eb @@ -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'