12 version = "1.3.0-unstable-2018-09-16";
15 src = fetchFromGitHub {
16 owner = "python-excel";
18 # Use last commit before archival
19 rev = "5a222d0315b6d3ce52a3cedd7c3e41309587c107";
20 hash = "sha256-YKbqdimX1q+d7A9BSwuKl3SndQ+0eocz+m6xMAZeMQQ=";
23 build-system = [ setuptools ];
25 dependencies = [ six ];
27 nativeCheckInputs = [ pytestCheckHook ];
29 pythonImportsCheck = [ "xlwt" ];
32 description = "Library to create spreadsheet files compatible with MS";
33 homepage = "https://github.com/python-excel/xlwt";
34 license = with lib.licenses; [
39 maintainers = with lib.maintainers; [ pyrox0 ];