From unknown Sat Jun 21 03:26:25 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#54284 <54284@debbugs.gnu.org> To: bug#54284 <54284@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-pytest-pudb. Reply-To: bug#54284 <54284@debbugs.gnu.org> Date: Sat, 21 Jun 2025 10:26:25 +0000 retitle 54284 [PATCH] gnu: Add python-pytest-pudb. reassign 54284 guix-patches submitter 54284 jgart severity 54284 normal tag 54284 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 00:38:59 2022 Received: (at submit) by debbugs.gnu.org; 7 Mar 2022 05:38:59 +0000 Received: from localhost ([127.0.0.1]:52186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nR65C-0004mz-T8 for submit@debbugs.gnu.org; Mon, 07 Mar 2022 00:38:59 -0500 Received: from lists.gnu.org ([209.51.188.17]:59028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nR65B-0004mq-Qq for submit@debbugs.gnu.org; Mon, 07 Mar 2022 00:38:58 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43654) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nR65B-000223-8e for guix-patches@gnu.org; Mon, 07 Mar 2022 00:38:57 -0500 Received: from mx1.dismail.de ([78.46.223.134]:22307) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nR659-0004CK-90 for guix-patches@gnu.org; Mon, 07 Mar 2022 00:38:57 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c4492ddd; Mon, 7 Mar 2022 06:38:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=/e2Pm+T+oeMf5L4dzpSLYI+iyokBAU+ss9ZcVY4BCAw=; b= hmgZY2YQ1L6V8/UItQAOw7S2M7v1sNPJSb369NobRF1KEzcn1S0QE4wtF8aMzAfP CNWSiPecuy52B5h41jGJKaa5HNNflaHp+oYyEYbXx02fgyxfZN+4+ZIZFDnP7SZn TbBKsd8rTVC/vbEcy+6D6OOyMBqJR1TtaSjG5IFdRzOKT/e2ITrox6M5I+n7YK0F Dif17PY9B3l2R1LhVwFw0lWVey3UxYZFfsxIE4kZ+MG/vh0ufx23Jgb2vYUtsuCJ qhoGiqqODnL20IjvoJP83KRPw0pfLRdZTtpULEAaD8JqAiMuvlD+N8sC6swzWkgo 4CjfINp+ErBIF716Lu2mYA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 366e927d; Mon, 7 Mar 2022 06:38:24 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id f158b27e; Mon, 7 Mar 2022 06:38:24 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 072ed977 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 7 Mar 2022 06:38:18 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pytest-pudb. Date: Mon, 7 Mar 2022 00:37:25 -0500 Message-Id: <20220307053725.25934-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: BonfaceKilz , jgart 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 (python-pytest-pudb): New variable. Co-authored-by: BonfaceKilz --- gnu/packages/python-xyz.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d3d7b7160d..ba0c8489f6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28704,6 +28704,41 @@ (define-public pudb keyboard-friendly package.") (license license:expat))) +(define-public python-pytest-pudb + ;; PyPi does not include tests + (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5") + (revision "0")) + (package + (name "python-pytest-pudb") + (version "0.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wronglink/pytest-pudb") + (commit commit))) + (file-name (string-append name "-" commit)) + (sha256 + (base32 "1c0pypxx3y8w7s5bz9iy3w3aablnhn81rnhmb0is8hf2qpm6k3w0")))) + (build-system python-build-system) + (propagated-inputs (list pudb)) + (native-inputs + (list python-pytest)) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-v"))))))) + (home-page "https://github.com/wronglink/pytest-pudb") + (synopsis "Pytest PuDB debugger integration") + (description + "@code{python-pytest-pudb} provides PuDB debugger integration based on + pytest PDB integration.") + (license license:expat)))) + (define-public python-iwlib (package (name "python-iwlib") -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 15 17:43:54 2022 Received: (at 54284) by debbugs.gnu.org; 15 Mar 2022 21:43:54 +0000 Received: from localhost ([127.0.0.1]:49720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUExO-0003p8-LG for submit@debbugs.gnu.org; Tue, 15 Mar 2022 17:43:54 -0400 Received: from mx1.dismail.de ([78.46.223.134]:47083) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nUExM-0003os-Mw for 54284@debbugs.gnu.org; Tue, 15 Mar 2022 17:43:53 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 619d14bc for <54284@debbugs.gnu.org>; Tue, 15 Mar 2022 22:43:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=DRDh24QIXzyBOGpNKntL/gdtwYzz3NXj6ihNNFZ6WkU=; b= imFbBuAGuQAa5fH/ngDcysGIomxBOEWoC2xda3cTfVAnk34drpTBdlvEfgEp2ivB AZ27TpjWT6sK2QTZ65CKQi5T+8MjgWIe2mRlntIRXYyF9qukaJw4lWO2kUSJxeXY LUAvZjAR1G2c8KveXvFMPyyoRpgVYL++riRbnKSbditHCrwS2Svj9Is+dmm947Do c7xJWifM3r1Ozw7Q5ElNgtoevHKByeaW9io/HC5VM9nhtchgl9j1+8EgGdNXSxHp GkpmeGszNSDamTGPaQEzREjrtwPFfU5t0njt93LvhuR3B66o455dUJluFvshpkYw qi/FdxwJcx/Xg8Nwkbbf5Q== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 6158ac5f for <54284@debbugs.gnu.org>; Tue, 15 Mar 2022 22:43:44 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 61bde4b2 for <54284@debbugs.gnu.org>; Tue, 15 Mar 2022 22:43:44 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 8aefe034 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 15 Mar 2022 22:43:39 +0100 (CET) From: jgart To: 54284@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-pytest-pudb. Date: Tue, 15 Mar 2022 17:41:48 -0400 Message-Id: <20220315214147.17096-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54284 Cc: jgart 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/check.scm (python-pytest-pudb): New variable. Hi, here is a version 2 of the patch that puts it in the check module instead. all best, jgart --- gnu/packages/check.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index c66ec4722f..970a8196b5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3082,6 +3082,41 @@ (define-public python-pytest-dependency skipped if any of the dependencies did fail or has been skipped.") (license license:asl2.0))) +(define-public python-pytest-pudb + ;; PyPi does not include tests + (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5") + (revision "0")) + (package + (name "python-pytest-pudb") + (version "0.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wronglink/pytest-pudb") + (commit commit))) + (file-name (string-append name "-" commit)) + (sha256 + (base32 "1c0pypxx3y8w7s5bz9iy3w3aablnhn81rnhmb0is8hf2qpm6k3w0")))) + (build-system python-build-system) + (propagated-inputs (list pudb)) + (native-inputs + (list python-pytest)) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-v"))))))) + (home-page "https://github.com/wronglink/pytest-pudb") + (synopsis "Pytest PuDB debugger integration") + (description + "@code{python-pytest-pudb} provides PuDB debugger integration based on + pytest PDB integration.") + (license license:expat)))) + (define-public python-pytest-datadir (package (name "python-pytest-datadir") -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 18:16:12 2022 Received: (at 54284) by debbugs.gnu.org; 18 Mar 2022 22:16:13 +0000 Received: from localhost ([127.0.0.1]:58586 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVKtI-0006Oo-Fv for submit@debbugs.gnu.org; Fri, 18 Mar 2022 18:16:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVKtG-0006JS-UW for 54284@debbugs.gnu.org; Fri, 18 Mar 2022 18:16:11 -0400 Received: from [2001:470:142:3::e] (port=36888 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVKtB-0003vW-8X; Fri, 18 Mar 2022 18:16:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8xRYPpIcvPqJm5px/N8+adC4Y2x3ZjTryJzDPzpNpBo=; b=UK96yMwY8sIHGr37elh3 fX4Rb7EGQzdRPpn0oedzvQ8kE8V0X4GAK4JxpCk4DeuHToBZ7YeOjNeoUvb+yzHMZA3XuiPmFgXI5 HUG8SNMrl+SroOg8Cz0GOq/p3uU+JsB9aQIn+KvNoKv9ta3SCBFUlBqolck7PCWMA9RZchoKBWUug JQGYG2r5s5LqjdN+LEbHtWuKrpoIhw8pcF72EhjZPfcKNKxwBsyg6unErWRlAlxtfXzRojyJA/s7h WxCBtj+94cZHaInxJpuGbnMacerEk7YlvMAujDF2y48lsR8y9vqRxQ27jdWHm9cANM5fzN9kiRNCE nJtV+R1SWBW7qQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55389 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVKtA-0001lJ-RL; Fri, 18 Mar 2022 18:16:05 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#54284: [PATCH] gnu: Add python-pytest-pudb. References: <20220307053725.25934-1-jgart@dismail.de> <20220315214147.17096-1-jgart@dismail.de> Date: Fri, 18 Mar 2022 23:16:03 +0100 In-Reply-To: <20220315214147.17096-1-jgart@dismail.de> (jgart@dismail.de's message of "Tue, 15 Mar 2022 17:41:48 -0400") Message-ID: <8735jeq53w.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54284 Cc: 54284@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 (---) Hi, jgart skribis: > * gnu/packages/check.scm (python-pytest-pudb): New variable. [...] > +(define-public python-pytest-pudb > + ;; PyPi does not include tests > + (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5") > + (revision "0")) > + (package > + (name "python-pytest-pudb") > + (version "0.7.0") Could you clarify in a comment how this commit relates to this version number? You can remove the =E2=80=98revision=E2=80=99 variable, since it= =E2=80=99s unused. > + (file-name (string-append name "-" commit)) Rather: (file-name (git-file-name name version)). > + (synopsis "Pytest PuDB debugger integration") > + (description > + "@code{python-pytest-pudb} provides PuDB debugger integration based on > + pytest PDB integration.") ^ Extra space here. IWBN if you could add a sentence or two explaining what that means. :-) Last, please pass it through =E2=80=98guix style=E2=80=99. Could you send an updated patch? TIA! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 18 21:52:41 2022 Received: (at 54284) by debbugs.gnu.org; 19 Mar 2022 01:52:42 +0000 Received: from localhost ([127.0.0.1]:58791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVOGn-0004y7-Mh for submit@debbugs.gnu.org; Fri, 18 Mar 2022 21:52:41 -0400 Received: from mx1.dismail.de ([78.46.223.134]:14682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVOGl-0004xq-Ko for 54284@debbugs.gnu.org; Fri, 18 Mar 2022 21:52:40 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3fcda4f1; Sat, 19 Mar 2022 02:52:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=hqpJIb5baSgf/1WzHrosALDO4fdSaQTwrYp0+ONVWDU=; b= Zja6J0JF0GmTXHHTEkKRTrBeO1RBEpYM4gE4DBkqzrwbrnYJKQuuT/e5dKo17W5/ pPMVI+sAIpJYOkXTytL0FQoWp900cQCRYEOQJOa3TqhpLUXgFZ9cWL/XcTDejvzE YbKs87gien8Kjj8IQ4CmAbvv68RwvC1B65c6QVmwbb9XSVIXLdTzFByn6YiOer6O XOlV+dnsBL4GM0+UhQ8YE5INYjezEDb+CcKIiKkx+SSK4JuEsjbPXCi0H7Q/JsIe cklGqPUaK2GH98LRRPC2kADmotuLggRgFyPORj/a9rOuFcv04w9YHH8YLRkZJkFp s8oQvICjDWt+ZSKAPsrNQg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5ee272a6; Sat, 19 Mar 2022 02:52:32 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id b66f2ac9; Sat, 19 Mar 2022 02:52:32 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 20b50358 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 19 Mar 2022 02:52:31 +0100 (CET) From: jgart To: 54284@debbugs.gnu.org Subject: [PATCH v2] gnu: Add python-pytest-pudb. Date: Fri, 18 Mar 2022 21:51:05 -0400 Message-Id: <20220319015104.17516-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 54284 Cc: Ludovic Court s , jgart 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.8 (/) * gnu/packages/check.scm (python-pytest-pudb): New variable. Hi Ludo, Thanks for the review. It is much appreciated. Here's v2. Let me know if there is anything else to fix. I think I got it all... all best, jgart https://whereis.みんな/ gemini://whereis.みんな/ --- gnu/packages/check.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index c66ec4722f..335ab7ab11 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3082,6 +3082,41 @@ (define-public python-pytest-dependency skipped if any of the dependencies did fail or has been skipped.") (license license:asl2.0))) +(define-public python-pytest-pudb + ;; PyPi does not include tests + (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5")) + (package + (name "python-pytest-pudb") + ;; Version mentioned in setup.py version field. + (version "0.7.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wronglink/pytest-pudb") + (commit commit))) + (file-name (git-file-name name commit)) + (sha256 + (base32 + "1c0pypxx3y8w7s5bz9iy3w3aablnhn81rnhmb0is8hf2qpm6k3w0")))) + (build-system python-build-system) + (propagated-inputs (list pudb)) + (native-inputs (list python-pytest)) + (arguments + `(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (when tests? + (add-installed-pythonpath inputs outputs) + (invoke "pytest" "-v"))))))) + (home-page "https://github.com/wronglink/pytest-pudb") + (synopsis "Pytest PuDB debugger integration") + (description + "@code{python-pytest-pudb} provides PuDB debugger integration based +on pytest PDB integration. For example, the software developer can +call pudb by running @code{py.test --pudb} from the command line or by +including @code{pudb.set_trace} in their test file(s).") + (license license:expat)))) + (define-public python-pytest-datadir (package (name "python-pytest-datadir") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 20 04:17:03 2022 Received: (at 54284) by debbugs.gnu.org; 20 Mar 2022 08:17:03 +0000 Received: from localhost ([127.0.0.1]:32802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVqkJ-0005hb-At for submit@debbugs.gnu.org; Sun, 20 Mar 2022 04:17:03 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:32842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVqkH-0005h8-5i for 54284@debbugs.gnu.org; Sun, 20 Mar 2022 04:17:02 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id 8YGz270034UW6Th01YGzKG; Sun, 20 Mar 2022 09:16:59 +0100 Message-ID: <835449298073c4bc05da5e1e280f1a1d87719bab.camel@telenet.be> Subject: Re: [bug#54284] [PATCH v2] gnu: Add python-pytest-pudb. From: Maxime Devos To: jgart , 54284@debbugs.gnu.org Date: Sun, 20 Mar 2022 09:16:54 +0100 In-Reply-To: <20220315214147.17096-1-jgart@dismail.de> References: <20220307053725.25934-1-jgart@dismail.de> <20220315214147.17096-1-jgart@dismail.de> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-Wf+56j+T+a02IMAf+R55" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647764219; bh=pGYfcsP04vu/qbMsSALHscAU3rMNplAqlKQzbuddRTI=; h=Subject:From:To:Date:In-Reply-To:References; b=HtNV+zeirvpSF543sZ8XFpMTIscRM9wKuQGMlacHv0pMT6Q6tQstqYFOSpgZgm7Gx BIZKwRLq0dbF5MKG/QYCwbD3gS20ZXITIs3Ad1nbBuN+5yzkvhDF6Mxk9XCslbagRz Y4p3gg9D6TBJ5lF1ONqm6fA/ki+/9uCNQeG426jAuZ/KVCNs2ay/SZwwXLnPQ8MxP5 1xyYor3UbGmWGXtIkXUV/n8/wxQLo4d5OUZzyYB8DuPNy9wQcN8q9mgT8SRgOS+0rn M9UBVtEoKBS5wYclWM5p3n7KBL1iQ5doKsugd4jFZJqO6D+axkJIkGrWPRcxSCKdai hWMvd4Iss5lyQ== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54284 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 (-) --=-Wf+56j+T+a02IMAf+R55 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable jgart via Guix-patches via schreef op di 15-03-2022 om 17:41 [-0400]: > +=C2=A0 (let ((commit "a6b3d2f4d35e558d72bccff472ecde9c9d9c69e5") This commit is only used in a single place, so don't see any need to put it in a variable. Greetings, Maxime. --=-Wf+56j+T+a02IMAf+R55 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjbi9hccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7r4mAP9QiYqcvfrlNIktYHCJYR0xZOl8 0EbxPvP4wtJRwrCfawEA+F/XTH7Enz/8emO7Th/atn6fRyzrI32Blkmt1udVbQc= =4q7S -----END PGP SIGNATURE----- --=-Wf+56j+T+a02IMAf+R55-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 21 09:37:14 2022 Received: (at 54284-done) by debbugs.gnu.org; 21 Mar 2022 13:37:14 +0000 Received: from localhost ([127.0.0.1]:36173 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWIDi-00036e-0g for submit@debbugs.gnu.org; Mon, 21 Mar 2022 09:37:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34232) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nWIDg-00036R-RH for 54284-done@debbugs.gnu.org; Mon, 21 Mar 2022 09:37:13 -0400 Received: from [2001:470:142:3::e] (port=42480 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWIDb-0002sm-JK; Mon, 21 Mar 2022 09:37:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=/DhoYDR7SXsEXtI+JI7aIwQEd0/m2zPGHrfIOLT+GUw=; b=sWnkThFFjiUa2pt4LqaW av3lPRzWth7EZIZ7r2A82vq65wIxQY72vu8reLU34yRHaR3VGf1TmxXbOXDR0wW461MuKpZN5CHc4 GgfHWsh6s/DNlDtRvbnOqe/zWkpYCHf9VAQdOjy9DTmdGEFsGq6+LSIxfA+CBCaDfBricBphdD57H 7a/gc1ihyGevWuwTe4cCIFsdi/vgozmr0sXdEaWi4FX7P/sTht7TFMroUwjsZz0hGeCaQnbmPl85g iCaPmra9HOCWJSeB69CgGlzEzmkmE4fKs3YHdPURdZbvA6wFSzeg9YAcnrCuv5JjZTA4WB4uIA2bA HgTVLdO/JBoeag==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50923 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nWIDb-0002m2-6Y; Mon, 21 Mar 2022 09:37:07 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: [PATCH v2] gnu: Add python-pytest-pudb. References: <20220319015104.17516-1-jgart@dismail.de> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 Germinal an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 21 Mar 2022 14:37:05 +0100 In-Reply-To: <20220319015104.17516-1-jgart@dismail.de> (jgart@dismail.de's message of "Fri, 18 Mar 2022 21:51:05 -0400") Message-ID: <87lex3juke.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54284-done Cc: 54284-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 (---) Hi jgart, jgart skribis: > * gnu/packages/check.scm (python-pytest-pudb): New variable. Perfect. Applied, thanks! Ludo=E2=80=99. From unknown Sat Jun 21 03:26:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 19 Apr 2022 11:24:08 +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