New package: py-prometheus-client (#10440)

This commit is contained in:
wspear 2019-02-01 16:23:59 -06:00 committed by Peter Scheibel
parent 8c87a937e1
commit ec7c7332c0

View File

@ -0,0 +1,17 @@
# 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 PyPrometheusClient(PythonPackage):
"""Prometheus instrumentation library for Python applications."""
homepage = "https://pypi.org/project/prometheus_client/"
url = "https://pypi.io/packages/source/p/prometheus_client/prometheus_client-0.5.0.tar.gz"
version('0.5.0', sha256='2d7f7af343dec0a96ee849b1bba18aad9f767bf16d5eb5f0c11cae837bf22731')
depends_on('py-setuptools', type='build')