7 buildPythonPackage rec {
8 pname = "pyexcelerator";
12 inherit pname version;
13 sha256 = "18rcnc9f71lj06h8nppnv6idzb7xfmh2rp1zfqayskcg686lilrb";
18 # No tests are included in archive
22 description = "library for generating Excel 97/2000/XP/2003 and OpenOffice Calc compatible spreadsheets.";
23 homepage = "https://sourceforge.net/projects/pyexcelerator";
24 license = licenses.bsdOriginal;
25 maintainers = with maintainers; [ womfoo ];