8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
19 sha256 = "sha256-SYOFGMvrzxDPMACaCvqwU28Mh9LEuvFBGvAph4X+geo=";
24 substituteInPlace setup.py \
25 --replace "'oletools>=0.54'," ""
28 # Module doesn't have tests
31 pythonImportsCheck = [
36 description = "Python VBA p-code disassembler";
37 homepage = "https://github.com/bontchev/pcodedmp";
38 license = with licenses; [ gpl3Only ];
39 maintainers = with maintainers; [ fab ];