# IT4Innovations 2019

easyblock = "PythonPackage"

name = "PyYAML"
version = "3.13"

homepage = "https://pypi.python.org/pypi/PyYAML/"
description = """PyYAML is a YAML parser and emitter for the Python programming language."""

toolchain = {'name': 'Py', 'version': '2.7'}

source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]

dependencies = [
    ('libyaml', '0.2.1', '', True),
]

options = {'modulename': 'yaml'}

sanity_check_paths = {
    'files': [],
    'dirs': ['lib/python2.7/site-packages/yaml'],
}

moduleclass = 'python'