# IT4Innovations # LK 2023 easyblock = 'PythonPackage' name = 'PyYAML' version = '5.4.1.1' homepage = 'https://github.com/yaml/pyyaml' description = "PyYAML is a YAML parser and emitter for the Python programming language." toolchain = {'name': 'GCCcore', 'version': '12.2.0'} sources = ['https://github.com/yaml/pyyaml/archive/refs/tags/%(version)s.tar.gz'] checksums = ['e79dbaae8d9253aad313ca68cf65193f810260fb44fe0508625c7e9561eb57f2'] builddependencies = [ ('binutils', '2.39'), ] dependencies = [ ('Python', '3.10.8'), ('libyaml', '0.2.5'), ] download_dep_fail = True sanity_pip_check = True use_pip = True options = {'modulename': 'yaml'} moduleclass = 'lib'