# IT4Innovations 2018 easyblock = "PythonPackage" name = 'ruamel.yaml' version = '0.15.35' homepage = 'https://pypi.python.org/pypi/ruamel.yaml' description = 'ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order' toolchain = {'name': 'Py', 'version': '3.6'} source_urls = [PYPI_SOURCE] sources = ['%(name)s-%(version)s-cp36-cp36m-manylinux1_x86_64.whl'] # dependencies = [ # ('MarkupSafe', '1.0'), #] use_pip = True unpack_sources = False sanity_check_paths = { 'files': [], 'dirs': ['lib/python3.6/site-packages/%(name)s-%(version)s.dist-info'], } moduleclass = 'python'