1 { buildPythonPackage, fetchFromGitHub, lib }:
2 buildPythonPackage rec {
6 src = fetchFromGitHub {
8 repo = "python-remote-pdb";
10 hash = "sha256-/7RysJOJigU4coC6d/Ob2lrtw8u8nLZI8wBk4oEEY3g=";
13 description = "Remote vanilla PDB (over TCP sockets).";
14 homepage = "https://github.com/ionelmc/python-remote-pdb";
15 license = licenses.bsd2;
16 maintainers = with maintainers; [ mic92 ];
17 platforms = platforms.all;