GNU bug report logs - #54735
gnu: Add python-ajsonrpc.

Previous Next

Package: guix-patches;

Reported by: Peter Polidoro <peter <at> polidoro.io>

Date: Tue, 5 Apr 2022 19:03:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

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 54735 in the body.
You can then email your comments to 54735 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54735; Package guix-patches. (Tue, 05 Apr 2022 19:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Polidoro <peter <at> polidoro.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Apr 2022 19:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Polidoro <peter <at> polidoro.io>
To: guix-patches <at> gnu.org
Subject: gnu: Add python-ajsonrpc.
Date: Tue, 05 Apr 2022 15:00:26 -0400
[0001-gnu-Add-python-ajsonrpc.patch (text/x-diff, attachment)]
From 67805b99176ddac138046dbf0f6ebac0c2dbf866 Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter <at> polidoro.io>
Date: Tue, 5 Apr 2022 14:57:16 -0400
Subject: [PATCH] gnu: Add python-ajsonrpc.

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 41e0d1c3d6..432ff6a97a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2021 Alice Brenon <alice.brenon <at> ens-lyon.fr>
 ;;; Copyright © 2022 John Kehayias <john.kehayias <at> protonmail.com>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
+;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6387,3 +6388,52 @@ (define-public python-tweepy
     (description "This package provides @code{Tweepy}, an easy-to-use Python
 library for accessing the Twitter API.")
     (license license:expat)))
+
+(define-public python-quart
+  (package
+    (name "python-quart")
+    (version "0.17.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "Quart" version))
+       (sha256
+        (base32 "0h4n2dwzmqifya1razp9s7ppr4ra23ljac9v7sl039rzp3c17wic"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     (list hypercorn
+           python-aiofiles
+           python-blinker
+           python-click
+           python-itsdangerous
+           python-jinja2
+           python-markupsafe
+           python-toml
+           python-werkzeug))
+    (home-page "https://gitlab.com/pgjones/quart/")
+    (synopsis "Python ASGI web microframework with the same API as Flask")
+    (description
+     "This package provides a Python ASGI web microframework with the same API as
+Flask")
+    (license license:expat)))
+
+(define-public python-ajsonrpc
+  (package
+   (name "python-ajsonrpc")
+   (version "1.2.0")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "ajsonrpc" version))
+     (sha256
+      (base32 "17x1a4r4l428mhwn53abki9gzdzq3halyr4lj48fw3dzy0caq6vr"))))
+   (build-system python-build-system)
+   (propagated-inputs
+    (list python-quart
+          python-sanic
+          python-tornado
+          ))
+   (home-page "https://github.com/pavlov99/ajsonrpc")
+   (synopsis "Async JSON-RPC 2.0 protocol + server powered by asyncio")
+   (description "Async JSON-RPC 2.0 protocol + server powered by asyncio")
+   (license license:expat)))
-- 
2.35.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 18 Apr 2022 21:19:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Polidoro <peter <at> polidoro.io>:
bug acknowledged by developer. (Mon, 18 Apr 2022 21:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 54735-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Peter Polidoro <peter <at> polidoro.io>
Cc: 54735-done <at> debbugs.gnu.org
Subject: Re: bug#54735: gnu: Add python-ajsonrpc.
Date: Mon, 18 Apr 2022 23:18:44 +0200
Hi,

Peter Polidoro <peter <at> polidoro.io> skribis:

>>From 67805b99176ddac138046dbf0f6ebac0c2dbf866 Mon Sep 17 00:00:00 2001
> From: Peter Polidoro <peter <at> polidoro.io>
> Date: Tue, 5 Apr 2022 14:57:16 -0400
> Subject: [PATCH] gnu: Add python-ajsonrpc.
>
> * gnu/packages/python-web.scm (python-ajsonrpc): New variable.

Committed as two separate patches (as is customary), with minor tweaks
to the descriptions as per the guidelines at:

  https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html

Thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 May 2022 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.