py-jsonref: new package at 0.2 (#19448)
This commit is contained in:
parent
44a81bf914
commit
bbc9c5533e
1 changed files with 17 additions and 0 deletions
17
var/spack/repos/builtin/packages/py-jsonref/package.py
Normal file
17
var/spack/repos/builtin/packages/py-jsonref/package.py
Normal 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')
|
Loading…
Reference in a new issue