summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rkt-testing-util-lib/package.py
blob: be035a68fa22f6d6f82c330cae2a7ff7b90d205b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2013-2021 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.package import *


class RktTestingUtilLib(RacketPackage):
    """Utilities for interoperating between different testing libraries."""

    git      = "ssh://git@github.com/racket/rackunit.git"

    maintainers = ['elfprince13']

    version('8.3', commit='683237bee2a979c7b1541092922fb51a75ea8ca9')  # tag='v8.3'
    depends_on('rkt-base@8.3:', type=('build', 'run'), when='@8.3')

    name = 'testing-util-lib'
    pkgs = True
    subdirectory = name