9 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "637399fd80dccc95f5287b2606b74098b23c08031b7ec33c5afb314ccbf10948";
19 propagatedBuildInputs = [ ruamel_yaml python-dateutil ];
21 # Library tested with external tool
22 # https://hitchdev.com/approach/contributing-to-hitch-libraries/
24 pythonImportsCheck = [ "strictyaml" ];
27 description = "Strict, typed YAML parser";
28 homepage = "https://hitchdev.com/strictyaml/";
29 license = licenses.mit;
30 maintainers = with maintainers; [ jonringer ];