8 buildPythonPackage rec {
9 pname = "types-docutils";
10 version = "0.21.0.20241128";
14 pname = "types_docutils";
16 hash = "sha256-TdBZgFuDrG7FoiNpkZXE6e6wRGpPfyrv8XWaSnzBdHM=";
19 build-system = [ setuptools ];
21 # Module doesn't have tests
24 pythonImportsCheck = [ "docutils-stubs" ];
27 description = "Typing stubs for docutils";
28 homepage = "https://github.com/python/typeshed";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ fab ];