r-httpcode: new package at 0.2.0 (#11454)
This commit is contained in:
parent
f3dd933e3f
commit
cfad3cd06c
1 changed files with 16 additions and 0 deletions
16
var/spack/repos/builtin/packages/r-httpcode/package.py
Normal file
16
var/spack/repos/builtin/packages/r-httpcode/package.py
Normal file
|
@ -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')
|
Loading…
Reference in a new issue