summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-assertive-strings/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-assertive-strings/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-assertive-strings/package.py15
1 files changed, 6 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-assertive-strings/package.py b/var/spack/repos/builtin/packages/r-assertive-strings/package.py
index ea37fb6364..2b6d49f2ae 100644
--- a/var/spack/repos/builtin/packages/r-assertive-strings/package.py
+++ b/var/spack/repos/builtin/packages/r-assertive-strings/package.py
@@ -7,17 +7,14 @@ from spack import *
class RAssertiveStrings(RPackage):
- """assertive.strings: Assertions to Check Properties of Strings
+ """Assertions to Check Properties of Strings.
- A set of predicates and assertions for checking the
- properties of strings. This is mainly for use by other
- package developers who want to include run-time testing
- features in their own packages. End-users will usually want
- to use assertive directly."""
+ A set of predicates and assertions for checking the properties of strings.
+ This is mainly for use by other package developers who want to include
+ run-time testing features in their own packages. End-users will usually
+ want to use assertive directly."""
- homepage = "https://bitbucket.org/richierocks/assertive.strings"
- url = "https://cloud.r-project.org/src/contrib/assertive.strings_0.0-3.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/assertive.strings"
+ cran = "assertive.strings"
version('0.0-3', sha256='d541d608a01640347d661cc9a67af8202904142031a20caa270f1c83d0ccd258')