summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-genomicranges/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-genomicranges/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-genomicranges/package.py28
1 files changed, 14 insertions, 14 deletions
diff --git a/var/spack/repos/builtin/packages/r-genomicranges/package.py b/var/spack/repos/builtin/packages/r-genomicranges/package.py
index 9ca2058064..ad364e78c1 100644
--- a/var/spack/repos/builtin/packages/r-genomicranges/package.py
+++ b/var/spack/repos/builtin/packages/r-genomicranges/package.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
@@ -7,7 +7,7 @@ from spack import *
class RGenomicranges(RPackage):
- """Representation and manipulation of genomic intervals.
+ """Representation and manipulation of genomic intervals
The ability to efficiently represent and manipulate genomic annotations
and alignments is playing a central role when it comes to analyzing
@@ -23,6 +23,7 @@ class RGenomicranges(RPackage):
homepage = "https://bioconductor.org/packages/GenomicRanges"
git = "https://git.bioconductor.org/packages/GenomicRanges.git"
+ version('1.42.0', commit='32baca734b599d60fa13bdbe31c5712e648f538d')
version('1.36.1', commit='418e7e5647dd54d81b804455ddfcbc027fd0164a')
version('1.34.0', commit='ebaad5ca61abb67c2c30c132e07531ba4257bccd')
version('1.32.7', commit='4c56dc836dbfd0d228dc810e8d401811cdbc267c')
@@ -31,21 +32,20 @@ class RGenomicranges(RPackage):
depends_on('r@2.10:', type=('build', 'run'))
depends_on('r-biocgenerics@0.21.2:', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.25.3:', when='@1.32.7:', type=('build', 'run'))
depends_on('r-s4vectors@0.9.47:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.17.32:', when='@1.32.7:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.19.11:', when='@1.34.0:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.27.12:', when='@1.42.0:', type=('build', 'run'))
depends_on('r-iranges@2.9.11:', type=('build', 'run'))
- depends_on('r-genomeinfodb@1.11.5:', type=('build', 'run'))
- depends_on('r-xvector', type=('build', 'run'))
-
depends_on('r-iranges@2.11.16:', when='@1.30.3:', type=('build', 'run'))
- depends_on('r-genomeinfodb@1.13.1:', when='@1.30.3:', type=('build', 'run'))
-
- depends_on('r-biocgenerics@0.25.3:', when='@1.32.7:', type=('build', 'run'))
- depends_on('r-s4vectors@0.17.32:', when='@1.32.7:', type=('build', 'run'))
depends_on('r-iranges@2.14.4:', when='@1.32.7:', type=('build', 'run'))
- depends_on('r-genomeinfodb@1.15.2:', when='@1.32.7:', type=('build', 'run'))
- depends_on('r-xvector@0.19.8:', when='@1.32.7:', type=('build', 'run'))
-
- depends_on('r-s4vectors@0.19.11:', when='@1.34.0:', type=('build', 'run'))
depends_on('r-iranges@2.15.12:', when='@1.34.0:', type=('build', 'run'))
-
depends_on('r-iranges@2.17.1:', when='@1.36.1:', type=('build', 'run'))
+ depends_on('r-iranges@2.23.9:', when='@1.42.0:', type=('build', 'run'))
+ depends_on('r-genomeinfodb@1.11.5:', type=('build', 'run'))
+ depends_on('r-genomeinfodb@1.13.1:', when='@1.30.3:', type=('build', 'run'))
+ depends_on('r-genomeinfodb@1.15.2:', when='@1.32.7:', type=('build', 'run'))
+ depends_on('r-xvector', type=('build', 'run'))
+ depends_on('r-xvector@0.19.8:', when='@1.32.7:', type=('build', 'run'))
+ depends_on('r-xvector@0.29.2:', when='@1.42.0:', type=('build', 'run'))