From 0b2c370a83e573349d5665d5a2eeaa25ffcf72e8 Mon Sep 17 00:00:00 2001 From: Tristan Carel Date: Thu, 28 Mar 2024 10:01:01 +0100 Subject: py-pytest-mpi: new package starting at 0.6 (#43368) --- .../repos/builtin/packages/py-pytest-mpi/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-pytest-mpi/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-pytest-mpi/package.py b/var/spack/repos/builtin/packages/py-pytest-mpi/package.py new file mode 100644 index 0000000000..3efc1c6803 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-pytest-mpi/package.py @@ -0,0 +1,21 @@ +# 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 PyPytestMpi(PythonPackage): + """Pytest plugin to collect information from tests.""" + + homepage = "https://pytest-mpi.readthedocs.io" + pypi = "pytest-mpi/pytest-mpi-0.6.tar.gz" + + license("BSD-3-Clause") + + maintainers("tristan0x") + + version("0.6", sha256="09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9") + + depends_on("py-setuptools@42:", type="build") + depends_on("py-pytest@3.4:", type=("build", "run")) -- cgit v1.2.3-70-g09d2