easyconfigs-it4i/m/MarkupSafe/MarkupSafe-1.1.1-Py-3.7.eb
Lukáš Krupčík dae2f4a50f new file: h/HDF5/HDF5-1.10.6-intel-2020a-parallel.eb
modified:   h/HDF5/HDF5-1.10.6-intel-2020a.eb
	new file:   m/Mako/Mako-1.1.2-Py-3.7.eb
	new file:   m/MarkupSafe/MarkupSafe-1.1.1-Py-3.7.eb
	new file:   m/Mesa/Mesa-18.3.6.eb
	modified:   n/numba/numba-0.48.0-intel-2020a-Py-3.7.eb
	modified:   o/OpenCV/OpenCV-4.2.0-Py-3.7.eb
2020-03-27 11:00:58 +01:00

21 lines
464 B
Plaintext

# JH 2020
easyblock = "PythonPackage"
name = 'MarkupSafe'
version = '1.1.1'
homepage = 'https://pypi.python.org/pypi/markupsafe'
description = 'Implements a XML/HTML/XHTML Markup safe string for Python.'
toolchain = {'name': 'Py', 'version': '3.7'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7-linux-x86_64.egg'],
}
moduleclass = 'python'