12 buildPythonPackage rec {
15 format = "setuptools";
19 inherit pname version;
20 hash = "sha256-A5Wq32mR+SSseVz61Z2l3AYYcyqMxYrQ9HSWWrco9/Q=";
23 patches = lib.optionals (lib.versionAtLeast python.version "3.11") [
24 # https://github.com/benji-york/manuel/pull/32
25 # Applying conditionally until upstream arrives at some general solution.
27 name = "TextTestResult-python311.patch";
28 url = "https://github.com/benji-york/manuel/commit/d9f12d03e39bb76e4bb3ba43ad51af6d3e9d45c0.diff";
29 hash = "sha256-k0vBtxEixoI1INiKtc7Js3Ai00iGAcCvCFI1ZIBRPvQ=";
33 propagatedBuildInputs = [ six ];
34 nativeCheckInputs = [ zope-testing ];
37 description = "Documentation builder";
38 homepage = "https://pypi.python.org/pypi/manuel";
39 license = licenses.zpl20;