From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: =?UTF-8?Q?S=C3=A9bastien?= Lerique Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 Nov 2020 22:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44401@debbugs.gnu.org Cc: =?UTF-8?Q?S=C3=A9bastien?= Lerique X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160435601427578 (code B ref -1); Mon, 02 Nov 2020 22:27:01 +0000 Received: (at submit) by debbugs.gnu.org; 2 Nov 2020 22:26:54 +0000 Received: from localhost ([127.0.0.1]:42825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZiHt-0007Ak-Pm for submit@debbugs.gnu.org; Mon, 02 Nov 2020 17:26:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:53952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZiHr-0007Ac-Dn for submit@debbugs.gnu.org; Mon, 02 Nov 2020 17:26:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZiHr-0003c8-6E for guix-patches@gnu.org; Mon, 02 Nov 2020 17:26:51 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:40248 helo=eauchat.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kZiHg-00036N-6N for guix-patches@gnu.org; Mon, 02 Nov 2020 17:26:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1604355995; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=5/kBv4KUJDJ7kSNIVGF3mJuG2xWETaeYJMYPzUf1ioM=; b=jmPoOpVT34m7xR5mlQ8AUL50XaZTlRgc1UDqQUxYiMf6WqCDq6FNjvHKnUaeGNOmrJt6jQ tvqk8YnTIMH2wdnL+Urqabtqs3r1wrfVXa35kzJNr+ASctuvulQNv6N7rTP1ZTDAE7aeR+ 2QLjg6ly+8s1AtOf/lYyD3zI/8aWBXM= From: =?UTF-8?Q?S=C3=A9bastien?= Lerique Date: Mon, 2 Nov 2020 23:26:24 +0100 Message-Id: <20201102222624.3552-1-sl@eauchat.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=91.224.149.118; envelope-from=sl@eauchat.org; helo=eauchat.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/02 17:26:36 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/python-xyz.scm (poetry): Update to 1.1.4. --- gnu/packages/python-xyz.scm | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ee1f9acda0..01c2d2648f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12946,7 +12946,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (define-public poetry (package (name "poetry") - (version "1.0.10") + (version "1.1.4") ;; Poetry can only be built from source with Poetry. (source (origin @@ -12954,24 +12954,10 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (uri (pypi-uri "poetry" version)) (sha256 (base32 - "1wm66xlsls4f0q4skmq96yb7aahjsqwgwvbrw4iax6rd4xfqj6sb")))) + "1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll")))) (build-system python-build-system) (arguments - `(#:tests? #f ;; Pypi does not have tests. - #:phases - (modify-phases %standard-phases - (add-before 'build 'patch-setup-py - (lambda _ - (substitute* "setup.py" - ;; poetry won't update version as 21.0.0 relies on python > 3.6 - (("keyring>=20.0.1,<21.0.0") "keyring>=21.0.0,<22.0.0") - (("pyrsistent>=0.14.2,<0.15.0") "pyrsistent>=0.14.2,<0.17.0") - ;; Reported upstream: - ;; . - (("tomlkit>=0.5.11,<0.6.0") "tomlkit>=0.5.11,<0.7.0") - (("cleo>=0.7.6,<0.8.0") "cleo>=0.7.6,<0.9.0") - (("clikit>=0.4.2,<0.5.0") "clikit>=0.4.2,<0.7.0")) - #t))))) + `(#:tests? #f)) ;; Pypi does not have tests. (propagated-inputs `(("python-cachecontrol" ,python-cachecontrol) ("python-cachy" ,python-cachy) -- 2.28.0 From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] Acknowledgement ([PATCH] gnu: poetry: Update to 1.1.4.) Resent-From: =?UTF-8?Q?S=C3=A9bastien?= Lerique Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 03 Nov 2020 00:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.16043616864026 (code B ref 44401); Tue, 03 Nov 2020 00:02:02 +0000 Received: (at 44401) by debbugs.gnu.org; 3 Nov 2020 00:01:26 +0000 Received: from localhost ([127.0.0.1]:42932 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZjlO-00012s-Gd for submit@debbugs.gnu.org; Mon, 02 Nov 2020 19:01:26 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:58764 helo=eauchat.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZjlM-00012e-RQ for 44401@debbugs.gnu.org; Mon, 02 Nov 2020 19:01:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1604361678; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Pd2AnygZbRRDxaDXmTOm2hogJ7JarAoT0Sms6Po/8MU=; b=mxRyPtThe/OqEXmEZ+tPiSbggewVvgvBCmfDi76P2Cg2KfixeyEfonohO9MJNZ2KPNdJtQ c9k9joNo3IezqysmjfnnLWlM48xkv2Trbkp8BOSBSiUXNJJQkyFWjffrsZE1cPOsCKM6tE OfzFimPBBDkWUd1Pgk3RUTnui5JS2vo= References: <20201102222624.3552-1-sl@eauchat.org> From: =?UTF-8?Q?S=C3=A9bastien?= Lerique In-reply-to: Date: Tue, 03 Nov 2020 01:01:16 +0100 Message-ID: <87ft5rl35f.fsf@eauchat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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 (-) Dear Maintainers, This submission was somwhat premature, as poetry 1.1.4 requires=20 python-keyring 21.2.0, which in turn requires python-mypy for=20 tests, which itself has failing tests on my machine. It seems I=20 tried to bite too much in one go, so maybe this can be put on hold=20 until I resolve the pending issues? Apologies for submitting too fast! Best wishes, S=C3=A9bastien From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. References: <20201102222624.3552-1-sl@eauchat.org> In-Reply-To: <20201102222624.3552-1-sl@eauchat.org> Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 29 Nov 2020 17:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?S=C3=A9bastien?= Lerique Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.160667195218680 (code B ref 44401); Sun, 29 Nov 2020 17:46:02 +0000 Received: (at 44401) by debbugs.gnu.org; 29 Nov 2020 17:45:52 +0000 Received: from localhost ([127.0.0.1]:52518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjQlj-0004qQ-F1 for submit@debbugs.gnu.org; Sun, 29 Nov 2020 12:45:52 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:58995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjQlh-0004in-Cv for 44401@debbugs.gnu.org; Sun, 29 Nov 2020 12:45:50 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.axione.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4C38E6000C; Sun, 29 Nov 2020 17:45:42 +0000 (UTC) Date: Sun, 29 Nov 2020 18:45:39 +0100 From: Tanguy LE CARROUR MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1606671404.14slyqzte6.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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 (-) Hi S=C3=A9bastien, Good to know that I'm not the only one with an interest in Poetry! :-) > This submission was somwhat premature, as poetry 1.1.4 requires > python-keyring 21.2.0, which in turn requires python-mypy for > tests, which itself has failing tests on my machine. It seems I > tried to bite too much in one go, so maybe this can be put on hold > until I resolve the pending issues? FYI, the upgrade to 1.1.4 is also discussed here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44077 It seems that there's also a problem with the latest version of keyring on = Guix: https://github.com/jaraco/keyring/issues/469 But I'm (slowly) working on it! Happy hacking! --=20 Tanguy From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: =?UTF-8?Q?S=C3=A9bastien?= Lerique Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Nov 2020 09:46:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tanguy LE CARROUR Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.160672951826816 (code B ref 44401); Mon, 30 Nov 2020 09:46:03 +0000 Received: (at 44401) by debbugs.gnu.org; 30 Nov 2020 09:45:18 +0000 Received: from localhost ([127.0.0.1]:53487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjfkE-0006y6-7L for submit@debbugs.gnu.org; Mon, 30 Nov 2020 04:45:18 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:48536 helo=eauchat.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjfkB-0006q8-H0 for 44401@debbugs.gnu.org; Mon, 30 Nov 2020 04:45:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1606729509; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OTTpwdIjlSTz7jB3y+muECl2Sutu9ce317OvcsClKkg=; b=X3c1XBTy/cN3TyhHK6KFvJrD3HjkAnnD54KwaKipmsQUm6RQ2LUlli2ajw2C1B2b4jgsnk xuLIGi3uVkk5/bEpQmxk5ZLNgptcAAsOtbSAahcodVAolzEM+ngPptknJ+GlGDUXvzWABI QQdae/7BKsqOzCBQznm0zOLzCVVrq7s= References: <1606671404.14slyqzte6.astroid@melmoth.none> From: =?UTF-8?Q?S=C3=A9bastien?= Lerique In-reply-to: <1606671404.14slyqzte6.astroid@melmoth.none> Message-ID: <87lfejp49p.fsf@eauchat.org> Date: Mon, 30 Nov 2020 10:45:07 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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 (-) Hi Tanguy, > FYI, the upgrade to 1.1.4 is also discussed here: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44077 Aha, great news! I've also been working on this last week, so it=20 must overlap. I read the thread -- can you point me to your latest=20 complete patch and what guix commit it applies to, so I can see if=20 I have anything different? So far I had to update: - python-keyring to 21.5.0, - python-setuptools to 50.3.2, - python-virtualenv to 20.2.1, - python-distlib to 0.3.1, - python-tomlkit to 0.7.0, - and use requests-toolbelt-0.9.1 in poetry's package definition And I was now missing poetry-core, which I see you have done. This=20 is turning into a large patchset, and on my side it's still with=20 some tests disabled (though I'm still planning to activate them). > It seems that there's also a problem with the latest version of=20 > keyring on Guix: > https://github.com/jaraco/keyring/issues/469 > But I'm (slowly) working on it! Yes, I found that simply adding python-setuptools (aside from=20 python-setuptools-scm) to the native-inputs made the build-system=20 recognize the version. Once I have your latest patch I should probably be able to=20 converge on what you have done. Here is my current patchset for=20 reference: http://0x0.st/i7b_.diff , I'm working on=20 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether to=20 send parts of this as separate patches or not. Happy hacking! S=C3=A9bastien From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Nov 2020 10:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?S=C3=A9bastien?= Lerique Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.16067309473983 (code B ref 44401); Mon, 30 Nov 2020 10:10:01 +0000 Received: (at 44401) by debbugs.gnu.org; 30 Nov 2020 10:09:07 +0000 Received: from localhost ([127.0.0.1]:53577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjg7H-00012B-1M for submit@debbugs.gnu.org; Mon, 30 Nov 2020 05:09:07 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:53673) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjg7E-00011d-Gb for 44401@debbugs.gnu.org; Mon, 30 Nov 2020 05:09:05 -0500 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 7CACE200009; Mon, 30 Nov 2020 10:08:57 +0000 (UTC) Date: Mon, 30 Nov 2020 11:08:54 +0100 From: Tanguy LE CARROUR References: <1606671404.14slyqzte6.astroid@melmoth.none> <87lfejp49p.fsf@eauchat.org> In-Reply-To: <87lfejp49p.fsf@eauchat.org> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1606730475.mjds5el6sr.astroid@rafflesia.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) 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 S=C3=A9bastien, Excerpts from S=C3=A9bastien Lerique's message of November 30, 2020 10:45 a= m: > Hi Tanguy, >=20 >> FYI, the upgrade to 1.1.4 is also discussed here: >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44077 >=20 > Aha, great news! I've also been working on this last week, so it=20 > must overlap. I read the thread -- can you point me to your latest=20 > complete patch and what guix commit it applies to, so I can see if=20 > I have anything different? >=20 > So far I had to update: > - python-keyring to 21.5.0, > - python-setuptools to 50.3.2, > - python-virtualenv to 20.2.1, > - python-distlib to 0.3.1, > - python-tomlkit to 0.7.0, > - and use requests-toolbelt-0.9.1 in poetry's package definition >=20 > And I was now missing poetry-core, which I see you have done. This=20 > is turning into a large patchset, and on my side it's still with=20 > some tests disabled (though I'm still planning to activate them). The main problem is `python-distlib`. So based on Marius' comment, I created a `python-distlib/next`. This is part of v5 here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44= 077 >> It seems that there's also a problem with the latest version of=20 >> keyring on Guix: >> https://github.com/jaraco/keyring/issues/469 >> But I'm (slowly) working on it! >=20 > Yes, I found that simply adding python-setuptools (aside from=20 > python-setuptools-scm) to the native-inputs made the build-system=20 > recognize the version. That's great!! You could add a comment with your solution to the issue, for the sake of documenting it. > Once I have your latest patch I should probably be able to=20 > converge on what you have done. Here is my current patchset for=20 > reference: http://0x0.st/i7b_.diff , I'm working on=20 > 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether to=20 > send parts of this as separate patches or not. Sounds like a plan! :-) Can I suggest that you wait for #44077 to be merged and then submit your improvements?! Thanks, --=20 Tanguy From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: =?UTF-8?Q?S=C3=A9bastien?= Lerique Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Nov 2020 10:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tanguy LE CARROUR Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.16067321665973 (code B ref 44401); Mon, 30 Nov 2020 10:30:02 +0000 Received: (at 44401) by debbugs.gnu.org; 30 Nov 2020 10:29:26 +0000 Received: from localhost ([127.0.0.1]:53622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjgQv-0001YH-KO for submit@debbugs.gnu.org; Mon, 30 Nov 2020 05:29:25 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:55306 helo=eauchat.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kjgQt-0001Y4-AY for 44401@debbugs.gnu.org; Mon, 30 Nov 2020 05:29:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1606732156; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l9JgBxSs6DwoLq9Fqw2+NHvEKSkOf8vtMqHc5Nr/fSQ=; b=SIdr4hiLfY2K9wDKKVgYrFb+TNabXFwsf7i8rG8cvithZWEFh1/BHbf2gfG5d1bphuzZQp UdiWC82Sb/GV6h9o+gK6f4DZozbkhB6KVvIeuCSnyFy5dSIaYKBr9q7PuOxDvzvwJuDhdN Cg5ztlFLlfIfYCqGOgBk2FUDjSpcGm0= References: <1606671404.14slyqzte6.astroid@melmoth.none> <87lfejp49p.fsf@eauchat.org> <1606730475.mjds5el6sr.astroid@rafflesia.none> From: =?UTF-8?Q?S=C3=A9bastien?= Lerique In-reply-to: <1606730475.mjds5el6sr.astroid@rafflesia.none> Date: Mon, 30 Nov 2020 11:29:15 +0100 Message-ID: <875z5np284.fsf@eauchat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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 (-) Hi Tanguy, >> So far I had to update: >> - python-keyring to 21.5.0, >> - python-setuptools to 50.3.2, >> - python-virtualenv to 20.2.1, >> - python-distlib to 0.3.1, >> - python-tomlkit to 0.7.0, >> - and use requests-toolbelt-0.9.1 in poetry's package=20 >> definition >> >> And I was now missing poetry-core, which I see you have done.=20 >> This >> is turning into a large patchset, and on my side it's still=20 >> with >> some tests disabled (though I'm still planning to activate=20 >> them). > > The main problem is `python-distlib`. So based on Marius'=20 > comment, I > created a `python-distlib/next`. > > This is part of v5 here:=20 > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44077 > Indeed, the /next solution was a good idea to keep moving. I=20 second your question on who/what makes sure that the /next package=20 is removed once python-distlib is upgraded (maybe simply add a=20 FIXME to python-distlib so whoever upgrades it is notified). >>> It seems that there's also a problem with the latest version=20 >>> of >>> keyring on Guix: >>> https://github.com/jaraco/keyring/issues/469 >>> But I'm (slowly) working on it! >> >> Yes, I found that simply adding python-setuptools (aside from >> python-setuptools-scm) to the native-inputs made the=20 >> build-system >> recognize the version. > > That's great!! You could add a comment with your solution to the=20 > issue, > for the sake of documenting it. > Done :) >> Once I have your latest patch I should probably be able to >> converge on what you have done. Here is my current patchset for >> reference: http://0x0.st/i7b_.diff , I'm working on >> 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether=20 >> to >> send parts of this as separate patches or not. > > Sounds like a plan! :-) > > Can I suggest that you wait for #44077 to be merged and then=20 > submit your > improvements?! Yes! I'll do that. S=C3=A9bastien From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Dec 2020 10:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?S=C3=A9bastien?= Lerique Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.16068191077895 (code B ref 44401); Tue, 01 Dec 2020 10:39:01 +0000 Received: (at 44401) by debbugs.gnu.org; 1 Dec 2020 10:38:27 +0000 Received: from localhost ([127.0.0.1]:58013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk33C-00023H-QP for submit@debbugs.gnu.org; Tue, 01 Dec 2020 05:38:27 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk33B-000234-Gy for 44401@debbugs.gnu.org; Tue, 01 Dec 2020 05:38:26 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 7642F20009; Tue, 1 Dec 2020 10:38:18 +0000 (UTC) Date: Tue, 01 Dec 2020 11:38:15 +0100 From: Tanguy LE CARROUR References: <1606671404.14slyqzte6.astroid@melmoth.none> <87lfejp49p.fsf@eauchat.org> <1606730475.mjds5el6sr.astroid@rafflesia.none> <875z5np284.fsf@eauchat.org> In-Reply-To: <875z5np284.fsf@eauchat.org> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1606818706.ve3c41z0my.astroid@melmoth.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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 (-) Hi S=C3=A9bastien, Excerpts from S=C3=A9bastien Lerique's message of November 30, 2020 11:29 a= m: >>> Once I have your latest patch I should probably be able to >>> converge on what you have done. Here is my current patchset for >>> reference: http://0x0.st/i7b_.diff , I'm working on >>> 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether >>> to >>> send parts of this as separate patches or not. >> >> Sounds like a plan! :-) >> >> Can I suggest that you wait for #44077 to be merged and then >> submit your improvements?! >=20 > Yes! I'll do that. Just to let you know that it's been merged! Quiet a few packages still have to be rebuilt, so it took some time for me to install it, but=E2=80=A6 everything seems to work as expected! So, you can proceed with submitting your patches and remove the `patch-setu= p-py` from `poetry`. Thanks! --=20 Tanguy From unknown Sun Jun 22 11:40:42 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. Resent-From: Tanguy LE CARROUR Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 02 Dec 2020 08:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44401 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?S=C3=A9bastien?= Lerique Cc: 44401@debbugs.gnu.org Received: via spool by 44401-submit@debbugs.gnu.org id=B44401.160689693822397 (code B ref 44401); Wed, 02 Dec 2020 08:16:01 +0000 Received: (at 44401) by debbugs.gnu.org; 2 Dec 2020 08:15:38 +0000 Received: from localhost ([127.0.0.1]:34072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkNIO-0005oz-IV for submit@debbugs.gnu.org; Wed, 02 Dec 2020 03:15:38 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:52953) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkNIK-0005oh-Nc for 44401@debbugs.gnu.org; Wed, 02 Dec 2020 03:15:27 -0500 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 9000A240004; Wed, 2 Dec 2020 08:15:17 +0000 (UTC) Date: Wed, 02 Dec 2020 09:15:15 +0100 From: Tanguy LE CARROUR References: <1606671404.14slyqzte6.astroid@melmoth.none> <87lfejp49p.fsf@eauchat.org> <1606730475.mjds5el6sr.astroid@rafflesia.none> <875z5np284.fsf@eauchat.org> <1606818706.ve3c41z0my.astroid@melmoth.none> In-Reply-To: <1606818706.ve3c41z0my.astroid@melmoth.none> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1606896811.lb687s2ljb.astroid@rafflesia.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) 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 (-) Hi S=C3=A9bastien, Excerpts from Tanguy LE CARROUR's message of December 1, 2020 11:38 am: > Excerpts from S=C3=A9bastien Lerique's message of November 30, 2020 11:29= am: >>>> Once I have your latest patch I should probably be able to >>>> converge on what you have done. Here is my current patchset for >>>> reference: http://0x0.st/i7b_.diff , I'm working on >>>> 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether >>>> to >>>> send parts of this as separate patches or not. >>> >>> Sounds like a plan! :-) >>> >>> Can I suggest that you wait for #44077 to be merged and then >>> submit your improvements?! >>=20 >> Yes! I'll do that. >=20 > Just to let you know that it's been merged! >=20 > Quiet a few packages still have to be rebuilt, so it took some time for > me to install it, but=E2=80=A6 everything seems to work as expected! >=20 > So, you can proceed with submitting your patches and remove the `patch-se= tup-py` > from `poetry`. Unfortunately, `python-packaging` patch got reverted because it was triggering to many rebuilds! :-( So Poetry is broken again! =E2=80=A6WIP! --=20 Tanguy From unknown Sun Jun 22 11:40:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?S=C3=A9bastien?= Lerique Subject: bug#44401: closed (Re: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4.) Message-ID: References: <87lfeeimr6.fsf@gnu.org> <20201102222624.3552-1-sl@eauchat.org> X-Gnu-PR-Message: they-closed 44401 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 44401@debbugs.gnu.org Date: Thu, 03 Dec 2020 21:50:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1607032202-29905-1" This is a multi-part message in MIME format... ------------=_1607032202-29905-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #44401: [PATCH] gnu: poetry: Update to 1.1.4. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 44401@debbugs.gnu.org. --=20 44401: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44401 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1607032202-29905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 44401-done) by debbugs.gnu.org; 3 Dec 2020 21:49:13 +0000 Received: from localhost ([127.0.0.1]:41992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkwTR-0007lD-Az for submit@debbugs.gnu.org; Thu, 03 Dec 2020 16:49:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkwTP-0007l1-I5 for 44401-done@debbugs.gnu.org; Thu, 03 Dec 2020 16:49:11 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52413) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kkwTI-0003Vr-GD; Thu, 03 Dec 2020 16:49:04 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:39040 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kkwTH-0005y8-Fm; Thu, 03 Dec 2020 16:49:03 -0500 From: Marius Bakke To: Tanguy LE CARROUR , =?utf-8?Q?S=C3=A9bastien?= Lerique Subject: Re: [bug#44401] [PATCH] gnu: poetry: Update to 1.1.4. In-Reply-To: <1606896811.lb687s2ljb.astroid@rafflesia.none> References: <1606671404.14slyqzte6.astroid@melmoth.none> <87lfejp49p.fsf@eauchat.org> <1606730475.mjds5el6sr.astroid@rafflesia.none> <875z5np284.fsf@eauchat.org> <1606818706.ve3c41z0my.astroid@melmoth.none> <1606896811.lb687s2ljb.astroid@rafflesia.none> Date: Thu, 03 Dec 2020 22:49:01 +0100 Message-ID: <87lfeeimr6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44401-done Cc: 44401-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: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tanguy LE CARROUR skriver: > Hi S=C3=A9bastien, > > Excerpts from Tanguy LE CARROUR's message of December 1, 2020 11:38 am: >> Excerpts from S=C3=A9bastien Lerique's message of November 30, 2020 11:2= 9 am: >>>>> Once I have your latest patch I should probably be able to >>>>> converge on what you have done. Here is my current patchset for >>>>> reference: http://0x0.st/i7b_.diff , I'm working on >>>>> 4a914de930a8317cab5bc11bdb608e3a3da3d1ad. I don't know whether >>>>> to >>>>> send parts of this as separate patches or not. >>>> >>>> Sounds like a plan! :-) >>>> >>>> Can I suggest that you wait for #44077 to be merged and then >>>> submit your improvements?! >>>=20 >>> Yes! I'll do that. >>=20 >> Just to let you know that it's been merged! >>=20 >> Quiet a few packages still have to be rebuilt, so it took some time for >> me to install it, but=E2=80=A6 everything seems to work as expected! >>=20 >> So, you can proceed with submitting your patches and remove the `patch-s= etup-py` >> from `poetry`. > > Unfortunately, `python-packaging` patch got reverted because it was > triggering to many rebuilds! :-( > So Poetry is broken again! I believe Poetry should be working now, with commit d18a4375f30afa06c5b08a7e0f7d972a7e8296ee. Please open a new report if not. Thank you both! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl/JXU0PHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT6h/QH/jVjbATkK7gqxqdqsyHMIQquNN5TINjOO4Xo XGy3w3XohBSTjJPHY3dS0RvHJAuSwVTBLuCs7GIVcsybeyOPJODdOzWXWbkvEmjR dRdk3BHI8TUJtqvAjoN/rS0Kb0hMi/8VVVtdw4R5G2AiLViUpgJ7YTj6lUxr2mRx OVtAOJTLjTI7cgV46DE28nVrknQVGEy0VG3soM+E34l0ELGCl6aqVuDEmwxZsM19 LXVdteH6WEReACcVs6fEQloeID2thXBTdTg4bJfeQ79pLTaI+fi0tRWmyVNrNG5x TFz4IZsl46zZXzzW7csk/XNR95+99RgeZD2JGzUHHWaLl+HPOSM= =KP5v -----END PGP SIGNATURE----- --=-=-=-- ------------=_1607032202-29905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Nov 2020 22:26:54 +0000 Received: from localhost ([127.0.0.1]:42825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZiHt-0007Ak-Pm for submit@debbugs.gnu.org; Mon, 02 Nov 2020 17:26:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:53952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kZiHr-0007Ac-Dn for submit@debbugs.gnu.org; Mon, 02 Nov 2020 17:26:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZiHr-0003c8-6E for guix-patches@gnu.org; Mon, 02 Nov 2020 17:26:51 -0500 Received: from elegua.eauchat.org ([91.224.149.118]:40248 helo=eauchat.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kZiHg-00036N-6N for guix-patches@gnu.org; Mon, 02 Nov 2020 17:26:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eauchat.org; s=mail; t=1604355995; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=5/kBv4KUJDJ7kSNIVGF3mJuG2xWETaeYJMYPzUf1ioM=; b=jmPoOpVT34m7xR5mlQ8AUL50XaZTlRgc1UDqQUxYiMf6WqCDq6FNjvHKnUaeGNOmrJt6jQ tvqk8YnTIMH2wdnL+Urqabtqs3r1wrfVXa35kzJNr+ASctuvulQNv6N7rTP1ZTDAE7aeR+ 2QLjg6ly+8s1AtOf/lYyD3zI/8aWBXM= From: =?UTF-8?q?S=C3=A9bastien=20Lerique?= To: guix-patches@gnu.org Subject: [PATCH] gnu: poetry: Update to 1.1.4. Date: Mon, 2 Nov 2020 23:26:24 +0100 Message-Id: <20201102222624.3552-1-sl@eauchat.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=91.224.149.118; envelope-from=sl@eauchat.org; helo=eauchat.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/02 17:26:36 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?S=C3=A9bastien=20Lerique?= 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: -2.4 (--) * gnu/packages/python-xyz.scm (poetry): Update to 1.1.4. --- gnu/packages/python-xyz.scm | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ee1f9acda0..01c2d2648f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12946,7 +12946,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (define-public poetry (package (name "poetry") - (version "1.0.10") + (version "1.1.4") ;; Poetry can only be built from source with Poetry. (source (origin @@ -12954,24 +12954,10 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") (uri (pypi-uri "poetry" version)) (sha256 (base32 - "1wm66xlsls4f0q4skmq96yb7aahjsqwgwvbrw4iax6rd4xfqj6sb")))) + "1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll")))) (build-system python-build-system) (arguments - `(#:tests? #f ;; Pypi does not have tests. - #:phases - (modify-phases %standard-phases - (add-before 'build 'patch-setup-py - (lambda _ - (substitute* "setup.py" - ;; poetry won't update version as 21.0.0 relies on python > 3.6 - (("keyring>=20.0.1,<21.0.0") "keyring>=21.0.0,<22.0.0") - (("pyrsistent>=0.14.2,<0.15.0") "pyrsistent>=0.14.2,<0.17.0") - ;; Reported upstream: - ;; . - (("tomlkit>=0.5.11,<0.6.0") "tomlkit>=0.5.11,<0.7.0") - (("cleo>=0.7.6,<0.8.0") "cleo>=0.7.6,<0.9.0") - (("clikit>=0.4.2,<0.5.0") "clikit>=0.4.2,<0.7.0")) - #t))))) + `(#:tests? #f)) ;; Pypi does not have tests. (propagated-inputs `(("python-cachecontrol" ,python-cachecontrol) ("python-cachy" ,python-cachy) -- 2.28.0 ------------=_1607032202-29905-1--