summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-09-30 20:38:02 +0200
committerGitHub <noreply@github.com>2022-09-30 12:38:02 -0600
commitc4429ad6ed85ba190b64c23e93e1229133ce1652 (patch)
tree7ed395351322301623e6c700d9fe610255564f68 /var
parent918de81f5af892b39fcf61c6be99d9c5254596af (diff)
downloadspack-c4429ad6ed85ba190b64c23e93e1229133ce1652.tar.gz
spack-c4429ad6ed85ba190b64c23e93e1229133ce1652.tar.bz2
spack-c4429ad6ed85ba190b64c23e93e1229133ce1652.tar.xz
spack-c4429ad6ed85ba190b64c23e93e1229133ce1652.zip
py-ipykernel: add 6.16.0 (#32923)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-ipykernel/package.py38
1 files changed, 26 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/py-ipykernel/package.py b/var/spack/repos/builtin/packages/py-ipykernel/package.py
index 46ffb5ebcb..9ac69621a0 100644
--- a/var/spack/repos/builtin/packages/py-ipykernel/package.py
+++ b/var/spack/repos/builtin/packages/py-ipykernel/package.py
@@ -13,6 +13,7 @@ class PyIpykernel(PythonPackage):
homepage = "https://github.com/ipython/ipykernel"
pypi = "ipykernel/ipykernel-5.3.4.tar.gz"
+ version("6.16.0", sha256="7fe42c0d58435e971dc15fd42189f20d66bf35f3056bda4f6554271bc1fa3d0d")
version("6.9.1", sha256="f95070a2dfd3147f8ab19f18ee46733310813758593745e07ec18fb08b409f1d")
version("6.4.1", sha256="df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd")
version("6.2.0", sha256="4439459f171d77f35b7f7e72dace5d7c2dd10a5c9e2c22b173ad9048fbfe7656")
@@ -38,30 +39,43 @@ class PyIpykernel(PythonPackage):
depends_on("python@3.5:", when="@5.2:", type=("build", "run"))
depends_on("python@3.4:", when="@5.0:", type=("build", "run"))
depends_on("python@2.7:2.8,3.3:", type=("build", "run"))
- depends_on("py-setuptools", when="@5:", type="build")
- depends_on("py-jupyter-core@4.2:", when="@5:", type="build")
- depends_on("py-ipython-genutils", when="@6.3.1:6.4", type=("build", "run"))
- depends_on("py-ipython-genutils", when="@5.5.6", type=("build", "run"))
- depends_on("py-importlib-metadata@:4", when="@6.1:6.6 ^python@:3.7", type=("build", "run"))
- depends_on("py-importlib-metadata@:3", when="@6.0.0:6.0 ^python@:3.7", type=("build", "run"))
- depends_on("py-argcomplete@1.12.3:", when="@6.1:6.6 ^python@:3.7", type=("build", "run"))
- depends_on("py-debugpy@1.0:1", when="@6:", type=("build", "run"))
+ depends_on("py-hatchling@1.4:", when="@6.13.1:", type="build")
+ depends_on("py-setuptools", when="@5:6.13.0", type="build")
+ depends_on("py-jupyter-core@4.2:", when="@5:6.13.0", type="build")
+
+ 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-traitlets@5.1.0:5", when="@6.5:", 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@:7", when="@6.2:", 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-tornado@4.2:6", when="@6:", 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.0:0.1", when="@6:", 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@17:", when="@6.15:", type=("build", "run"))
+ depends_on("py-psutil", when="@6.9.2:", type=("build", "run"))
depends_on("py-nest-asyncio", when="@6.6.1:", type=("build", "run"))
+ depends_on("py-packaging", when="@6.12:", type=("build", "run"))
+
+ # old
+ depends_on("py-ipython-genutils", when="@6.3.1:6.4", type=("build", "run"))
+ depends_on("py-ipython-genutils", when="@5.5.6", type=("build", "run"))
+ depends_on("py-importlib-metadata@:4", when="@6.1:6.6 ^python@:3.7", type=("build", "run"))
+ depends_on("py-importlib-metadata@:3", when="@6.0.0:6.0 ^python@:3.7", type=("build", "run"))
+ depends_on("py-argcomplete@1.12.3:", when="@6.1:6.6 ^python@:3.7", type=("build", "run"))
@run_after("install")
def install_data(self):