unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 58012@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#58012] [core-updates PATCH 3/7] gnu: Add python-jschema-to-python.
Date: Thu, 22 Sep 2022 19:44:06 +0000	[thread overview]
Message-ID: <0e6d1dd294b092821cfc90844d3949e86af93d7a.1663875245.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1663875244.git.code@greghogan.com>

* gnu/packages/python-web.scm (python-jschema-to-python): New variable.
---
 gnu/packages/python-web.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index be780e5d3c..6a7c4be531 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -757,6 +757,25 @@ (define-public python-cfn-lint
 for resource properties and best practices.")
     (license license:expat)))
 
+(define-public python-jschema-to-python
+  (package
+    (name "python-jschema-to-python")
+    (version "1.2.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "jschema_to_python" version))
+              (sha256
+               (base32
+                "14cvaiwm56g0v6p7zviikaa5i9ln3yqy910jmp60hirhbpz19zvn"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-attrs python-jsonpickle python-pbr))
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/microsoft/jschema-to-python")
+    (synopsis "Generate Python classes from a JSON schema.")
+    (description "This package generates source code for Python classes from a
+@url{http://jschema.org,JSchema} JSON schema.")
+    (license license:expat)))
+
 (define-public python-falcon
   (package
     (name "python-falcon")
-- 
2.37.3





  parent reply	other threads:[~2022-09-22 19:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1663875244.git.code@greghogan.com>
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 1/7] gnu: python-networkx: Update to 2.8.6 Greg Hogan
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 2/7] gnu: python-aws-sam-translator: Update to 1.51.0 Greg Hogan
2022-09-22 19:44 ` Greg Hogan [this message]
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 4/7] gnu: Add python-sarif-om Greg Hogan
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 5/7] gnu: python-cfn-lint: Update to 0.65.0 Greg Hogan
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 6/7] gnu: python-setools: Update to 4.4.0 Greg Hogan
2022-09-22 19:44 ` [bug#58012] [core-updates PATCH 7/7] gnu: python-louvain: Fix test Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0e6d1dd294b092821cfc90844d3949e86af93d7a.1663875245.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=58012@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).