summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-11-01 18:33:00 -0500
committerGitHub <noreply@github.com>2023-11-01 16:33:00 -0700
commite7456e1aab27b2d9b8b1133a65d5561f3ff21584 (patch)
tree81ab1d6d181812ab97348bf3eb19a223c864ae3a /var
parentdd636dd3fb4af6214842636cd15ac5abd07ee770 (diff)
downloadspack-e7456e1aab27b2d9b8b1133a65d5561f3ff21584.tar.gz
spack-e7456e1aab27b2d9b8b1133a65d5561f3ff21584.tar.bz2
spack-e7456e1aab27b2d9b8b1133a65d5561f3ff21584.tar.xz
spack-e7456e1aab27b2d9b8b1133a65d5561f3ff21584.zip
py-matplotlib: add v3.8.1 (#40819)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-matplotlib/package.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-matplotlib/package.py b/var/spack/repos/builtin/packages/py-matplotlib/package.py
index 2560155ac8..18d8d98f0a 100644
--- a/var/spack/repos/builtin/packages/py-matplotlib/package.py
+++ b/var/spack/repos/builtin/packages/py-matplotlib/package.py
@@ -24,6 +24,7 @@ class PyMatplotlib(PythonPackage):
"mpl_toolkits.mplot3d.tests",
]
+ version("3.8.1", sha256="044df81c1f6f3a8e52d70c4cfcb44e77ea9632a10929932870dfaa90de94365d")
version("3.8.0", sha256="df8505e1c19d5c2c26aff3497a7cbd3ccfc2e97043d1e4db3e76afa399164b69")
version("3.7.3", sha256="f09b3dd6bdeb588de91f853bbb2d6f0ff8ab693485b0c49035eaa510cb4f142e")
version("3.7.2", sha256="a8cdb91dddb04436bd2f098b8fdf4b81352e68cf4d2c6756fcc414791076569b")
@@ -136,7 +137,8 @@ class PyMatplotlib(PythonPackage):
depends_on("py-contourpy@1.0.1:", when="@3.6:", type=("build", "run"))
depends_on("py-cycler@0.10:", type=("build", "run"))
depends_on("py-fonttools@4.22:", when="@3.5:", type=("build", "run"))
- depends_on("py-kiwisolver@1.0.1:", type=("build", "run"), when="@2.2.0:")
+ depends_on("py-kiwisolver@1.3.1:", when="@3.8.1:", type=("build", "run"))
+ depends_on("py-kiwisolver@1.0.1:", when="@2.2:", type=("build", "run"))
depends_on("py-numpy@1.21:1", when="@3.8:", type=("build", "link", "run"))
depends_on("py-numpy@1.20:", when="@3.7:", type=("build", "link", "run"))
depends_on("py-numpy@1.19:", when="@3.6:", type=("build", "link", "run"))
@@ -146,8 +148,9 @@ class PyMatplotlib(PythonPackage):
depends_on("py-numpy@1.11:", type=("build", "run"))
depends_on("py-packaging@20:", when="@3.6:", type=("build", "run"))
depends_on("py-packaging", when="@3.5:", type=("build", "run"))
+ depends_on("pil@8:", when="@3.8.1:", type=("build", "run"))
depends_on("pil@6.2:", when="@3.3:", type=("build", "run"))
- depends_on("py-pyparsing@2.3.1:3.0", when="@3.7.2:", type=("build", "run"))
+ depends_on("py-pyparsing@2.3.1:3.0", when="@3.7.2", type=("build", "run"))
depends_on("py-pyparsing@2.3.1:", when="@3.7:", type=("build", "run"))
depends_on("py-pyparsing@2.2.1:", when="@3.4:", type=("build", "run"))
depends_on("py-pyparsing@2.0.3,2.0.5:2.1.1,2.1.3:2.1.5,2.1.7:", type=("build", "run"))
@@ -221,7 +224,9 @@ class PyMatplotlib(PythonPackage):
# Dependencies for building matplotlib
# Setup dependencies
depends_on("py-certifi@2020.6.20:", when="@3.3.1:", type="build")
+ depends_on("py-numpy@1.25:", when="@3.8:", type="build")
depends_on("py-pybind11@2.6:", when="@3.7:", type="build")
+ depends_on("py-setuptools@64:", when="@3.8.1:", type="build")
depends_on("py-setuptools@42:", when="@3.8:", type="build")
depends_on("py-setuptools@42:", when="@3.7.2:3.7", type=("build", "run"))
depends_on("py-setuptools", when="@:3.7.1", type=("build", "run"))