summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Johnson <glenn-johnson@uiowa.edu>2021-01-15 03:34:33 -0600
committerGitHub <noreply@github.com>2021-01-15 10:34:33 +0100
commit89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153 (patch)
tree523b6bbdc3f410c622f38cb85702b30fa484e300
parentd2f99bb42b1586d85a355441ab27c6ac5148b9c1 (diff)
downloadspack-89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153.tar.gz
spack-89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153.tar.bz2
spack-89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153.tar.xz
spack-89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153.zip
add version 2.2.0 to r-cli (#20858)
-rw-r--r--var/spack/repos/builtin/packages/r-cli/package.py12
1 files changed, 9 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-cli/package.py b/var/spack/repos/builtin/packages/r-cli/package.py
index 560bf2a083..8f5f73ed25 100644
--- a/var/spack/repos/builtin/packages/r-cli/package.py
+++ b/var/spack/repos/builtin/packages/r-cli/package.py
@@ -7,14 +7,20 @@ from spack import *
class RCli(RPackage):
- """A suite of tools designed to build attractive command line interfaces
- ('CLIs'). Includes tools for drawing rules, boxes, trees, and
- 'Unicode' symbols with 'ASCII' alternatives."""
+ """Helpers for Developing Command Line Interfaces
+
+ A suite of tools to build attractive command line interfaces ('CLIs'), from
+ semantic elements: headings, lists, alerts, paragraphs, etc. Supports
+ custom themes via a 'CSS'-like language. It also contains a number of lower
+ level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with
+ 'ASCII' alternatives. It integrates with the 'crayon' package to support
+ 'ANSI' terminal colors."""
homepage = "https://github.com/r-lib/cli#readme"
url = "https://cloud.r-project.org/src/contrib/cli_1.0.0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/cli"
+ version('2.2.0', sha256='39a77af61724f8cc1f5117011e17bb2a488cbac61a7c112db078a675d3ac40b8')
version('2.0.2', sha256='490834e5b80eb036befa0e150996bcab1c4d5d168c3d45209926e52d0d5413b6')
version('1.1.0', sha256='4fc00fcdf4fdbdf9b5792faee8c7cf1ed5c4f45b1221d961332cda82dbe60d0a')
version('1.0.1', sha256='ef80fbcde15760fd55abbf9413b306e3971b2a7034ab8c415fb52dc0088c5ee4')