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