From a5cf5baa9e5494dde154002ed85368db85f563b1 Mon Sep 17 00:00:00 2001 From: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:54:20 +0200 Subject: py-jupyterlab: add 4.0.1 incl. new dependencies (#38102) --- .../builtin/packages/py-jupyter-events/package.py | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-jupyter-events/package.py (limited to 'var/spack/repos/builtin/packages/py-jupyter-events/package.py') diff --git a/var/spack/repos/builtin/packages/py-jupyter-events/package.py b/var/spack/repos/builtin/packages/py-jupyter-events/package.py new file mode 100644 index 0000000000..71b9f7e9d8 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-jupyter-events/package.py @@ -0,0 +1,24 @@ +# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack.package import * + + +class PyJupyterEvents(PythonPackage): + """Jupyter Event System library.""" + + homepage = "https://github.com/jupyter/jupyter_events" + pypi = "jupyter_events/jupyter_events-0.6.3.tar.gz" + + version("0.6.3", sha256="9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3") + + depends_on("py-hatchling@1.5:", type="build") + + depends_on("py-jsonschema+format-nongpl@3.2:", type=("build", "run")) + depends_on("py-python-json-logger@2.0.4:", type=("build", "run")) + depends_on("py-pyyaml@5.3:", type=("build", "run")) + depends_on("py-traitlets@5.3:", type=("build", "run")) + depends_on("py-rfc3339-validator", type=("build", "run")) + depends_on("py-rfc3986-validator@0.1.1:", type=("build", "run")) -- cgit v1.2.3-60-g2f50