summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyrsistent/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyrsistent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyrsistent/package.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyrsistent/package.py b/var/spack/repos/builtin/packages/py-pyrsistent/package.py
index 05a39cf6fe..c98df46c60 100644
--- a/var/spack/repos/builtin/packages/py-pyrsistent/package.py
+++ b/var/spack/repos/builtin/packages/py-pyrsistent/package.py
@@ -8,18 +8,18 @@ from spack.package import *
class PyPyrsistent(PythonPackage):
"""Pyrsistent is a number of persistent collections
- (by some referred to as functional data structures).
- Persistent in the sense that they are immutable."""
+ (by some referred to as functional data structures).
+ Persistent in the sense that they are immutable."""
homepage = "https://github.com/tobgu/pyrsistent/"
pypi = "pyrsistent/pyrsistent-0.15.7.tar.gz"
- version('0.18.0', sha256='773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b')
- version('0.16.0', sha256='28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3')
- version('0.15.7', sha256='cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280')
+ version("0.18.0", sha256="773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b")
+ version("0.16.0", sha256="28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3")
+ version("0.15.7", sha256="cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280")
- depends_on('python@2.7:2.8,3.5:', type=('build', 'link', 'run'))
- depends_on('python@3.6:', type=('build', 'link', 'run'), when='@0.18.0:')
- depends_on('py-setuptools', type='build')
- depends_on('py-setuptools@42:', type='build', when='@0.18.0:')
- depends_on('py-six', type=('build', 'run'), when='@:0.17')
+ depends_on("python@2.7:2.8,3.5:", type=("build", "link", "run"))
+ depends_on("python@3.6:", type=("build", "link", "run"), when="@0.18.0:")
+ depends_on("py-setuptools", type="build")
+ depends_on("py-setuptools@42:", type="build", when="@0.18.0:")
+ depends_on("py-six", type=("build", "run"), when="@:0.17")