6 buildPythonPackage rec {
7 pname = "types-pyyaml";
12 pname = "types-PyYAML";
14 sha256 = "sha256-cMyq/PP7QE1Xv/wVKf3YahPotPLPn8PugaZAjOCtWdI=";
17 # Module doesn't have tests
20 pythonImportsCheck = [
25 description = "Typing stubs for PyYAML";
26 homepage = "https://github.com/python/typeshed";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ dnr ];