summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-xlsxjars/package.py
blob: ad383b3fef41c32bcf7010d4e2d136e05b1ceb8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RXlsxjars(RPackage):
    """The xlsxjars package collects all the external jars required for the
    xlxs package. This release corresponds to POI 3.10.1."""

    homepage = "https://cloud.r-project.org/package=xlsxjars"
    url      = "https://cloud.r-project.org/src/contrib/xlsxjars_0.6.1.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/xlsxjars"

    version('0.6.1', '5a1721d5733cb42f3a29e3f353e39166')

    depends_on('r-rjava', type=('build', 'run'))