summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyspark/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/py-pyspark/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyspark/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyspark/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyspark/package.py b/var/spack/repos/builtin/packages/py-pyspark/package.py
index 3740d962a8..a010b8ec1e 100644
--- a/var/spack/repos/builtin/packages/py-pyspark/package.py
+++ b/var/spack/repos/builtin/packages/py-pyspark/package.py
@@ -12,15 +12,15 @@ class PyPyspark(PythonPackage):
homepage = "https://spark.apache.org"
pypi = "pyspark/pyspark-3.0.1.tar.gz"
- version('3.0.1', sha256='38b485d3634a86c9a2923c39c8f08f003fdd0e0a3d7f07114b2fb4392ce60479')
- version('2.4.4', sha256='13655eb113b8cf5f3f85b24fd92f86c4668a723723bd68949d028fa0df2cf694')
- version('2.3.2', sha256='7fb3b4fe47edb0fb78cecec37e0f2a728590f17ef6a49eae55141a7a374c07c8')
- version('2.3.0', sha256='0b3536910e154c36a94239f0ba0a201f476aadc72006409e5787198ffd01986e')
+ version("3.0.1", sha256="38b485d3634a86c9a2923c39c8f08f003fdd0e0a3d7f07114b2fb4392ce60479")
+ version("2.4.4", sha256="13655eb113b8cf5f3f85b24fd92f86c4668a723723bd68949d028fa0df2cf694")
+ version("2.3.2", sha256="7fb3b4fe47edb0fb78cecec37e0f2a728590f17ef6a49eae55141a7a374c07c8")
+ version("2.3.0", sha256="0b3536910e154c36a94239f0ba0a201f476aadc72006409e5787198ffd01986e")
- depends_on('python@2.7:3.7', when='@:2', type=('build', 'run'))
- depends_on('python@2.7:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-py4j@0.10.9', when='@3.0.1', type=('build', 'run'))
- depends_on('py-py4j@0.10.7', when='@2.4.4', type=('build', 'run'))
- depends_on('py-py4j@0.10.7', when='@2.3.2', type=('build', 'run'))
- depends_on('py-py4j@0.10.6', when='@2.3.0', type=('build', 'run'))
+ depends_on("python@2.7:3.7", when="@:2", type=("build", "run"))
+ depends_on("python@2.7:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-py4j@0.10.9", when="@3.0.1", type=("build", "run"))
+ depends_on("py-py4j@0.10.7", when="@2.4.4", type=("build", "run"))
+ depends_on("py-py4j@0.10.7", when="@2.3.2", type=("build", "run"))
+ depends_on("py-py4j@0.10.6", when="@2.3.0", type=("build", "run"))