From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 05:24:36 2020 Received: (at submit) by debbugs.gnu.org; 28 Jul 2020 09:24:36 +0000 Received: from localhost ([127.0.0.1]:57245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Lqe-0004fB-9x for submit@debbugs.gnu.org; Tue, 28 Jul 2020 05:24:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:36556) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Lqd-0004f4-25 for submit@debbugs.gnu.org; Tue, 28 Jul 2020 05:24:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35144) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Lqc-0004be-SY for guix-patches@gnu.org; Tue, 28 Jul 2020 05:24:34 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:52121) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Lqb-0000n7-1z for guix-patches@gnu.org; Tue, 28 Jul 2020 05:24:34 -0400 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay11.mail.gandi.net (Postfix) with ESMTPA id 51F0E100019; Tue, 28 Jul 2020 09:23:14 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH 0/2] gnu: python-clikit: Update to 0.6.2. Date: Tue, 28 Jul 2020 11:22:21 +0200 Message-Id: <20200728092221.9192-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.178.231; envelope-from=tanguy@bioneland.org; helo=relay11.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/28 05:24:27 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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: -3.3 (---) Tanguy Le Carrour (2): gnu: Add python-crashtest. gnu: python-clikit: Update to 0.6.2. gnu/packages/python-xyz.scm | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 05:28:42 2020 Received: (at 42573) by debbugs.gnu.org; 28 Jul 2020 09:28:42 +0000 Received: from localhost ([127.0.0.1]:57251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Lub-0004lS-Sa for submit@debbugs.gnu.org; Tue, 28 Jul 2020 05:28:42 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:32753) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0LuX-0004l5-KQ for 42573@debbugs.gnu.org; Tue, 28 Jul 2020 05:28:40 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPA id 0FC9A240009; Tue, 28 Jul 2020 09:28:30 +0000 (UTC) From: Tanguy Le Carrour To: 42573@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add python-crashtest. Date: Tue, 28 Jul 2020 11:28:16 +0200 Message-Id: <20200728092817.10539-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42573 Cc: Tanguy Le Carrour 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-crashtest): New public variable. --- gnu/packages/python-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8e59ef0fd6..9294d3ff31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8107,6 +8107,24 @@ output.") (define-public python2-cram (package-with-python2 python-cram)) +(define-public python-crashtest + (package + (name "python-crashtest") + (version "0.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "crashtest" version)) + (sha256 + (base32 + "056zzbznl3xfnbblfci8lvcam3h7k7va68vi6asrm4q0ck4nrh79")))) + (build-system python-build-system) + (home-page "https://github.com/sdispater/crashtest") + (synopsis "Manage Python errors with ease") + (description + "Python library that makes exceptions handling and inspection easier.") + (license license:expat))) + (define-public python-straight-plugin (package (name "python-straight-plugin") -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 05:28:44 2020 Received: (at 42573) by debbugs.gnu.org; 28 Jul 2020 09:28:44 +0000 Received: from localhost ([127.0.0.1]:57253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Lue-0004lb-48 for submit@debbugs.gnu.org; Tue, 28 Jul 2020 05:28:44 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:46751) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Lub-0004lB-0p for 42573@debbugs.gnu.org; Tue, 28 Jul 2020 05:28:41 -0400 X-Originating-IP: 176.159.32.89 Received: from rafflesia.easter-eggs.fr (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPA id 21F6E240019; Tue, 28 Jul 2020 09:28:34 +0000 (UTC) From: Tanguy Le Carrour To: 42573@debbugs.gnu.org Subject: [PATCH 2/2] gnu: python-clikit: Update to 0.6.2. Date: Tue, 28 Jul 2020 11:28:17 +0200 Message-Id: <20200728092817.10539-2-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200728092817.10539-1-tanguy@bioneland.org> References: <20200728092817.10539-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42573 Cc: Tanguy Le Carrour 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: -1.7 (-) * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. [arguments] Explicitly disable tests. [propagated-inputs]: Add python-crashtest. --- gnu/packages/python-xyz.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9294d3ff31..18bee90121 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12180,17 +12180,19 @@ more, possibly remote, memcached servers.") (define-public python-clikit (package (name "python-clikit") - (version "0.4.2") + (version "0.6.2") (source (origin (method url-fetch) (uri (pypi-uri "clikit" version)) (sha256 (base32 - "1jnnr21hvzx4i29nbph1z96ympv0njiwyvngjq48w1q05133cwzn")))) + "0ngdkmb73gkp5y00q7r9k1cdlfn0wyzws2wrqlshc4hlkbdyabj4")))) (build-system python-build-system) + (arguments '(#:tests? #f)) ; no test in the PyPI tarball (propagated-inputs - `(("python-pastel" ,python-pastel) + `(("python-crashtest" ,python-crashtest) + ("python-pastel" ,python-pastel) ("python-pylev" ,python-pylev))) (home-page "https://github.com/sdispater/clikit") (synopsis "Group of utilities to build command line interfaces") -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 01:27:19 2020 Received: (at 42573) by debbugs.gnu.org; 29 Jul 2020 05:27:19 +0000 Received: from localhost ([127.0.0.1]:59750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0ecZ-0003Fw-6U for submit@debbugs.gnu.org; Wed, 29 Jul 2020 01:27:19 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:39758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0ecY-0003Fk-0m for 42573@debbugs.gnu.org; Wed, 29 Jul 2020 01:27:18 -0400 Received: by mail-lj1-f194.google.com with SMTP id b25so23651641ljp.6 for <42573@debbugs.gnu.org>; Tue, 28 Jul 2020 22:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=an7/eupgMpdb/MU9Vq5nZZTY1V8SfZeCFQLTnsX01DE=; b=pD5Tk8WRnACO5t+KXP6Q9SB6tbeTrc4tKYddZn4w0Pay62xBMdFcTxFdmGbK0Vtlc+ YH3ihWyeOr2fnNFvPMth/8lZmgJcsGV5vNC6up1mRAcCPbFH7w6mXDX+FYEW3JjUNEBy 42NPu4s2wnepRnW3B+skadbsNRbIvjK88EFk1Q9COt3iamyc56s/aUcrsYq4VLLCufRH c/WYMpoTb8vNATfn0NUacY8hX8W2jiwoNpsMOgNDEyRn3buN39ciPReOWs4YZ0laoNqM Cq7XUqgBg9Esr0iVv+ItSfOhNaPfkaQzf2/gRhDG81UkiPk9fGfq1u5mrIzNXOLuCGl1 Eg6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=an7/eupgMpdb/MU9Vq5nZZTY1V8SfZeCFQLTnsX01DE=; b=M6pS9VPM4dinHR3QGjHDyUjK46w2RdKETKmFfathZTApmYu3yYg2fu2EBINFqAAMRx vxO0CivdXidwSvfoJPcBShyb0rMnwbJiFTB1Xq+bgYZQq0UPMx0WrhTzJrZ9BVmqoAM1 f17En0Dya9lVBBoBcw6eWrbU+gy5X/GKp3jXS1p7uS9UOSVQx1M85tnIq73WduVPxAGc HjxjQDFAMJiH5GFPMSkctPxicPg668RGKaasumZka4YLCs4708CGhlFo4+6hQ0A/6uvE GiYcYy5XsbU/Ae1wBTMfGiNM5m9vhRPnA1gOzXtT1Davx/4RwASrL6ExRi7KOammswrS Y0WQ== X-Gm-Message-State: AOAM532U9qo04g4580mpSRbQeynz6jZ8B1bGFMOV0MNk03t8Xle1/JL7 72pKOmSVVkdRWmF2SJ8v1u3hhuCFKRA= X-Google-Smtp-Source: ABdhPJzuY9ZbG4y6YTY5JYJ/V6ertiWadBoa3o1Vv0GpmIi5LBIZl4mb39I2FH2g5VfaSkWatoTjwQ== X-Received: by 2002:a2e:8807:: with SMTP id x7mr12328995ljh.21.1596000431548; Tue, 28 Jul 2020 22:27:11 -0700 (PDT) Received: from guixsd (ppp91-122-98-213.pppoe.avangarddsl.ru. [91.122.98.213]) by smtp.gmail.com with ESMTPSA id m20sm174680ljg.107.2020.07.28.22.27.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jul 2020 22:27:10 -0700 (PDT) From: Oleg Pykhalov To: Tanguy Le Carrour Subject: Re: [bug#42573] [PATCH 2/2] gnu: python-clikit: Update to 0.6.2. References: <20200728092817.10539-1-tanguy@bioneland.org> <20200728092817.10539-2-tanguy@bioneland.org> Date: Wed, 29 Jul 2020 08:27:07 +0300 In-Reply-To: <20200728092817.10539-2-tanguy@bioneland.org> (Tanguy Le Carrour's message of "Tue, 28 Jul 2020 11:28:17 +0200") Message-ID: <87pn8elwlw.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42573 Cc: 42573@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Tanguy Le Carrour writes: > * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. > [arguments] Explicitly disable tests. > [propagated-inputs]: Add python-crashtest. > --- > gnu/packages/python-xyz.scm | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm > index 9294d3ff31..18bee90121 100644 > --- a/gnu/packages/python-xyz.scm > +++ b/gnu/packages/python-xyz.scm > @@ -12180,17 +12180,19 @@ more, possibly remote, memcached servers.") [=E2=80=A6] > + (arguments '(#:tests? #f)) ; no test in the PyPI tarball Could you take a look on a fetching source with =E2=80=98git-fetch=E2=80=99= and enabling tests suite? Thanks, Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl8hCKsACgkQFn+OpQAa +pzNWxAAqkTS6/WXj09l1kzUp5fNspnl/VciTSVCkfR99jrBiiIypJcOODktd9kj q8+xym1z8YJ2Sp6sKzC2bBpJyaZQong9GgEYThgzGx3N8qFkU1sVJ97U8RB7xZSr Dft4jWsciirJdXjalYojTlPOfW7lMA4cJbxGa5Xy28Y7wmJjQfGmoA1VQ79rapoZ xMyw40VTRLqjHYIwm3JzRlji8/YewsapqhuGRnchmq31ljxQugSDdUD1ILSQpuaB KpIYG1yPCTyLUXoKIZxX9ZsbarpIIixscWpAc3YIOdqSVkW01QRUAd5TF4JIUwFq rL7qxNAety/GoaERcFZjLLFNjiqq9LxXApLpuFLUfHHjMrsILgcXR/4HPx6mrakP kRy+knikvRMZX/yOGyWs2ZnQYuOitVo4AVWywd7JaGfGBdwdeF6E/yV8ns7FLT3n hTD3msVopTkP2jV+WPx9bjgwFB4UWAVwiUWfQIc8ShAKbr8pXSPn7RgJ5K3XGEYn qBg2KzVagq5q4zfedCzWMqCSKnMMSxLMtEuKS3uz7eSrt16+3OFAyUj1sgEy0wVS /OvCY0aTWyIeZY6RFQuIwsQp2Cn7rMOOfGA2LAGyUJsA2N9tIJcEXtGLNQwRRWtd REVc+luJcmWHbnY7UXrGxQtOUydvxDfQn70WO8AXQUR+MirnQLo= =BU4K -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 29 03:27:06 2020 Received: (at 42573) by debbugs.gnu.org; 29 Jul 2020 07:27:06 +0000 Received: from localhost ([127.0.0.1]:59926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0gUT-0004Kh-VV for submit@debbugs.gnu.org; Wed, 29 Jul 2020 03:27:06 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:4623) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0gUR-0004K7-PZ for 42573@debbugs.gnu.org; Wed, 29 Jul 2020 03:27:04 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id D7FB4240005; Wed, 29 Jul 2020 07:26:56 +0000 (UTC) Date: Wed, 29 Jul 2020 09:26:56 +0200 From: Tanguy Le Carrour To: Oleg Pykhalov Subject: Re: [bug#42573] [PATCH 2/2] gnu: python-clikit: Update to 0.6.2. Message-ID: <20200729072656.x3pa4s5iectwkhur@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42573 Cc: 42573@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: -1.7 (-) Hi Oleg, >Tanguy Le Carrour bioneland.org> writes: >> * gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2. >[…] >> + (arguments '(#:tests? #f)) ; no test in the PyPI tarball >Could you take a look on a fetching source with ‘git-fetch’ and enabling >tests suite? Actually, I can't! :-( `crashtest` is a project managed with Poetry. In order to build and test it, I need `poetry`. But `poetry` depends on `clikit` that depends on… `crashtest`! I guess (I hope) that more and more projects will be managed with Poetry, so we'll run into this problem again. There's actually an other problem with Poetry: `poetry` is managed with Poetry! I have no idea how to handle this! Is this a scenario where we have to have a `poetry-0` that is a "trusted" binary that we use to "properly" build the "poetry chain"? Any help welcome! -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 30 14:01:53 2020 Received: (at 42573-done) by debbugs.gnu.org; 30 Jul 2020 18:01:54 +0000 Received: from localhost ([127.0.0.1]:36673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1CsL-0005hG-Ks for submit@debbugs.gnu.org; Thu, 30 Jul 2020 14:01:53 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:43126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1CsI-0005gz-Ff for 42573-done@debbugs.gnu.org; Thu, 30 Jul 2020 14:01:51 -0400 Received: by mail-lj1-f195.google.com with SMTP id f5so29821433ljj.10 for <42573-done@debbugs.gnu.org>; Thu, 30 Jul 2020 11:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=bMikspKECdDvJLIZ/o/45sbShb/Sp7kS+npTqwvHVVU=; b=CPhyXkCzEHeYHF1+wYSQYU9A6tZY3wl9TOWKkIzTsre7RMNfvjCiLZsM3jM3xbyWtf 04+kuej9osDOxu3ezTt6Gdfwsb/L1I31cZgyZAIATpe1nFPnt/rNh9L5LHb6b46Qud2m Y9X3PnmBBHX7FZD3/I+UnMR/q0mIcyXR4/euWbAC9ekcxnZIsZF1S+xH1J8gnT6biyjN S5nbnAa3g0lC82PFlkbgv1EIn+sUjxQU9NNEGnJSSNeK2bY4kZmlY33pO9gTlXLAdJ07 niNoDUlrv6ML+1wAnJqy7BDJzRAgf4vm2TsLWwta4Q+6OS4iTeJXGB6x2mELwr73CGDh d5OQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=bMikspKECdDvJLIZ/o/45sbShb/Sp7kS+npTqwvHVVU=; b=eZVIn/HJt08oOVRHtee4skrVN5asdfCoB6QiVDtdBuXtAxt5zM/QJkQdPDr7qaSM25 0cvHJet978UDmuvZ5HkkXxZa4Wmbv+oRv7tXVze0n7HbJCF51QbZPbHYHJL3mtVNTRZV d121tGmYaooXjNKrsbS8p+MFGiy2kxKuQdFXgXy1uuSI2F8Nzoa1Wk+BApfl3BDoj1R1 dcQaNDQ7ATITmXs6KFHUdWi04U64IuL2pK9djmYDUzQ07RU51c++UdoLkrKtU1kSXANK 98k/Z/EYgk81hdB5OhZzcRD86jCbKUscugSOYnduc12fcsfv3nkllUl+pPA1qnowX7DY x2LQ== X-Gm-Message-State: AOAM533bLtMgWWgAAzk2eDtCDCVm1h85ztRzD2s6crJeJKifX+0gvP3Y Q0hBYcQYA5h6fSy1FupxO0M1bCnNOa4= X-Google-Smtp-Source: ABdhPJzTaHdKrkuVDFevd5Zj2MkCzZGfA5q1aO378+LCWuvYD6BydocGvqzm8oNdNurcukbnCJQ1TA== X-Received: by 2002:a05:651c:106e:: with SMTP id y14mr174567ljm.49.1596132103951; Thu, 30 Jul 2020 11:01:43 -0700 (PDT) Received: from guixsd (ppp91-122-98-213.pppoe.avangarddsl.ru. [91.122.98.213]) by smtp.gmail.com with ESMTPSA id d22sm1342543lfs.26.2020.07.30.11.01.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jul 2020 11:01:42 -0700 (PDT) From: Oleg Pykhalov To: Tanguy Le Carrour Subject: Re: [bug#42573] [PATCH 2/2] gnu: python-clikit: Update to 0.6.2. References: <20200728092221.9192-1-tanguy@bioneland.org> <20200729072656.x3pa4s5iectwkhur@rafflesia> Date: Thu, 30 Jul 2020 21:01:37 +0300 In-Reply-To: <20200729072656.x3pa4s5iectwkhur@rafflesia> (Tanguy Le Carrour's message of "Wed, 29 Jul 2020 09:26:56 +0200") Message-ID: <875za4lw5a.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42573-done Cc: 42573-done@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Tanguy Le Carrour writes: >>Could you take a look on a fetching source with =E2=80=98git-fetch=E2=80= =99 and enabling >>tests suite? > > Actually, I can't! :-( > > `crashtest` is a project managed with Poetry. In order to build and test = it, > I need `poetry`. But `poetry` depends on `clikit` that depends on=E2=80= =A6 `crashtest`! > > I guess (I hope) that more and more projects will be managed with Poetry, > so we'll run into this problem again. > > There's actually an other problem with Poetry: `poetry` is managed with P= oetry! > I have no idea how to handle this! Is this a scenario where we have to ha= ve > a `poetry-0` that is a "trusted" binary that we use to "properly" build > the "poetry chain"? OK, thanks for investigation. I pushed the changes to master. Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAl8jCwEACgkQFn+OpQAa +py9wQ//RL3Jbtl9XktC9Xo8CUVgaMlnDyvhsmNZ8M1IaJYN2WgVQU/kls8Umv4E 44j9uGp0EYq9FwEaVy8Fky5er/SUPC3Zpu+nDuIPoVgmSVTQXAnC/nEod6yJomQ9 /u/XEbMSU80kcoCYH/cWxyqLy3fHSm57uTs9wduOKaH2fWaFNnZ/bVrX36qlQhxr p9JtOGi5QO8/J94UlOaV6qjYY60Xe2nrQqNYVHW6BQg4vzEw8u3DaNtcxk5KiRwA qQ2kuDXsnLxrSN82ytnuY0QleqWCmorvtqp0un887FJIdGnUEm+OLIz2sleRncHY 2fhxgNfRs/2zrbHaJEfPEvKENE4yC3bVzv5w1NogkAoDEp4U6k5ddrefsMyddYIj VKopWhq2/dDfBuJG8N+K06rp3TTc+v4yGq/9gZPWRs3o4BH0GCiqHCrdEkVdfrEQ gkYOI/Cjr9eUhZ1W0/6JTRrkC1s4T47463M1vwl+73q0hAavsB4oj7PIBgwUEYId cjXKgYmNvmVRoHgk6CnmfUWghb9OvWf+N1TrQFfrJv29ScOl+bTvs7Xh/4oWY8LX UuP+VrbX125/XiPorqI1mh1FVXJXogtdH1ZgkqEz7r1SaakVHcLJc5ljv5Snzb0C 4YB0hujA6FRX8kkLssq6wAspC/da7XofliBa9JJkMLXHn8BTRII= =SH7J -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 16 23:47:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Aug 2020 11:24:06 +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