# IT4Innovations 2018 easyblock = "PythonPackage" name = 'greenlet' version = '0.4.15' homepage = 'https://pypi.python.org/pypi/greenlet' description = 'Greenlets are lightweight coroutines for in-process concurrent programming.' toolchain = {'name': 'Py', 'version': '2.7'} source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] #ependencies = [ # ('MarkupSafe', '1.0'), # sanity_check_paths = { 'files': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg-info'], 'dirs': [], } moduleclass = 'python'