9 buildPythonPackage rec {
11 version = "2022.5.30";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 hash = "sha256-Cv20hJsErHFSuS5Q1kqLNp4DAsPXv/eFhaU9oYECSeI=";
27 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "Multi-platform Python module to parse and work with Portable Executable (aka PE) files";
40 homepage = "https://github.com/erocarrera/pefile";
41 license = licenses.mit;
42 maintainers = with maintainers; [ pamplemousse ];