9 buildPythonPackage rec {
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-964JuUTzsXzPXOzGb5/1p6RbBTR0oTrrAS9MkgRHBDc=";
21 build-system = [ setuptools ];
23 # Upstream doesn't have tests
26 pythonImportsCheck = [ "minidump" ];
29 description = "Python library to parse and read Microsoft minidump file format";
30 homepage = "https://github.com/skelsec/minidump";
31 changelog = "https://github.com/skelsec/minidump/releases/tag/${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ fab ];
34 mainProgram = "minidump";