From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42630) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIxsd-0005we-QS for guix-patches@gnu.org; Fri, 11 Oct 2019 12:35:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIxsc-000736-S0 for guix-patches@gnu.org; Fri, 11 Oct 2019 12:35:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51384) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIxsc-000731-Oz for guix-patches@gnu.org; Fri, 11 Oct 2019 12:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iIxsc-00029o-Kd for guix-patches@gnu.org; Fri, 11 Oct 2019 12:35:02 -0400 Subject: [bug#37704] [PATCH 0/9] gnu: Add python-poetry. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42574) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIxsR-0005d7-0l for guix-patches@gnu.org; Fri, 11 Oct 2019 12:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIxsP-0006w0-Ug for guix-patches@gnu.org; Fri, 11 Oct 2019 12:34:50 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:34821) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIxsP-0006vJ-O8 for guix-patches@gnu.org; Fri, 11 Oct 2019 12:34:49 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 7904D200002 for ; Fri, 11 Oct 2019 16:34:47 +0000 (UTC) Date: Fri, 11 Oct 2019 18:34:47 +0200 From: Tanguy Le Carrour Message-ID: <20191011163447.utqgomsalw7r6nul@rafflesia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="r33ltrdg3ng33pwz" Content-Disposition: inline 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: 37704@debbugs.gnu.org --r33ltrdg3ng33pwz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --r33ltrdg3ng33pwz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline >From d05ec73fc4c59048fee4daebb765811cb879c353 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Fri, 11 Oct 2019 18:08:12 +0200 Subject: [PATCH 0/9] gnu: Add python-poetry. python-cachecontrol had to be updated to match Poetry dep requirements and also because it was broken! python-cachecontrol test suite relies on CherryPy, which is to big (for me) to be packaged (at the moment), so tests had to be deactivated. Tanguy Le Carrour (9): gnu: python-cleo: Update to 0.6.8. gnu: Add python-tomlkit. gnu: Add python-shellingham. gnu: Add python-memcached. gnu: Add python-clikit. gnu: Add python-msgpack-python. gnu: Add python-cachy. gnu: python-cachecontrol: Update to 0.12.5. gnu: Add python-poetry. gnu/packages/python-web.scm | 23 ++--- gnu/packages/python-xyz.scm | 174 +++++++++++++++++++++++++++++++++++- 2 files changed, 176 insertions(+), 21 deletions(-) -- 2.23.0 --r33ltrdg3ng33pwz--