summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-processx/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-processx/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-processx/package.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-processx/package.py b/var/spack/repos/builtin/packages/r-processx/package.py
index b9d5c290c8..6022618084 100644
--- a/var/spack/repos/builtin/packages/r-processx/package.py
+++ b/var/spack/repos/builtin/packages/r-processx/package.py
@@ -7,7 +7,7 @@ from spack import *
class RProcessx(RPackage):
- """Execute and Control System Processes
+ """Execute and Control System Processes.
Tools to run system processes in the background. It can check if a
background process is running; wait on a background process to finish; get
@@ -16,7 +16,6 @@ class RProcessx(RPackage):
connections. 'processx' can poll a process for standard output or error,
with a timeout. It can also poll several processes at once."""
- homepage = "https://github.com/r-lib/processx"
cran = "processx"
version('3.5.2', sha256='ed6f2d1047461c6061e6ed58fb6de65a289b56009867892abad76c6bba46fc2b')
@@ -29,9 +28,9 @@ class RProcessx(RPackage):
version('2.0.0.1', sha256='8f61b2952d0f2d13c74465bfba174ce11eee559475c2f7b9be6bcb9e2e1d827b')
version('2.0.0', sha256='8325b56a60a276909228756281523cda9256bc754c5f3ca03b41c5c17cc398ad')
- depends_on('r-ps@1.2.0:', when='@3.2.0:', type=('build', 'run'))
+ depends_on('r-ps@1.2.0:', type=('build', 'run'), when='@3.2.0:')
depends_on('r-r6', type=('build', 'run'))
- depends_on('r-assertthat', when='@:3.2.9', type=('build', 'run'))
- depends_on('r-crayon', when='@:3.2.9', type=('build', 'run'))
- depends_on('r-debugme', when='@:3.0.9', type=('build', 'run'))
+ depends_on('r-assertthat', type=('build', 'run'), when='@:3.2.9')
+ depends_on('r-crayon', type=('build', 'run'), when='@:3.2.9')
+ depends_on('r-debugme', type=('build', 'run'), when='@:3.0.9')