[build] type = "python" [dependencies] build = [ "git", "python-setuptools", "python-wheel", ] optional = ["python-unidecode"] runtime = ["python-yaml"] [package] description = "PyYAML-based module to produce pretty and readable YAML-serialized data" homepage = "https://github.com/mk-fg/pretty-yaml" license = "WTFPL" name = "python-pyaml" version = "26.2.1" [[source]] extract_dir = "$name-$version" url = "https://github.com/mk-fg/pretty-yaml.git#$version"