14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-a4OrgFvdtTcQEJaQoiN+mL+DwLOgADPFF8319qj6Rw0=";
26 propagatedBuildInputs = [
31 ] ++ lib.optionals (pythonOlder "3.7") [
44 pythonImportsCheck = [
49 description = "A full-screen, console-based Python debugger";
50 homepage = "https://github.com/inducer/pudb";
51 license = licenses.mit;
52 maintainers = with maintainers; [ ];