From 4fa7dc03aedab65ef13d9045e3a85f72bed8ca69 Mon Sep 17 00:00:00 2001 From: Dax Lynch <81718016+DaxLynch@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:19:57 -0700 Subject: py-callmonitor: added new package (#38764) * py-callmonitor: added new package * depends_on numpy * Update var/spack/repos/builtin/packages/py-callmonitor/package.py Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> --------- Co-authored-by: eugeneswalker Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com> --- .../repos/builtin/packages/py-callmonitor/package.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 var/spack/repos/builtin/packages/py-callmonitor/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-callmonitor/package.py b/var/spack/repos/builtin/packages/py-callmonitor/package.py new file mode 100644 index 0000000000..e8220a6395 --- /dev/null +++ b/var/spack/repos/builtin/packages/py-callmonitor/package.py @@ -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.package import * + + +class PyCallmonitor(PythonPackage): + """A Simple Tool to Monitor and Log Function Calls""" + + homepage = "https://github.com/JBlaschke/call-monitor" + pypi = "callmonitor/callmonitor-0.3.7.tar.gz" + + maintainers("DaxLynch") + + version("0.3.7", sha256="11bacfe5940c3f6aff223e8e761b033d540542b4d738f7fef38cd923b3be0cbc") + + depends_on("py-setuptools", type="build") + depends_on("py-numpy", type=("build", "run")) -- cgit v1.2.3-60-g2f50