summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-07-07 14:43:41 -0500
committerGitHub <noreply@github.com>2023-07-07 14:43:41 -0500
commitbf6eb832aede6821ec61e42067caccd922f9f737 (patch)
tree9dff96a50b469bdb973f0f902cfd1c0d1bbf4ddb /var
parente8e6d69af55061e5a8cf2a12dee8067cb7ade12d (diff)
downloadspack-bf6eb832aede6821ec61e42067caccd922f9f737.tar.gz
spack-bf6eb832aede6821ec61e42067caccd922f9f737.tar.bz2
spack-bf6eb832aede6821ec61e42067caccd922f9f737.tar.xz
spack-bf6eb832aede6821ec61e42067caccd922f9f737.zip
py-matplotlib: add v3.7.2 (#38745)
* py-matplotlib: add v3.7.2 * Update dep versions
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-matplotlib/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-matplotlib/package.py b/var/spack/repos/builtin/packages/py-matplotlib/package.py
index c4a0b9555f..0c6f99dd85 100644
--- a/var/spack/repos/builtin/packages/py-matplotlib/package.py
+++ b/var/spack/repos/builtin/packages/py-matplotlib/package.py
@@ -37,6 +37,7 @@ class PyMatplotlib(PythonPackage):
"pylab",
]
+ version("3.7.2", sha256="a8cdb91dddb04436bd2f098b8fdf4b81352e68cf4d2c6756fcc414791076569b")
version("3.7.1", sha256="7b73305f25eab4541bd7ee0b96d87e53ae9c9f1823be5659b806cd85786fe882")
version("3.7.0", sha256="8f6efd313430d7ef70a38a3276281cb2e8646b3a22b3b21eb227da20e15e6813")
version("3.6.3", sha256="1f4d69707b1677560cd952544ee4962f68ff07952fb9069ff8c12b56353cb8c9")
@@ -154,11 +155,13 @@ class PyMatplotlib(PythonPackage):
depends_on("py-packaging@20:", when="@3.6:", type=("build", "run"))
depends_on("py-packaging", when="@3.5:", 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:", 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"))
depends_on("py-python-dateutil@2.7:", when="@3.4:", type=("build", "run"))
depends_on("py-python-dateutil@2.1:", type=("build", "run"))
+ depends_on("py-setuptools@42:", when="@3.7.2:", type=("build", "run"))
depends_on("py-setuptools", type=("build", "run"))
depends_on("py-importlib-resources@3.2:", when="@3.7: ^python@:3.9", type=("build", "run"))