From 9edf812745ae2b3867a16c16b29f0c1a54f10a6e Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 4 Mar 2020 21:56:00 -0600 Subject: py-matplotlib: add 3.2.0 (#15349) --- var/spack/repos/builtin/packages/py-matplotlib/package.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/var/spack/repos/builtin/packages/py-matplotlib/package.py b/var/spack/repos/builtin/packages/py-matplotlib/package.py index eb4f5e3da5..e5d898f1df 100644 --- a/var/spack/repos/builtin/packages/py-matplotlib/package.py +++ b/var/spack/repos/builtin/packages/py-matplotlib/package.py @@ -9,12 +9,11 @@ from spack import * class PyMatplotlib(PythonPackage): - """matplotlib is a python 2D plotting library which produces publication - quality figures in a variety of hardcopy formats and interactive - environments across platforms.""" + """Matplotlib is a comprehensive library for creating static, animated, + and interactive visualizations in Python.""" - homepage = "https://pypi.python.org/pypi/matplotlib" - url = "https://pypi.io/packages/source/m/matplotlib/matplotlib-3.1.3.tar.gz" + homepage = "https://matplotlib.org/" + url = "https://pypi.io/packages/source/m/matplotlib/matplotlib-3.2.0.tar.gz" maintainers = ['adamjstewart'] @@ -28,6 +27,7 @@ class PyMatplotlib(PythonPackage): 'matplotlib.testing.jpl_units' ] + version('3.2.0', sha256='651d76daf9168250370d4befb09f79875daa2224a9096d97dfc3ed764c842be4') version('3.1.3', sha256='db3121f12fb9b99f105d1413aebaeb3d943f269f3d262b45586d12765866f0c6') version('3.1.2', sha256='8e8e2c2fe3d873108735c6ee9884e6f36f467df4a143136209cff303b183bada') version('3.1.1', sha256='1febd22afe1489b13c6749ea059d392c03261b2950d1d45c17e3aed812080c93') @@ -84,7 +84,7 @@ class PyMatplotlib(PythonPackage): depends_on('py-cycler@0.10:', type=('build', 'run')) depends_on('py-python-dateutil@2.1:', type=('build', 'run')) depends_on('py-kiwisolver@1.0.1:', type=('build', 'run'), when='@2.2.0:') - depends_on('py-pyparsing', 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-pytz', type=('build', 'run'), when='@:2') depends_on('py-subprocess32', type=('build', 'run'), when='^python@:2.7') depends_on('py-functools32', type=('build', 'run'), when='@:2.0.999 ^python@2.7') -- cgit v1.2.3-60-g2f50