summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-15 15:50:32 -0500
committerLevi Baber <baberlevi@gmail.com>2019-05-15 15:50:32 -0500
commitcfad3cd06c19b2e050a80f87a815e29b07b81109 (patch)
tree029c1e048efdb5a8d8752bd79584cb71f8aa1eda /var
parentf3dd933e3fc29c64ba00ff570f6b05725a872c6d (diff)
downloadspack-cfad3cd06c19b2e050a80f87a815e29b07b81109.tar.gz
spack-cfad3cd06c19b2e050a80f87a815e29b07b81109.tar.bz2
spack-cfad3cd06c19b2e050a80f87a815e29b07b81109.tar.xz
spack-cfad3cd06c19b2e050a80f87a815e29b07b81109.zip
r-httpcode: new package at 0.2.0 (#11454)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-httpcode/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-httpcode/package.py b/var/spack/repos/builtin/packages/r-httpcode/package.py
new file mode 100644
index 0000000000..edbed0d232
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-httpcode/package.py
@@ -0,0 +1,16 @@
+# Copyright 2013-2019 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 RHttpcode(RPackage):
+ """httpcode: 'HTTP' Status Code Helper"""
+
+ homepage = "https://github.com/sckott/httpcode"
+ url = "https://cran.r-project.org/src/contrib/httpcode_0.2.0.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/httpcode"
+
+ version('0.2.0', sha256='fbc1853db742a2cc1df11285cf27ce2ea43bc0ba5f7d393ee96c7e0ee328681a')