# IT4Innovations 2019 easyblock = "PythonPackage" name = 'decorator' version = '4.4.0' homepage = 'https://pypi.python.org/pypi/decorator' description = 'Better living through Python with decorators.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'], } moduleclass = 'python'