7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
15 sha256 = "sha256-WZODOBoL89+9kyygymUVrNF07UiHDL9/7hI9aYwZLBw=";
22 pythonImportsCheck = [
27 description = "Python package to parse, read and write Microsoft OLE2 files";
28 homepage = "https://www.decalage.info/python/olefileio";
29 # BSD2 + reference to Pillow
30 # http://olefile.readthedocs.io/en/latest/License.html
31 license = with licenses; [ bsd2 /* and */ hpnd ];
32 maintainers = with maintainers; [ fab ];