summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biocfilecache/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-biocfilecache/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-biocfilecache/package.py42
1 files changed, 21 insertions, 21 deletions
diff --git a/var/spack/repos/builtin/packages/r-biocfilecache/package.py b/var/spack/repos/builtin/packages/r-biocfilecache/package.py
index b74191ad15..32b253a9fd 100644
--- a/var/spack/repos/builtin/packages/r-biocfilecache/package.py
+++ b/var/spack/repos/builtin/packages/r-biocfilecache/package.py
@@ -9,28 +9,28 @@ from spack.package import *
class RBiocfilecache(RPackage):
"""Manage Files Across Sessions.
- This package creates a persistent on-disk cache of files that the user
- can add, update, and retrieve. It is useful for managing resources (such
- as custom Txdb objects) that are costly or difficult to create, web
- resources, and data files used across sessions."""
+ This package creates a persistent on-disk cache of files that the user
+ can add, update, and retrieve. It is useful for managing resources (such
+ as custom Txdb objects) that are costly or difficult to create, web
+ resources, and data files used across sessions."""
bioc = "BiocFileCache"
- version('2.4.0', commit='2c00eee40d95fddad223f115f959b09e1a14f75d')
- version('2.2.1', commit='cc912123408803193bf37395f4d18baa8dcd6f47')
- version('1.14.0', commit='cdcde4b59ae73dda12aa225948dbd0a058d9be6d')
- version('1.8.0', commit='0e3542b6aae849b01240d8055a48da1b267bd5a0')
- version('1.6.0', commit='c2de6c1cdef6294e5d0adea31e4ebf25865742ba')
- version('1.4.0', commit='a2c473d17f78899c7899b9638faea8c30735eb80')
- version('1.2.3', commit='d78bf5b46c8a329f5ddef879fe51230444bc42f8')
- version('1.0.1', commit='dbf4e8dd4d8d9f475066cd033481efe95c56df75')
+ version("2.4.0", commit="2c00eee40d95fddad223f115f959b09e1a14f75d")
+ version("2.2.1", commit="cc912123408803193bf37395f4d18baa8dcd6f47")
+ version("1.14.0", commit="cdcde4b59ae73dda12aa225948dbd0a058d9be6d")
+ version("1.8.0", commit="0e3542b6aae849b01240d8055a48da1b267bd5a0")
+ version("1.6.0", commit="c2de6c1cdef6294e5d0adea31e4ebf25865742ba")
+ version("1.4.0", commit="a2c473d17f78899c7899b9638faea8c30735eb80")
+ version("1.2.3", commit="d78bf5b46c8a329f5ddef879fe51230444bc42f8")
+ version("1.0.1", commit="dbf4e8dd4d8d9f475066cd033481efe95c56df75")
- depends_on('r@3.4.0:', type=('build', 'run'))
- depends_on('r-dplyr', type=('build', 'run'))
- depends_on('r-dbplyr@1.0.0:', type=('build', 'run'), when='@1.2.3:')
- depends_on('r-rsqlite', type=('build', 'run'))
- depends_on('r-dbi', type=('build', 'run'))
- depends_on('r-rappdirs', type=('build', 'run'))
- depends_on('r-filelock', type=('build', 'run'), when='@2.2.1:')
- depends_on('r-curl', type=('build', 'run'), when='@1.6.0:')
- depends_on('r-httr', type=('build', 'run'))
+ depends_on("r@3.4.0:", type=("build", "run"))
+ depends_on("r-dplyr", type=("build", "run"))
+ depends_on("r-dbplyr@1.0.0:", type=("build", "run"), when="@1.2.3:")
+ depends_on("r-rsqlite", type=("build", "run"))
+ depends_on("r-dbi", type=("build", "run"))
+ depends_on("r-rappdirs", type=("build", "run"))
+ depends_on("r-filelock", type=("build", "run"), when="@2.2.1:")
+ depends_on("r-curl", type=("build", "run"), when="@1.6.0:")
+ depends_on("r-httr", type=("build", "run"))