9 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "sha256-A5Wq32mR+SSseVz61Z2l3AYYcyqMxYrQ9HSWWrco9/Q=";
19 propagatedBuildInputs = [ six ];
20 checkInputs = [ zope_testing ];
23 description = "A documentation builder";
24 homepage = "https://pypi.python.org/pypi/manuel";
25 license = licenses.zpl20;