Skip to content
Snippets Groups Projects
Unverified Commit d01ceabc authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Add py-pyinstrument-cext package (#14240)

parent 71d10d76
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2019 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 import *
class PyPyinstrumentCext(PythonPackage):
"""A CPython extension supporting pyinstrument."""
homepage = "https://github.com/joerick/pyinstrument_cext"
url = "https://pypi.io/packages/source/p/pyinstrument_cext/pyinstrument_cext-0.2.2.tar.gz"
version('0.2.2', sha256='f29e25f71d74c0415ca9310e5567fff0f5d29f4240a09a885abf8b0eed71cc5b')
depends_on('py-setuptools', type='build')
depends_on('py-nose', type='test')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment