summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2021-04-16 23:38:10 -0400
committerGitHub <noreply@github.com>2021-04-17 03:38:10 +0000
commitc017e4e2b0377e3389ae488b0965101f3cd5b130 (patch)
tree07bd8316ca3a61bb0b5a219f61f5b580021fd8c3
parent70fadef7c2907ed4c261c502757b3b34d1528c66 (diff)
downloadspack-c017e4e2b0377e3389ae488b0965101f3cd5b130.tar.gz
spack-c017e4e2b0377e3389ae488b0965101f3cd5b130.tar.bz2
spack-c017e4e2b0377e3389ae488b0965101f3cd5b130.tar.xz
spack-c017e4e2b0377e3389ae488b0965101f3cd5b130.zip
New package: r-assertive-data-uk (#23047)
-rw-r--r--var/spack/repos/builtin/packages/r-assertive-data-uk/package.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-assertive-data-uk/package.py b/var/spack/repos/builtin/packages/r-assertive-data-uk/package.py
new file mode 100644
index 0000000000..fa330824ce
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-assertive-data-uk/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 RAssertiveDataUk(RPackage):
+ """assertive.data.uk: Assertions to Check Properties of Strings
+
+ A set of predicates and assertions for checking the
+ properties of UK-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.uk"
+ url = "https://cloud.r-project.org/src/contrib/assertive.data.uk_0.0-2.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/assertive.data.uk"
+
+ version('0.0-2', sha256='ab48dab6977e8f43d6fffb33228d158865f68dde7026d123c693d77339dcf2bb')
+
+ 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'))