11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "malwarefrank";
22 hash = "sha256-AdGXcdoBNWZ4f8NBP50Fp3in1FTVPFDifGhjeAfp46M=";
23 fetchSubmodules = true;
26 build-system = [ setuptools ];
28 dependencies = [ pefile ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "dnfile" ];
35 description = "Module to parse .NET executable files";
36 homepage = "https://github.com/malwarefrank/dnfile";
37 changelog = "https://github.com/malwarefrank/dnfile/blob/v${version}/HISTORY.rst";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];