9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-At8wVR3EcHEi051BBfjb+sOhs93GyzWlEAjtehTMeNU=";
21 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
27 propagatedBuildInputs = [
32 cp tracerite/style.css $out/${python.sitePackages}/tracerite
38 pythonImportsCheck = [
43 description = "Tracebacks for Humans (in Jupyter notebooks";
44 homepage = "https://github.com/sanic-org/tracerite";
45 license = licenses.unlicense;
46 maintainers = with maintainers; [ ];