unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58913] [PATCH] gnu: Add python-jsonalias.
@ 2022-10-31  1:00 jgart via Guix-patches via
  2022-11-03 16:45 ` bug#58913: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-31  1:00 UTC (permalink / raw)
  To: 58913; +Cc: jgart

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c2f9d7b73..4e04761165 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2985,6 +2985,25 @@ (define-public python-simpleaudio
 audio playback capability for Python 3 on OSX, Windows, and Linux.")
     (license license:expat))) ; MIT license
 
+(define-public python-jsonalias
+  (package
+    (name "python-jsonalias")
+    (version "0.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "jsonalias" version))
+              (sha256
+               (base32
+                "0sd7c3vyvfhhpnan77ax4f0x1whjcb5iz7jhjky7kmcpaf9lvw34"))))
+    (build-system python-build-system)
+    (arguments (list #:tests? #f)) ; There are no tests.
+    (home-page "https://github.com/kevinheavey/jsonalias/")
+    (synopsis "Json type alias for Python")
+    (description
+"This package provides a microlibrary that defines a Json type alias
+for Python.")
+    (license license:expat)))
+
 (define-public python-simplejson
   (package
     (name "python-simplejson")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58913: [PATCH] gnu: Add python-jsonalias.
  2022-10-31  1:00 [bug#58913] [PATCH] gnu: Add python-jsonalias jgart via Guix-patches via
@ 2022-11-03 16:45 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-03 16:45 UTC (permalink / raw)
  To: jgart; +Cc: 58913-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/python-xyz.scm (python-jsonalias): New variable.
> ---
>  gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)

Thanks, I tweaked Json to be JSON in the description, then pushed to
master as dde299df48cffb487b3378cbbd0fcbd03fcfd0e1.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-03 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31  1:00 [bug#58913] [PATCH] gnu: Add python-jsonalias jgart via Guix-patches via
2022-11-03 16:45 ` bug#58913: " Christopher Baines

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).