7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88";
16 checkInputs = [ nose ];
22 description = "Library to create spreadsheet files compatible with MS";
23 homepage = "https://github.com/python-excel/xlwt";
24 license = with lib.licenses; [ bsdOriginal bsd3 lgpl21 ];