summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-recipes/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/r-recipes/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/r-recipes/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-recipes/package.py58
1 files changed, 29 insertions, 29 deletions
diff --git a/var/spack/repos/builtin/packages/r-recipes/package.py b/var/spack/repos/builtin/packages/r-recipes/package.py
index 606a87c282..abf3144316 100644
--- a/var/spack/repos/builtin/packages/r-recipes/package.py
+++ b/var/spack/repos/builtin/packages/r-recipes/package.py
@@ -17,33 +17,33 @@ class RRecipes(RPackage):
cran = "recipes"
- version('0.2.0', sha256='3d0073e3eb98ac089a94bf8430f3c50915ff1f495d8e967c37baa6a0f6cea0a4')
- version('0.1.17', sha256='ed20ba0ea0165310e31864ed7d2e005a2a37b76c7913977fd124d8b567616d3d')
- version('0.1.15', sha256='808ad2f4d68ae03aa27332437f037597e9c1bebd65ed4ebfab1d243ea6022e76')
- version('0.1.6', sha256='51e0db72de171d58d13ad8ffcf1dea402ab8f82100d161722041b6fd014cbfd9')
+ version("0.2.0", sha256="3d0073e3eb98ac089a94bf8430f3c50915ff1f495d8e967c37baa6a0f6cea0a4")
+ version("0.1.17", sha256="ed20ba0ea0165310e31864ed7d2e005a2a37b76c7913977fd124d8b567616d3d")
+ version("0.1.15", sha256="808ad2f4d68ae03aa27332437f037597e9c1bebd65ed4ebfab1d243ea6022e76")
+ version("0.1.6", sha256="51e0db72de171d58d13ad8ffcf1dea402ab8f82100d161722041b6fd014cbfd9")
- depends_on('r@3.1:', type=('build', 'run'))
- depends_on('r-dplyr', type=('build', 'run'))
- depends_on('r-ellipsis', type=('build', 'run'), when='@0.1.17:')
- depends_on('r-generics', type=('build', 'run'))
- depends_on('r-generics@0.1.0:', type=('build', 'run'), when='@0.1.15:')
- depends_on('r-generics@0.1.0.9000:', type=('build', 'run'), when='@0.2.0:')
- depends_on('r-glue', type=('build', 'run'))
- depends_on('r-gower', type=('build', 'run'))
- depends_on('r-hardhat@0.1.6.9001:', type=('build', 'run'), when='@0.2.0:')
- depends_on('r-ipred', type=('build', 'run'))
- depends_on('r-ipred@0.9-12:', type=('build', 'run'), when='@0.1.17:')
- depends_on('r-lifecycle', type=('build', 'run'), when='@0.1.15:')
- depends_on('r-lubridate', type=('build', 'run'))
- depends_on('r-magrittr', type=('build', 'run'))
- depends_on('r-matrix', type=('build', 'run'))
- depends_on('r-purrr@0.2.3:', type=('build', 'run'))
- depends_on('r-rlang@0.4.0:', type=('build', 'run'))
- depends_on('r-tibble', type=('build', 'run'))
- depends_on('r-tidyr', type=('build', 'run'))
- depends_on('r-tidyr@1.0.0:', type=('build', 'run'), when='@0.1.15:')
- depends_on('r-tidyselect@0.2.5:', type=('build', 'run'))
- depends_on('r-tidyselect@1.1.0:', type=('build', 'run'), when='@0.1.15:')
- depends_on('r-timedate', type=('build', 'run'))
- depends_on('r-vctrs', type=('build', 'run'), when='@0.1.17:')
- depends_on('r-withr', type=('build', 'run'))
+ depends_on("r@3.1:", type=("build", "run"))
+ depends_on("r-dplyr", type=("build", "run"))
+ depends_on("r-ellipsis", type=("build", "run"), when="@0.1.17:")
+ depends_on("r-generics", type=("build", "run"))
+ depends_on("r-generics@0.1.0:", type=("build", "run"), when="@0.1.15:")
+ depends_on("r-generics@0.1.0.9000:", type=("build", "run"), when="@0.2.0:")
+ depends_on("r-glue", type=("build", "run"))
+ depends_on("r-gower", type=("build", "run"))
+ depends_on("r-hardhat@0.1.6.9001:", type=("build", "run"), when="@0.2.0:")
+ depends_on("r-ipred", type=("build", "run"))
+ depends_on("r-ipred@0.9-12:", type=("build", "run"), when="@0.1.17:")
+ depends_on("r-lifecycle", type=("build", "run"), when="@0.1.15:")
+ depends_on("r-lubridate", type=("build", "run"))
+ depends_on("r-magrittr", type=("build", "run"))
+ depends_on("r-matrix", type=("build", "run"))
+ depends_on("r-purrr@0.2.3:", type=("build", "run"))
+ depends_on("r-rlang@0.4.0:", type=("build", "run"))
+ depends_on("r-tibble", type=("build", "run"))
+ depends_on("r-tidyr", type=("build", "run"))
+ depends_on("r-tidyr@1.0.0:", type=("build", "run"), when="@0.1.15:")
+ depends_on("r-tidyselect@0.2.5:", type=("build", "run"))
+ depends_on("r-tidyselect@1.1.0:", type=("build", "run"), when="@0.1.15:")
+ depends_on("r-timedate", type=("build", "run"))
+ depends_on("r-vctrs", type=("build", "run"), when="@0.1.17:")
+ depends_on("r-withr", type=("build", "run"))