Skip to content

Commit

Permalink
py-dirtyjson: new package (spack#46305)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertos authored Sep 22, 2024
1 parent ba97896 commit 29aefd8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions var/spack/repos/builtin/packages/py-dirtyjson/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2013-2024 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.package import *


class PyDirtyjson(PythonPackage):
"""JSON decoder for Python that can extract data from the muck"""

homepage = "https://github.com/codecobblers/dirtyjson"
pypi = "dirtyjson/dirtyjson-1.0.8.tar.gz"

license("MIT or AFL-2.1", checked_by="qwertos")

version("1.0.8", sha256="90ca4a18f3ff30ce849d100dcf4a003953c79d3a2348ef056f1d9c22231a25fd")

depends_on("py-setuptools", type="build")

0 comments on commit 29aefd8

Please sign in to comment.