9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-lD8GpNl+cVNYTZUKFRF1/2kDwEbn/ekRBNBTYuFmFW0=";
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 changelog = "https://github.com/erocarrera/pefile/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ pamplemousse ];