summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-cf-units/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-cf-units/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-cf-units/package.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/py-cf-units/package.py b/var/spack/repos/builtin/packages/py-cf-units/package.py
index 0956b760a1..ad0d83774e 100644
--- a/var/spack/repos/builtin/packages/py-cf-units/package.py
+++ b/var/spack/repos/builtin/packages/py-cf-units/package.py
@@ -13,18 +13,18 @@ class PyCfUnits(PythonPackage):
homepage = "https://scitools.org.uk"
pypi = "cf-units/cf-units-2.1.1.tar.gz"
- git = "https://github.com/SciTools/cf-units.git"
+ git = "https://github.com/SciTools/cf-units.git"
- version('master', branch='master')
- version('2.1.4', sha256='25f81ad994af30713ee8f5ef18ffddd83c6ec1ac308e1bd89d45de9d2e0f1c31')
- version('2.1.1', sha256='fa0ef8efd84546e61088aa23e76ebbaf7043167dc3a7f35f34549c234b543530')
+ version("master", branch="master")
+ version("2.1.4", sha256="25f81ad994af30713ee8f5ef18ffddd83c6ec1ac308e1bd89d45de9d2e0f1c31")
+ version("2.1.1", sha256="fa0ef8efd84546e61088aa23e76ebbaf7043167dc3a7f35f34549c234b543530")
- depends_on('python@3:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-six', type=('build', 'run'))
- depends_on('py-cftime', type=('build', 'run'))
- depends_on('py-cython', type=('build', 'run'))
- depends_on('py-numpy', type=('build', 'run'))
- depends_on('py-antlr4-python3-runtime', type=('build', 'run'))
- depends_on('py-pytest-runner', type=('build'))
- depends_on('udunits')
+ depends_on("python@3:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-six", type=("build", "run"))
+ depends_on("py-cftime", type=("build", "run"))
+ depends_on("py-cython", type=("build", "run"))
+ depends_on("py-numpy", type=("build", "run"))
+ depends_on("py-antlr4-python3-runtime", type=("build", "run"))
+ depends_on("py-pytest-runner", type=("build"))
+ depends_on("udunits")