summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-mizani/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-mizani/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-mizani/package.py32
1 files changed, 16 insertions, 16 deletions
diff --git a/var/spack/repos/builtin/packages/py-mizani/package.py b/var/spack/repos/builtin/packages/py-mizani/package.py
index 2a70870317..3feed1e791 100644
--- a/var/spack/repos/builtin/packages/py-mizani/package.py
+++ b/var/spack/repos/builtin/packages/py-mizani/package.py
@@ -14,29 +14,29 @@ class PyMizani(PythonPackage):
homepage = "https://mizani.readthedocs.io/en/latest"
pypi = "mizani/mizani-0.7.4.tar.gz"
- version('0.7.4', sha256='b84b923cd3b8b4c0421a750672e5a85ed2aa05e632bd37af8419d5bbf65c397c')
- version('0.7.3', sha256='f521300bd29ca918fcd629bc8ab50fa04e41bdbe00f6bcf74055d3c6273770a4')
- version('0.6.0', sha256='2cdba487ee54faf3e5bfe0903155a13ff13d27a2dae709f9432194915b4fb1cd')
+ version("0.7.4", sha256="b84b923cd3b8b4c0421a750672e5a85ed2aa05e632bd37af8419d5bbf65c397c")
+ version("0.7.3", sha256="f521300bd29ca918fcd629bc8ab50fa04e41bdbe00f6bcf74055d3c6273770a4")
+ version("0.6.0", sha256="2cdba487ee54faf3e5bfe0903155a13ff13d27a2dae709f9432194915b4fb1cd")
# common requirements
depends_on("py-palettable", type=("build", "run"))
# variable requirements
- depends_on('python@3.8:', type=('build', 'run'), when='@0.7.4:')
- depends_on('python@3.6:', type=('build', 'run'), when='@0.6.0:')
+ depends_on("python@3.8:", type=("build", "run"), when="@0.7.4:")
+ depends_on("python@3.6:", type=("build", "run"), when="@0.6.0:")
- depends_on("py-setuptools@42:", type="build", when='@0.7.4:')
- depends_on("py-setuptools", type="build", when='@0.6.0:')
+ depends_on("py-setuptools@42:", type="build", when="@0.7.4:")
+ depends_on("py-setuptools", type="build", when="@0.6.0:")
- depends_on("py-matplotlib@3.5.0:", type=("build", "run"), when='@0.7.4:')
- depends_on("py-matplotlib@3.1.1:", type=("build", "run"), when='@0.6.0:')
+ depends_on("py-matplotlib@3.5.0:", type=("build", "run"), when="@0.7.4:")
+ depends_on("py-matplotlib@3.1.1:", type=("build", "run"), when="@0.6.0:")
- depends_on("py-numpy@1.19.0:", type=("build", "run"), when='@0.7.4:')
- depends_on("py-numpy", type=("build", "run"), when='@0.6.0:')
+ depends_on("py-numpy@1.19.0:", type=("build", "run"), when="@0.7.4:")
+ depends_on("py-numpy", type=("build", "run"), when="@0.6.0:")
- depends_on("py-scipy@1.5.0:", type=("build", "run"), when='@0.7.4:')
+ depends_on("py-scipy@1.5.0:", type=("build", "run"), when="@0.7.4:")
- depends_on("py-pandas@1.3.5:", type=("build", "run"), when='@0.7.4:')
- depends_on("py-pandas@1.1.0:", type=("build", "run"), when='@0.7.2:')
- depends_on("py-pandas@1.0.0:", type=("build", "run"), when='@0.7.0:')
- depends_on("py-pandas@0.25.0:", type=("build", "run"), when='@0.6.0:')
+ depends_on("py-pandas@1.3.5:", type=("build", "run"), when="@0.7.4:")
+ depends_on("py-pandas@1.1.0:", type=("build", "run"), when="@0.7.2:")
+ depends_on("py-pandas@1.0.0:", type=("build", "run"), when="@0.7.0:")
+ depends_on("py-pandas@0.25.0:", type=("build", "run"), when="@0.6.0:")