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