9 buildPythonPackage rec {
10 pname = "ruamel-yaml";
14 pname = "ruamel.yaml";
16 hash = "sha256-7JOQY3YZFOFFQpcqXLptM8I7CFmrY0L2HPBwz8YA78I=";
19 # Tests use relative paths
22 propagatedBuildInputs = [ ruamel-base ]
23 ++ lib.optional (!isPyPy) ruamel-yaml-clib;
25 pythonImportsCheck = [ "ruamel.yaml" ];
28 description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order";
29 homepage = "https://sourceforge.net/projects/ruamel-yaml/";
30 changelog = "https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES";
31 license = licenses.mit;
32 maintainers = with maintainers; [ ];