summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-lifecycle/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-lifecycle/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-lifecycle/package.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-lifecycle/package.py b/var/spack/repos/builtin/packages/r-lifecycle/package.py
index bed431c319..8c2b80404b 100644
--- a/var/spack/repos/builtin/packages/r-lifecycle/package.py
+++ b/var/spack/repos/builtin/packages/r-lifecycle/package.py
@@ -7,7 +7,7 @@ from spack import *
class RLifecycle(RPackage):
- """Manage the Life Cycle of your Package Functions
+ """Manage the Life Cycle of your Package Functions.
Manage the life cycle of your exported functions with shared conventions,
documentation badges, and non-invasive deprecation warnings. The
@@ -18,13 +18,12 @@ class RLifecycle(RPackage):
deprecated functions are signalled with increasing levels of non-invasive
verbosity."""
- homepage = "https://lifecycle.r-lib.org/"
cran = "lifecycle"
version('1.0.1', sha256='1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0')
version('0.2.0', sha256='29746e8dee05d4e36f9c612e8c7a903a4f648a36b3b94c9776e518c38a412224')
depends_on('r@3.2:', type=('build', 'run'))
- depends_on('r@3.3:', when='@1:', type=('build', 'run'))
+ depends_on('r@3.3:', type=('build', 'run'), when='@1:')
depends_on('r-glue', type=('build', 'run'))
depends_on('r-rlang@0.4.0:', type=('build', 'run'))