12 pname = "python-lpod";
13 # lpod library currently does not support Python 3.x
16 propagatedBuildInputs = [ lxml docutils pillow ];
18 src = fetchFromGitHub {
21 rev = "dee32120ee582ff337b0c52a95a9a87cca71fd67";
22 sha256 = "1mikvzp27wxkzpr2lii4wg1hhx8h610agckqynvsrdc8v3nw9ciw";
26 homepage = "https://github.com/lpod/lpod-python/";
27 description = "Library implementing the ISO/IEC 26300 OpenDocument Format standard (ODF) ";
28 license = licenses.gpl3;