Files
spack-psi/packages/py-chex/package.py
svcusr-spack (Resp. Germann Elsa Sylvia) 0f71716d9b Spack v1.0.0
2025-07-24 14:02:17 +02:00

14 lines
440 B
Python

# 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)
import os
from spack.package import *
from spack_repo.builtin.packages.py_chex.package import PyChex as SpackPyChex
class PyChex(SpackPyChex):
version("0.0.7", sha256="4ea31fbf17075f376040ac9ce3f10de94cefa8c37a974ca0871b4260927aa924")