# IT4Innovations 2018 easyblock = "PythonPackage" name = 'monotonic' version = '1.5' homepage = 'https://pypi.python.org/pypi/monotonic' description = 'This module provides a monotonic() function which returns the value (in fractional seconds) of a clock which never goes backwards.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], 'dirs': [], } moduleclass = 'python'