9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "1p2qizb35f9lfhklldzrn8g9mwiar3zmpc44463h5n1ln40ymw78";
18 propagatedBuildInputs = [ pygments urwid ];
20 # Tests fail on python 3 due to writes to the read-only home directory
24 description = "A full-screen, console-based Python debugger";
25 license = licenses.mit;
26 platforms = platforms.all;