8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "RELEASE_${version}";
19 hash = "sha256-FkSInLinyn/eXBMSuivzFxCTZijOKdSG4l+gHyKENuY=";
26 pythonImportsCheck = [
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 ];