8 buildPythonPackage rec {
9 pname = "types-pyyaml";
10 version = "6.0.12.20241230";
14 pname = "types_pyyaml";
16 hash = "sha256-fwdiLb00u5yLJk/oYKF+DvytANULXyfpOYSQnZNjSYw=";
19 build-system = [ setuptools ];
21 # Module doesn't have tests
24 pythonImportsCheck = [ "yaml-stubs" ];
27 description = "Typing stubs for PyYAML";
28 homepage = "https://github.com/python/typeshed";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ dnr ];