GNU bug report logs -
#34381
[PATCH 3/5] gnu: Add python-jsonrpc-server.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Fri, 8 Feb 2019 04:10:03 UTC
Severity: normal
Tags: fixed, patch
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 34381 in the body.
You can then email your comments to 34381 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#34381
; Package
guix-patches
.
(Fri, 08 Feb 2019 04:10:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brett Gilio <brettg <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 08 Feb 2019 04:10:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0003-gnu-Add-python-jsonrpc-server.patch (text/x-patch, inline)]
From 6f88f586ca51d5fba375ef52fec8a73f95911bd0 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Thu, 7 Feb 2019 22:04:16 -0600
Subject: [PATCH 3/5] gnu: Add python-jsonrpc-server.
* gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable.
---
gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9efbbeba8..5c7241621 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2523,6 +2523,28 @@ Language (TOML) configuration files.")
"The Python Language Server (pyls) is an implementation of the Python 3 language specification for the LSP. This tool is used in many text-editing environments to provide a complete and integrated feature-set for programming Python effectively.")
(license license:expat)))
+(define-public python-jsonrpc-server
+ (package
+ (name "python-jsonrpc-server")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-jsonrpc-server" version))
+ (sha256
+ (base32
+ "0m4ykpcdy52x37n1ikysp07j7p8ialcdvvvsrjp3545sn7iiid09"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-future" ,python-future)
+ ("python-mock" ,python-mock)
+ ("python-pytest" ,python-pytest)))
+ (home-page
+ "https://github.com/palantir/python-jsonrpc-server")
+ (synopsis "JSON RPC 2.0 server library")
+ (description "An implementation of the JSON RPC 2.0 server library for interoperability with Python.")
+ (license license:expat)))
+
(define-public python-black
(package
(name "python-black")
--
2.20.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#34381
; Package
guix-patches
.
(Tue, 12 Feb 2019 22:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 34381 <at> debbugs.gnu.org (full text, mbox):
Brett Gilio <brettg <at> posteo.net> skribis:
>>From 6f88f586ca51d5fba375ef52fec8a73f95911bd0 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Thu, 7 Feb 2019 22:04:16 -0600
> Subject: [PATCH 3/5] gnu: Add python-jsonrpc-server.
>
> * gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable.
Applied with indentation fixes.
Added tag(s) fixed.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 12 Feb 2019 22:10:01 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
34381 <at> debbugs.gnu.org and Brett Gilio <brettg <at> posteo.net>
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 12 Feb 2019 22:10:01 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
.
(Wed, 13 Mar 2019 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 156 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.