7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.6";
15 inherit pname version;
16 hash = "sha256-g9YSr7bFdyfr84rKQztVD4P5+MfDtlYq0quXBx/YXzo=";
19 # Upstream doesn't have tests
22 pythonImportsCheck = [
27 description = "Python library to parse and read Microsoft minidump file format";
28 homepage = "https://github.com/skelsec/minidump";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];