8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0wpn9ijlsmrpyiwg3drmgz4dms1i1i347adgqw37bkrh3vn6yq16";
17 buildInputs = [ chmlib ];
19 pythonImportsCheck = [ "chm" ];
22 description = "Library to manipulate Microsoft HTML Help (CHM) files";
23 homepage = "https://github.com/dottedmag/pychm";
24 license = licenses.gpl2Plus;
25 maintainers = with maintainers; [ alexshpilkin ];