summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/wsmancli/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/wsmancli/package.py')
-rw-r--r--var/spack/repos/builtin/packages/wsmancli/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/wsmancli/package.py b/var/spack/repos/builtin/packages/wsmancli/package.py
index b2fc047fe5..f3a6f18e3f 100644
--- a/var/spack/repos/builtin/packages/wsmancli/package.py
+++ b/var/spack/repos/builtin/packages/wsmancli/package.py
@@ -10,18 +10,18 @@ class Wsmancli(AutotoolsPackage):
"""Openwsman command line client"""
homepage = "http://www.openwsman.org"
- url = "https://github.com/Openwsman/wsmancli/archive/v2.6.0.tar.gz"
+ url = "https://github.com/Openwsman/wsmancli/archive/v2.6.0.tar.gz"
- version('2.6.0', sha256='766fef60d4c627d8b6129b3c9ae97d8676442bc6110b3a723610c54894365e0d')
- version('2.5.0', sha256='9e60e9b21d14328feadceeaf0c3c233d7ee701e7814010ede23367a9bd5efb33')
- version('2.3.2', sha256='b5ffd4c4cdbcde7cf8cf84be3a3c1b92d84ffb8b492e6008a83e090c760d6c2d')
+ version("2.6.0", sha256="766fef60d4c627d8b6129b3c9ae97d8676442bc6110b3a723610c54894365e0d")
+ version("2.5.0", sha256="9e60e9b21d14328feadceeaf0c3c233d7ee701e7814010ede23367a9bd5efb33")
+ version("2.3.2", sha256="b5ffd4c4cdbcde7cf8cf84be3a3c1b92d84ffb8b492e6008a83e090c760d6c2d")
- depends_on('autoconf', type='build')
- depends_on('automake', type='build')
- depends_on('libtool', type='build')
- depends_on('m4', type='build')
- depends_on('openwsman')
+ depends_on("autoconf", type="build")
+ depends_on("automake", type="build")
+ depends_on("libtool", type="build")
+ depends_on("m4", type="build")
+ depends_on("openwsman")
def autoreconf(self, spec, prefix):
- bash = which('bash')
- bash('./bootstrap')
+ bash = which("bash")
+ bash("./bootstrap")