py-opencensus: added new package at v0.7.10 (#19004)

This commit is contained in:
Adam J. Stewart 2020-10-05 08:10:42 -05:00 committed by GitHub
parent 7ac96e63d2
commit a9c6964a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
# Copyright 2013-2020 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)
class PyOpencensus(PythonPackage):
"""A stats collection and distributed tracing framework."""
homepage = "https://github.com/census-instrumentation/opencensus-python"
url = "https://pypi.io/packages/source/o/opencensus/opencensus-0.7.10.tar.gz"
version('0.7.10', sha256='2921e3e570cfadfd123cd8e3636a405031367fddff74c55d3fe627a4cf8b981c')
depends_on('py-setuptools', type='build')
depends_on('py-opencensus-context@0.1.1', type=('build', 'run'))
depends_on('py-google-api-core@1.0:1.999', type=('build', 'run'))