6 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-gGLR6oYm0/GYDosc/pGkSDdHRJJC7LYQE7wt+FQ19oU=";
16 # package has no tests
18 pythonImportsCheck = [ "pyxlsb" ];
21 description = "Excel 2007-2010 Binary Workbook (xlsb) parser";
22 homepage = "https://github.com/willtrnr/pyxlsb";
23 license = licenses.lgpl3Plus;
24 maintainers = with maintainers; [ elohmeier ];