summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-uuid/package.py
blob: 461a11ff846e2cb608d1c154c3b7e655b12702bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2018 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 RUuid(RPackage):
    """Tools for generating and handling of UUIDs (Universally Unique
    Identifiers)."""

    homepage = "http://www.rforge.net/uuid"
    url      = "https://cran.rstudio.com/src/contrib/uuid_0.1-2.tar.gz"

    version('0.1-2', 'f97d000c0b16bca455fb5bf2cd668ddf')