13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-b3CYD/4IpksRS2hxgy/QLYbJkDX4l2qPH4Eh2tb8pCU=";
23 build-system = [ setuptools ];
30 pythonRelaxDeps = [ "spark-parser" ];
38 # No tests are provided for versions past 3.8,
39 # as the project only targets bytecode of versions <= 3.8
43 description = "A bytecode decompiler for Python versions 3.8 and below";
44 homepage = "https://github.com/rocky/python-uncompyle6";
45 license = lib.licenses.gpl3;
46 maintainers = with lib.maintainers; [ melvyn2 ];