summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-cli/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-cli/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-cli/package.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-cli/package.py b/var/spack/repos/builtin/packages/r-cli/package.py
index d8a169c779..8f5f73ed25 100644
--- a/var/spack/repos/builtin/packages/r-cli/package.py
+++ b/var/spack/repos/builtin/packages/r-cli/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,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')