GNU bug report logs -
#58913
[PATCH] gnu: Add python-jsonalias.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 31 Oct 2022 01:02:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58913 in the body.
You can then email your comments to 58913 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58913
; Package
guix-patches
.
(Mon, 31 Oct 2022 01:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 31 Oct 2022 01:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58913
; Package
guix-patches
.
(Thu, 03 Nov 2022 16:47:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Thu, 03 Nov 2022 16:47:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Thu, 03 Nov 2022 16:47:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 02 Dec 2022 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.