# IT4Innovations 2018 easyblock = "PythonPackage" name = 'prometheus_client' version = '0.7.1' homepage = 'https://pypi.org/project/prometheus_client' description = 'Python client for the Prometheus monitoring system.' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #dependencies = [ # ('MarkupSafe', '1.1.1'), #] sanity_check_paths = { 'dirs': [], 'files': ['lib/python3.6/site-packages/%(name)s-%(version)s-py3.6.egg'], } moduleclass = 'python'