mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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
21 lines
464 B
Plaintext
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'
|