Skip to content
Snippets Groups Projects
Unverified Commit fdb21e3e authored by Claire Guilbaud's avatar Claire Guilbaud Committed by GitHub
Browse files

json logger: new package at v0.1.11 (#17628)

parent d66d430a
No related branches found
No related tags found
No related merge requests found
# 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)
from spack import *
class PyPythonJsonLogger(PythonPackage):
""""A python library adding a json log formatter."""
homepage = "https://github.com/madzak/python-json-logger"
url = "https://pypi.io/packages/source/p/python-json-logger/python-json-logger-0.1.11.tar.gz"
version('0.1.11', sha256='b7a31162f2a01965a5efb94453ce69230ed208468b0bbc7fdfc56e6d8df2e281')
depends_on('python@2.7:', type=('build', 'run'))
depends_on('py-setuptools')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment