qmtest: add new package (#29377)
This commit is contained in:
parent
c523e22575
commit
27e3b34d6d
20
var/spack/repos/builtin/packages/py-qmtest/package.py
Normal file
20
var/spack/repos/builtin/packages/py-qmtest/package.py
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2013-2022 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 PyQmtest(PythonPackage):
|
||||
"""A general purpose testing framework"""
|
||||
|
||||
homepage = "https://github.com/MentorEmbedded/qmtest"
|
||||
url = "https://github.com/MentorEmbedded/qmtest/archive/refs/tags/2.4.1.tar.gz"
|
||||
|
||||
maintainers = ['haralmha']
|
||||
|
||||
version('2.4.1', sha256='098f705aea9c8f7f5b6b5fe131974cee33b50cad3e13977e39708f306ce9ac91')
|
||||
|
||||
depends_on('python@2.2:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
Loading…
Reference in New Issue
Block a user