8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
16 hash = "sha256-WZODOBoL89+9kyygymUVrNF07UiHDL9/7hI9aYwZLBw=";
19 nativeCheckInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "olefile" ];
24 description = "Python package to parse, read and write Microsoft OLE2 files";
25 homepage = "https://www.decalage.info/python/olefileio";
26 # BSD2 + reference to Pillow
27 # http://olefile.readthedocs.io/en/latest/License.html
28 license = with licenses; [
32 maintainers = with maintainers; [ fab ];