py-ipython: add 8.14.0 (#38113)

This commit is contained in:
Manuela Kuhn 2023-06-05 04:18:00 +02:00 committed by GitHub
parent 1c80d07fd2
commit 853bf95bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ class PyIpython(PythonPackage):
# for py-ipython@8: "IPython.kernel" was removed
skip_modules = ["IPython.kernel"]
version("8.14.0", sha256="1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1")
version("8.11.0", sha256="735cede4099dbc903ee540307b9171fbfef4aa75cfcacc5a273b2cda2f02be04")
version("8.5.0", sha256="097bdf5cd87576fd066179c9f7f208004f7a6864ee1b20f37d346c0bcb099f84")
version("8.0.1", sha256="ab564d4521ea8ceaac26c3a2c6e5ddbca15c8848fd5a5cc325f960da88d42974")
@ -44,6 +45,7 @@ class PyIpython(PythonPackage):
deprecated=True,
)
depends_on("python@3.9:", when="@8.13.1:", type=("build", "run"))
depends_on("python@3.8:", when="@8:", type=("build", "run"))
depends_on("py-setuptools@51:", when="@8:", type="build")
depends_on("py-setuptools@18.5:", when="@4.1:7", type="run")
@ -77,6 +79,7 @@ class PyIpython(PythonPackage):
depends_on("py-traitlets@5:", when="@8:", type=("build", "run"))
depends_on("py-traitlets@4.2:", when="@5:", type=("build", "run"))
depends_on("py-traitlets", when="@4:", type=("build", "run"))
depends_on("py-typing-extensions", when="@8.12: ^python@:3.9", type=("build", "run"))
# Historical dependencies
depends_on("py-black", when="@8.0", type=("build", "run"))