summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin.mock/packages/cvs-test/package.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/var/spack/repos/builtin.mock/packages/cvs-test/package.py b/var/spack/repos/builtin.mock/packages/cvs-test/package.py
new file mode 100644
index 0000000000..23d714595b
--- /dev/null
+++ b/var/spack/repos/builtin.mock/packages/cvs-test/package.py
@@ -0,0 +1,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 CvsTest(Package):
+ """Mock package that uses cvs for fetching."""
+ homepage = "http://www.cvs-fetch-example.com"
+
+ version('cvs', cvs='to-be-filled-in-by-test')