# IT4Innovations 2020 easyblock = "PythonPackage" name = 'mpmath' version = '1.1.0' homepage = 'https://pypi.python.org/pypi/mpmath' description = 'Python library for arbitrary-precision floating-point arithmetic.' toolchain = {'name': 'Py', 'version': '3.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/python3.7/site-packages/%(name)s-%(version)s-py3.7.egg-info'], 'dirs': [], } moduleclass = 'python'