summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-latticeextra/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-latticeextra/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-latticeextra/package.py19
1 files changed, 8 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/r-latticeextra/package.py b/var/spack/repos/builtin/packages/r-latticeextra/package.py
index 4128aada1c..e2a50535a0 100644
--- a/var/spack/repos/builtin/packages/r-latticeextra/package.py
+++ b/var/spack/repos/builtin/packages/r-latticeextra/package.py
@@ -7,23 +7,20 @@ from spack import *
class RLatticeextra(RPackage):
- """Extra Graphical Utilities Based on Lattice
+ """Extra Graphical Utilities Based on Lattice.
- Building on the infrastructure provided by the lattice package,
- this package provides several new high-level functions and methods,
- as well as additional utilities such as panel and axis annotation
- functions."""
+ Building on the infrastructure provided by the lattice package, this
+ package provides several new high-level functions and methods, as well as
+ additional utilities such as panel and axis annotation functions."""
- homepage = "https://latticeextra.r-forge.r-project.org/"
- url = "https://cloud.r-project.org/src/contrib/latticeExtra_0.6-28.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/latticeExtra"
+ cran = "latticeExtra"
version('0.6-29', sha256='6cadc31d56f73d926e2e8d72e43ae17ac03607a4d1a374719999a4a231e3df11')
version('0.6-28', sha256='780695323dfadac108fb27000011c734e2927b1e0f069f247d65d27994c67ec2')
depends_on('r@2.10.0:', type=('build', 'run'))
- depends_on('r@3.6.0:', when='@0.6-29:', type=('build', 'run'))
+ depends_on('r@3.6.0:', type=('build', 'run'), when='@0.6-29:')
depends_on('r-lattice', type=('build', 'run'))
- depends_on('r-png', when='@0.6-29:', type=('build', 'run'))
- depends_on('r-jpeg', when='@0.6-29:', type=('build', 'run'))
+ depends_on('r-png', type=('build', 'run'), when='@0.6-29:')
+ depends_on('r-jpeg', type=('build', 'run'), when='@0.6-29:')
depends_on('r-rcolorbrewer', type=('build', 'run'))