15 buildPythonPackage rec {
20 disabled = isPyPy; # setupterm: could not find terminfo database
23 inherit pname version;
24 hash = "sha256-46xgGO8FEm1EKvaAqthjAG7BnQIpBWGsiLixwLDPxyY=";
27 nativeBuildInputs = [ setuptools ];
29 propagatedBuildInputs =
34 ++ lib.optionals (pythonOlder "3.11") [
39 nativeCheckInputs = [ unittestCheckHook ];
42 export HOME=$(mktemp -d)
46 homepage = "https://github.com/gotcha/ipdb";
47 description = "IPython-enabled pdb";
48 mainProgram = "ipdb3";
49 license = licenses.bsd0;