From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtgEj-0008Hn-CE for guix-patches@gnu.org; Tue, 12 Feb 2019 17:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtgEi-0007Be-91 for guix-patches@gnu.org; Tue, 12 Feb 2019 17:09:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46041) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gtgEg-000799-Gl for guix-patches@gnu.org; Tue, 12 Feb 2019 17:09:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gtgEg-0003mj-7r for guix-patches@gnu.org; Tue, 12 Feb 2019 17:09:02 -0500 Subject: [bug#34381] [PATCH 3/5] gnu: Add python-jsonrpc-server. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: 34381@debbugs.gnu.org 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.