summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-sys/package.py
blob: bd9aff95195b25d7e4b6bdaa197d7046899c1326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2020 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 RSys(RPackage):
    """Drop-in replacements for the base system2() function with fine control
    and consistent behavior across platforms. Supports clean interruption,
    timeout, background tasks, and streaming STDIN / STDOUT / STDERR over
    binary or text connections. Arguments on Windows automatically get encoded
    and quoted to work on different locales."""

    homepage = "https://github.com/jeroen/sys#readme"
    url      = "https://cloud.r-project.org/src/contrib/sys_3.2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/sys"

    version('3.2', sha256='2819498461fe2ce83d319d1a47844e86bcea6d01d10861818dba289e7099bbcc')