summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-clikit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-clikit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-clikit/package.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-clikit/package.py b/var/spack/repos/builtin/packages/py-clikit/package.py
index 4b72db24ea..6ffcf49254 100644
--- a/var/spack/repos/builtin/packages/py-clikit/package.py
+++ b/var/spack/repos/builtin/packages/py-clikit/package.py
@@ -11,15 +11,15 @@ class PyClikit(PythonPackage):
command line interfaces."""
homepage = "https://github.com/sdispater/clikit"
- pypi = "clikit/clikit-0.6.2.tar.gz"
+ pypi = "clikit/clikit-0.6.2.tar.gz"
- version('0.6.2', sha256='442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59')
+ version("0.6.2", sha256="442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59")
- depends_on('python@2.7,3.4:3', type=('build', 'run'))
- depends_on('py-poetry-core@1:', type='build')
- depends_on('py-pastel@0.2.0:0.2', type=('build', 'run'))
- depends_on('py-pylev@1.3:1', type=('build', 'run'))
- depends_on('py-crashtest@0.3.0:0.3', when='^python@3.6:3', type=('build', 'run'))
- depends_on('py-typing@3.6:3', when='^python@2.7,3.4', type=('build', 'run'))
- depends_on('py-typing-extensions@3.6:3', when='^python@3.5.0:3.5.3', type=('build', 'run'))
- depends_on('py-enum34@1.1:1', when='^python@2.7', type=('build', 'run'))
+ depends_on("python@2.7,3.4:3", type=("build", "run"))
+ depends_on("py-poetry-core@1:", type="build")
+ depends_on("py-pastel@0.2.0:0.2", type=("build", "run"))
+ depends_on("py-pylev@1.3:1", type=("build", "run"))
+ depends_on("py-crashtest@0.3.0:0.3", when="^python@3.6:3", type=("build", "run"))
+ depends_on("py-typing@3.6:3", when="^python@2.7,3.4", type=("build", "run"))
+ depends_on("py-typing-extensions@3.6:3", when="^python@3.5.0:3.5.3", type=("build", "run"))
+ depends_on("py-enum34@1.1:1", when="^python@2.7", type=("build", "run"))