From unknown Sat Aug 16 00:31:00 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#34381 <34381@debbugs.gnu.org> To: bug#34381 <34381@debbugs.gnu.org> Subject: Status: [PATCH 3/5] gnu: Add python-jsonrpc-server. Reply-To: bug#34381 <34381@debbugs.gnu.org> Date: Sat, 16 Aug 2025 07:31:00 +0000 retitle 34381 [PATCH 3/5] gnu: Add python-jsonrpc-server. reassign 34381 guix-patches submitter 34381 Brett Gilio severity 34381 normal tag 34381 fixed patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 07 23:10:01 2019 Received: (at submit) by debbugs.gnu.org; 8 Feb 2019 04:10:02 +0000 Received: from localhost ([127.0.0.1]:38767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUH-0006ek-Aw for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1grxUG-0006eX-8A for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:10:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:44335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxUB-0005xR-51 for submit@debbugs.gnu.org; Thu, 07 Feb 2019 23:09:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:54026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grxUA-0003f9-6o for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grxU9-0005sx-9t for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:54 -0500 Received: from mout02.posteo.de ([185.67.36.66]:47545) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grxU8-0005qj-VS for guix-patches@gnu.org; Thu, 07 Feb 2019 23:09:53 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4F20A2400E5 for ; Fri, 8 Feb 2019 05:09:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1549598991; bh=GIjvMRNQqVAaohxv6zIjKsbFCK0sBKtJWRMSXQOsOCI=; h=From:To:Subject:Date:From; b=aZtZW/7IerriqqYIPmrHtF/xf2iktNv8/3fNEz7zfLjGbelX/CTKDP0YIM4yfi2PH zbKB/hOIQFz7MiGLXreUTIYUV0AX+60XDOO2Mad3/2BPkQtU6b4UlMS9uLVBj3Jsbz cto4o58Qlf/l2I5ZXcs6cYS0I5ZNnXY+pWa1L5M+yRF/l3b7tJb2z9PGyLZYhP6dBb cU5b+tKaYXQGLIHaPwIrQQohixNiCs0kDQts0RemucMY57bohHDJnOz/wOI9uIM2SY 9w0EmlLvyTVDO5iH8cein7FlXck7qrWyuYUpSkOXn85lB3hpaR1iNITanwnJ822u2e l8ZhTr7m4P14g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43whXZ1wrDz9rxL for ; Fri, 8 Feb 2019 05:09:50 +0100 (CET) From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH 3/5] gnu: Add python-jsonrpc-server. Date: Thu, 07 Feb 2019 22:09:48 -0600 Message-ID: <878syqsyyb.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0003-gnu-Add-python-jsonrpc-server.patch Content-Description: [PATCH 3/5] gnu: Add python-jsonrpc-server. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.66 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >From 6f88f586ca51d5fba375ef52fec8a73f95911bd0 Mon Sep 17 00:00:00 2001 From: Brett Gilio 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 17:09:00 2019 Received: (at 34381) by debbugs.gnu.org; 12 Feb 2019 22:09:00 +0000 Received: from localhost ([127.0.0.1]:45322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgEe-0003mU-GV for submit@debbugs.gnu.org; Tue, 12 Feb 2019 17:09:00 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgEd-0003mL-8i for 34381@debbugs.gnu.org; Tue, 12 Feb 2019 17:08:59 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id C3D7FF13B; Tue, 12 Feb 2019 23:08:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f-vXA2fSb4eo; Tue, 12 Feb 2019 23:08:57 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0EAA7F139; Tue, 12 Feb 2019 23:08:56 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brett Gilio Subject: Re: [bug#34381] [PATCH 3/5] gnu: Add python-jsonrpc-server. References: <878syqsyyb.fsf@posteo.net> Date: Tue, 12 Feb 2019 23:08:56 +0100 In-Reply-To: <878syqsyyb.fsf@posteo.net> (Brett Gilio's message of "Thu, 07 Feb 2019 22:09:48 -0600") Message-ID: <874l98hd6v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34381 Cc: 34381@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Brett Gilio skribis: >>>From 6f88f586ca51d5fba375ef52fec8a73f95911bd0 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > 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. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 17:09:07 2019 Received: (at control) by debbugs.gnu.org; 12 Feb 2019 22:09:07 +0000 Received: from localhost ([127.0.0.1]:45326 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgEk-0003nD-PZ for submit@debbugs.gnu.org; Tue, 12 Feb 2019 17:09:07 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtgEi-0003n2-83 for control@debbugs.gnu.org; Tue, 12 Feb 2019 17:09:05 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id BCACCF13D for ; Tue, 12 Feb 2019 23:09:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bFY7WPi5luGf for ; Tue, 12 Feb 2019 23:09:03 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 188FEF139 for ; Tue, 12 Feb 2019 23:09:03 +0100 (CET) Date: Tue, 12 Feb 2019 23:09:02 +0100 Message-Id: <8736oshd6p.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #34381 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 34381 fixed close 34381 From unknown Sat Aug 16 00:31:00 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 13 Mar 2019 11:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator