8 buildPythonPackage rec {
9 pname = "types-docutils";
10 version = "0.21.0.20240907";
14 inherit pname version;
15 hash = "sha256-XdKqXi4G/PoJACC8QRVHm03SjaMymrcIVj7imJS9PA0=";
18 build-system = [ setuptools ];
20 # Module doesn't have tests
23 pythonImportsCheck = [ "docutils-stubs" ];
26 description = "Typing stubs for docutils";
27 homepage = "https://github.com/python/typeshed";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ fab ];