Skip to content

Commit

Permalink
py-callmonitor: added new package (spack#38764)
Browse files Browse the repository at this point in the history
* 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 <eugenesunsetwalker@gmail.com>
Co-authored-by: eugeneswalker <38933153+eugeneswalker@users.noreply.github.com>
Co-authored-by: Manuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 12, 2023
1 parent 5ba99b8 commit 4fa7dc0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions var/spack/repos/builtin/packages/py-callmonitor/package.py
Original file line number Diff line number Diff line change
@@ -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"))

0 comments on commit 4fa7dc0

Please sign in to comment.