summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-histoprint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-histoprint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-histoprint/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-histoprint/package.py b/var/spack/repos/builtin/packages/py-histoprint/package.py
index 288caf16eb..9bb94335a7 100644
--- a/var/spack/repos/builtin/packages/py-histoprint/package.py
+++ b/var/spack/repos/builtin/packages/py-histoprint/package.py
@@ -10,13 +10,13 @@ class PyHistoprint(PythonPackage):
"""Pretty print of NumPy (and other) histograms to the console"""
homepage = "https://github.com/scikit-hep/histoprint"
- pypi = "histoprint/histoprint-2.2.0.tar.gz"
+ pypi = "histoprint/histoprint-2.2.0.tar.gz"
- version('2.2.0', sha256='ef8b65f7926aaa989f076857b76291175245dd974804b408483091d1e28b00f6')
+ version("2.2.0", sha256="ef8b65f7926aaa989f076857b76291175245dd974804b408483091d1e28b00f6")
- depends_on('python@3.6:', type=('build', 'run'))
- depends_on('py-setuptools@42:', type='build')
- depends_on('py-setuptools-scm@3.4:+toml', type='build')
- depends_on('py-click@7.0.0:', type=('build', 'run'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-uhi@0.2.1:', type=('build', 'run'))
+ depends_on("python@3.6:", type=("build", "run"))
+ depends_on("py-setuptools@42:", type="build")
+ depends_on("py-setuptools-scm@3.4:+toml", type="build")
+ depends_on("py-click@7.0.0:", type=("build", "run"))
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-uhi@0.2.1:", type=("build", "run"))