12 buildPythonPackage rec {
13 pname = "pyexcel-ods";
17 inherit pname version;
18 sha256 = "f61b56515fd4ccd4687f0a112422f74ce8535247ad2da49db90038d7e3ed397c";
21 propagatedBuildInputs = [
33 checkPhase = "nosetests";
36 description = "Plug-in to pyexcel providing the capbility to read, manipulate and write data in ods formats using odfpy";
37 homepage = "http://docs.pyexcel.org/";
38 license = lib.licenses.bsd3;
39 maintainers = with lib.maintainers; [ ];