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