12 buildPythonPackage rec {
16 disabled = pythonOlder "3.5";
18 format = "setuptools";
21 inherit pname version;
22 sha256 = "a0c72302d50d5dfa433ddab191672eec1dde1c6ed26330a378b720e5a3012e23";
25 propagatedBuildInputs = [
30 passthru.optional-dependencies = {
31 chart = [ /* pycha */ pyyaml ];
32 fodt = [ python-magic ];
37 ] ++ passthru.optional-dependencies.fodt;
39 pythonImportsCheck = [ "relatorio" ];
42 homepage = "https://relatorio.tryton.org/";
43 changelog = "https://hg.tryton.org/relatorio/file/${version}/CHANGELOG";
44 description = "A templating library able to output odt and pdf files";
45 maintainers = with lib.maintainers; [ johbo ];
46 license = lib.licenses.gpl2Plus;