summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-assertive-files/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-assertive-files/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-assertive-files/package.py13
1 files changed, 5 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/r-assertive-files/package.py b/var/spack/repos/builtin/packages/r-assertive-files/package.py
index 61fc5e590d..01f1c03b7a 100644
--- a/var/spack/repos/builtin/packages/r-assertive-files/package.py
+++ b/var/spack/repos/builtin/packages/r-assertive-files/package.py
@@ -7,17 +7,14 @@ from spack import *
class RAssertiveFiles(RPackage):
- """assertive.files: Assertions to Check Properties of Files
+ """Assertions to Check Properties of Files.
- A set of predicates and assertions for checking the
- properties of files and connections. This is mainly for use
- by other package developers who want to include run-time
- testing features in their own packages. End-users will
+ A set of predicates and assertions for checking the properties of files and
+ connections. 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.files"
- url = "https://cloud.r-project.org/src/contrib/assertive.files_0.0-2.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/assertive.files"
+ cran = "assertive.files"
version('0.0-2', sha256='be6adda6f18a0427449249e44c2deff4444a123244b16fe82c92f15d24faee0a')