# IT4Innovations 2018 easyblock = "PythonPackage" name = 'backports_abc' version = '0.5' homepage = 'https://pypi.python.org/pypi/backports_abc' description = 'A backport of recent additions to the "collections.abc" module.' 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'