10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "RELEASE_${version}";
21 hash = "sha256-HLSIKoGBSzU7N/lskVeVbfdOezTloMrwAahJbcnqJrw=";
24 build-system = [ setuptools ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "xlsxwriter" ];
31 description = "Module for creating Excel XLSX files";
32 homepage = "https://xlsxwriter.readthedocs.io/";
33 changelog = "https://xlsxwriter.readthedocs.io/changes.html";
34 license = licenses.bsd2;
35 maintainers = with maintainers; [ jluttine ];
36 mainProgram = "vba_extract.py";