py-junit2html: new package, version '31.0.2' (#44399)
* py-junit2html: new package, version '31.0.2' * py-junit2html: install from sources instead of from wheel
This commit is contained in:
parent
0cd038273e
commit
8dde7f3975
23
var/spack/repos/builtin/packages/py-junit2html/package.py
Normal file
23
var/spack/repos/builtin/packages/py-junit2html/package.py
Normal file
@ -0,0 +1,23 @@
|
||||
# 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 PyJunit2html(PythonPackage):
|
||||
"""
|
||||
Simple self-contained python tool to produce a single html file from a single junit xml file.
|
||||
"""
|
||||
|
||||
homepage = "https://gitlab.com/inorton/junit2html"
|
||||
|
||||
url = "https://gitlab.com/inorton/junit2html/-/archive/v31.0.2/junit2html-v31.0.2.tar.gz"
|
||||
|
||||
maintainers("LydDeb")
|
||||
|
||||
version("31.0.2", sha256="8d90ae83163dde6bf0bde9c3e8d21c0ab0796de7c5f33917cfdbb9d319212213")
|
||||
|
||||
depends_on("py-setuptools", type=("build"))
|
||||
depends_on("py-jinja2@3.0:", type=("build", "run"))
|
Loading…
Reference in New Issue
Block a user