20 , pytest-console-scripts
24 buildPythonPackage rec {
25 pname = "jupyter-events";
29 src = fetchFromGitHub {
31 repo = "jupyter_events";
32 rev = "refs/tags/v${version}";
33 hash = "sha256-hOx2/WiFpDjtmP+qC6Ew2VY4/gdvXuv2k76qtmS+61M=";
40 propagatedBuildInputs = [
46 ++ jsonschema.optional-dependencies.format
47 ++ jsonschema.optional-dependencies.format-nongpl;
49 passthru.optional-dependencies = {
58 pytest-console-scripts
60 ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies);
63 export PATH="$out/bin:$PATH"
67 changelog = "https://github.com/jupyter/jupyter_events/releases/tag/v${version}";
68 description = "Configurable event system for Jupyter applications and extensions";
69 homepage = "https://github.com/jupyter/jupyter_events";
70 license = licenses.bsd3;
71 maintainers = with maintainers; [ ];