12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-o9IAk3EN8ghEft7Y7Xx+sEjWMNgoyiZ0eiBqnCyXkm8=";
26 propagatedBuildInputs = [
30 passthru.optional-dependencies = {
40 ] ++ passthru.optional-dependencies.all;
42 pythonImportsCheck = [
47 description = "Module for post-mortem debugging of Python programs";
48 homepage = "https://github.com/ploomber/debuglater";
49 changelog = "https://github.com/ploomber/debuglater/blob/${version}/CHANGELOG.md";
50 license = licenses.mit;
51 maintainers = with maintainers; [ fab ];