From 89b745ed3f70c0d76a3fc4ed5b2123f2dabd8153 Mon Sep 17 00:00:00 2001 From: Glenn Johnson Date: Fri, 15 Jan 2021 03:34:33 -0600 Subject: [PATCH] add version 2.2.0 to r-cli (#20858) --- var/spack/repos/builtin/packages/r-cli/package.py | 12 +++++++++--- 1 file 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 @@ 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')