12 buildPythonPackage rec {
13 pname = "pyexcel-xls";
17 inherit pname version;
18 sha256 = "2fbf66e8df88051eaaa9745be433903d18db819ddd3a987c992ead1d68b7feb5";
21 propagatedBuildInputs = [
33 checkPhase = "nosetests";
36 description = "A wrapper library to read, manipulate and write data in xls using xlrd and xlwt";
37 homepage = "http://docs.pyexcel.org/";
38 license = lib.licenses.bsd3;
39 maintainers = with lib.maintainers; [ jtojnar ];