summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/svn-test/package.py
blob: 92fdf109c90b381794443c48229496df51261a6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 import *


class SvnTest(Package):
    """Mock package that uses svn for fetching."""
    url      = "http://www.example.com/svn-test-1.0.tar.gz"

    version('svn', svn='to-be-filled-in-by-test')