summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-barectf/package.py
blob: 4d7fb713732dac94da4bb18e0f62d7c5d4cf2dc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2024 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 PyBarectf(PythonPackage):
    """barectf (from bare metal and CTF) is a generator of
    tracer which produces CTF data streams."""

    pypi = "barectf/barectf-3.1.2.tar.gz"

    license("MIT")

    version("3.1.2", sha256="d4d626b22a33b7d9bc9ac033bba8893890aba0ee1011c9e78429a67296c09e1c")

    depends_on("py-poetry-core", type="build")