diff options
author | Christopher Christofi <77968333+ChristopherChristofi@users.noreply.github.com> | 2024-08-23 02:24:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-22 18:24:38 -0700 |
commit | 3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e (patch) | |
tree | a740cc04ebfd1ac35453ef991f73b88ef7a78a9f | |
parent | 88bcfddbbb489f9e4105b2c34ccb814b13576a06 (diff) | |
download | spack-3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e.tar.gz spack-3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e.tar.bz2 spack-3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e.tar.xz spack-3ee6a5b96fd7ea8d14c6c3a472e944202b81ce0e.zip |
py-ipykernel: add version 6.29.5 (#45876)
* py-ipykernel: add version 6.29.5
* add maintainers for spack package
-rw-r--r-- | var/spack/repos/builtin/packages/py-ipykernel/package.py | 70 |
1 files changed, 37 insertions, 33 deletions
diff --git a/var/spack/repos/builtin/packages/py-ipykernel/package.py b/var/spack/repos/builtin/packages/py-ipykernel/package.py index b272f2faca..02f2c943b4 100644 --- a/var/spack/repos/builtin/packages/py-ipykernel/package.py +++ b/var/spack/repos/builtin/packages/py-ipykernel/package.py @@ -13,8 +13,11 @@ class PyIpykernel(PythonPackage): homepage = "https://github.com/ipython/ipykernel" pypi = "ipykernel/ipykernel-5.3.4.tar.gz" + maintainers("ChristopherChristofi") + license("BSD-3-Clause") + version("6.29.5", sha256="f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215") version("6.29.4", sha256="3d44070060f9475ac2092b760123fadf105d2e2493c24848b6691a7c4f42af5c") version("6.28.0", sha256="69c11403d26de69df02225916f916b37ea4b9af417da0a8c827f84328d88e5f3") version("6.27.1", sha256="7d5d594b6690654b4d299edba5e872dc17bb7396a8d0609c97cb7b8a1c605de6") @@ -47,41 +50,42 @@ class PyIpykernel(PythonPackage): version("4.1.1", sha256="d8c5555386d0f18f1336dea9800f9f0fe96dcecc9757c0f980e11fdfadb661ff") version("4.1.0", sha256="e0e150ad55e487e49054efc9a4b0e2e17f27e1de77444b26760789077b146d86") - depends_on("python@3.8:", when="@6.22:", type=("build", "run")) depends_on("py-hatchling@1.4:", when="@6.13.1:", type="build") - depends_on("py-debugpy@1.6.5:", when="@6.22:", type=("build", "run")) - depends_on("py-debugpy@1:", when="@6.11:", type=("build", "run")) - depends_on("py-debugpy@1.0:1", when="@6:6.10", type=("build", "run")) - depends_on("py-ipython@7.23.1:", when="@6.5.1:", type=("build", "run")) - depends_on("py-ipython@7.23.1:7", when="@6.0.0:6.5.0", type=("build", "run")) - depends_on("py-ipython@5.0:", when="@5", type=("build", "run")) - depends_on("py-ipython@4.0:", when="@:4", type=("build", "run")) - depends_on("py-comm@0.1.1:", when="@6.22:", type=("build", "run")) - depends_on("py-traitlets@5.4:", when="@6.22:", type=("build", "run")) - depends_on("py-traitlets@5.1:", when="@6.11:", type=("build", "run")) - depends_on("py-traitlets@5.1.0:5", when="@6.5:6.10", type=("build", "run")) - depends_on("py-traitlets@4.1.0:5", when="@6.0:6.4", type=("build", "run")) - depends_on("py-traitlets@4.1.0:", type=("build", "run")) - depends_on("py-jupyter-client@6.1.12:", when="@6.11:", type=("build", "run")) - depends_on("py-jupyter-client@:7", when="@6.2:6.10", type=("build", "run")) - depends_on("py-jupyter-client@:6", when="@6.0.2:6.1", type=("build", "run")) - depends_on("py-jupyter-client", type=("build", "run")) - depends_on("py-jupyter-core@4.12:", when="@6.22:", type=("build", "run")) - depends_on("py-nest-asyncio", when="@6.6.1:", type=("build", "run")) - depends_on("py-tornado@6.1:", when="@6.11:", type=("build", "run")) - depends_on("py-tornado@5:6", when="@6.10", type=("build", "run")) - depends_on("py-tornado@4.2:6", when="@6:6.9", type=("build", "run")) - depends_on("py-tornado@4.2:", when="@5", type=("build", "run")) - depends_on("py-tornado@4:", when="@:4", type=("build", "run")) - depends_on("py-matplotlib-inline@0.1:", when="@6.11:", type=("build", "run")) - depends_on("py-matplotlib-inline@0.1.0:0.1", when="@6:6.10", type=("build", "run")) - depends_on("py-appnope", when="@5.1.3: platform=darwin", type=("build", "run")) - depends_on("py-pyzmq@24:", when="@6.28:", type=("build", "run")) - depends_on("py-pyzmq@20:", when="@6.22:", type=("build", "run")) - depends_on("py-pyzmq@17:", when="@6.15:", type=("build", "run")) - depends_on("py-psutil", when="@6.9.2:", type=("build", "run")) - depends_on("py-packaging", when="@6.12:", type=("build", "run")) + with default_args(type=("build", "run")): + depends_on("python@3.8:", when="@6.22:") + depends_on("py-debugpy@1.6.5:", when="@6.22:") + depends_on("py-debugpy@1:", when="@6.11:") + depends_on("py-debugpy@1.0:1", when="@6:6.10") + depends_on("py-ipython@7.23.1:", when="@6.5.1:") + depends_on("py-ipython@7.23.1:7", when="@6.0.0:6.5.0") + depends_on("py-ipython@5.0:", when="@5") + depends_on("py-ipython@4.0:", when="@:4") + depends_on("py-comm@0.1.1:", when="@6.22:") + depends_on("py-traitlets@5.4:", when="@6.22:") + depends_on("py-traitlets@5.1:", when="@6.11:") + depends_on("py-traitlets@5.1.0:5", when="@6.5:6.10") + depends_on("py-traitlets@4.1.0:5", when="@6.0:6.4") + depends_on("py-traitlets@4.1.0:") + depends_on("py-jupyter-client@6.1.12:", when="@6.11:") + depends_on("py-jupyter-client@:7", when="@6.2:6.10") + depends_on("py-jupyter-client@:6", when="@6.0.2:6.1") + depends_on("py-jupyter-client") + depends_on("py-jupyter-core@4.12:", when="@6.22:") + depends_on("py-nest-asyncio", when="@6.6.1:") + depends_on("py-tornado@6.1:", when="@6.11:") + depends_on("py-tornado@5:6", when="@6.10") + depends_on("py-tornado@4.2:6", when="@6:6.9") + depends_on("py-tornado@4.2:", when="@5") + depends_on("py-tornado@4:", when="@:4") + depends_on("py-matplotlib-inline@0.1:", when="@6.11:") + depends_on("py-matplotlib-inline@0.1.0:0.1", when="@6:6.10") + depends_on("py-appnope", when="@5.1.3: platform=darwin") + depends_on("py-pyzmq@24:", when="@6.28:") + depends_on("py-pyzmq@20:", when="@6.22:") + depends_on("py-pyzmq@17:", when="@6.15:") + depends_on("py-psutil", when="@6.9.2:") + depends_on("py-packaging", when="@6.12:") conflicts("^py-jupyter-core@5.0") |