10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-rI1MNdYl/P64tUHyB3qV9gfLbGbCVOXnEFoqFTkaqgg=";
28 propagatedBuildInputs = [
33 cp tracerite/style.css $out/${python.sitePackages}/tracerite
39 pythonImportsCheck = [
44 description = "Tracebacks for Humans in Jupyter notebooks";
45 homepage = "https://github.com/sanic-org/tracerite";
46 changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
47 license = licenses.unlicense;
48 maintainers = with maintainers; [ ];