summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2021-04-16 23:49:00 -0400
committerGitHub <noreply@github.com>2021-04-16 21:49:00 -0600
commite32cb16b5adbce344855e1c6b5078e5321a1d43a (patch)
tree0d9396450427e3fbadde2e141e1d974f7f433459 /var
parentd5f07126cb2589ace6d1924a42dcd2c1ba6252aa (diff)
downloadspack-e32cb16b5adbce344855e1c6b5078e5321a1d43a.tar.gz
spack-e32cb16b5adbce344855e1c6b5078e5321a1d43a.tar.bz2
spack-e32cb16b5adbce344855e1c6b5078e5321a1d43a.tar.xz
spack-e32cb16b5adbce344855e1c6b5078e5321a1d43a.zip
New package: r-assertive-data-us (#23048)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-assertive-data-us/package.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-assertive-data-us/package.py b/var/spack/repos/builtin/packages/r-assertive-data-us/package.py
new file mode 100644
index 0000000000..b5b00f8363
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-assertive-data-us/package.py
@@ -0,0 +1,26 @@
+# 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)
+
+from spack import *
+
+
+class RAssertiveDataUs(RPackage):
+ """assertive.data.us: Assertions to Check Properties of Strings
+
+ A set of predicates and assertions for checking the
+ properties of US-specific complex data types. 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.data.us"
+ url = "https://cloud.r-project.org/src/contrib/assertive.data.us_0.0-2.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/assertive.data.us"
+
+ version('0.0-2', sha256='180e64dfe6339d25dd27d7fe9e77619ef697ef6e5bb6a3cf4fb732a681bdfaad')
+
+ depends_on('r@3.0.0:', type=('build', 'run'))
+ depends_on('r-assertive-base@0.0-2:', type=('build', 'run'))
+ depends_on('r-assertive-strings', type=('build', 'run'))