py-jsonref: new package at 0.2 (#19448)

This commit is contained in:
Justin S 2020-10-21 16:51:39 -05:00 committed by GitHub
parent 44a81bf914
commit bbc9c5533e
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)
from spack import *
class PyJsonref(PythonPackage):
"""An implementation of JSON Reference for Python"""
homepage = "https://github.com/gazpachoking/jsonref"
url = "https://pypi.io/packages/source/j/jsonref/jsonref-0.2.tar.gz"
version('0.2', sha256='f3c45b121cf6257eafabdc3a8008763aed1cd7da06dbabc59a9e4d2a5e4e6697')
depends_on('py-setuptools', type='build')