From unknown Sat Sep 20 21:34: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#54874 <54874@debbugs.gnu.org> To: bug#54874 <54874@debbugs.gnu.org> Subject: Status: [PATCH 4/5] gnu: python-vedo: Remove input labels. Reply-To: bug#54874 <54874@debbugs.gnu.org> Date: Sun, 21 Sep 2025 04:34:25 +0000 retitle 54874 [PATCH 4/5] gnu: python-vedo: Remove input labels. reassign 54874 guix-patches submitter 54874 "Paul A. Patience" severity 54874 normal tag 54874 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 21:22:50 2022 Received: (at submit) by debbugs.gnu.org; 12 Apr 2022 01:22:50 +0000 Received: from localhost ([127.0.0.1]:46574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5F4-0003VK-4r for submit@debbugs.gnu.org; Mon, 11 Apr 2022 21:22:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:58980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne5En-0003Uc-6T for submit@debbugs.gnu.org; Mon, 11 Apr 2022 21:22:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41964) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5En-0004Vz-1I for guix-patches@gnu.org; Mon, 11 Apr 2022 21:22:33 -0400 Received: from mail-4323.proton.ch ([185.70.43.23]:50706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ne5El-0001ZO-6c for guix-patches@gnu.org; Mon, 11 Apr 2022 21:22:32 -0400 Date: Tue, 12 Apr 2022 01:22:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649726549; bh=RMA0eOqbrT54fixWwH1NksStjUAMXMEEGd8mFls+2xQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=VL+jAuS1MqgaL/3Qr2jSxZICZ8vSuGm2sP+8+p7OIUFU6CILFouSgBD1za8WJtUNk RT3geosN9ew4bE/LzArjDzQeQcTnyZjBlIfUGWcbspy2Ohv7YG6Nyml8EibbYvMjg9 B1UzxfgP1SY7XLozCY9U6yXTlAwJ1u9ps0YZX0pANta18Of+YO9b6BHSJW9NPgc5nO EEAsQWyd88YW0C37o03eOMvqaSf47kjnnTfFNsz2/0qVokuCQTGcuyk06aDjJ+3Mx/ 5xAWJ1wK9NnZV6oVexPet2kPDt9sxivP7veE/S/GqhbjZxb4UIvcCzFr4aLvA2d8rV /QaOh+17chUqw== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH 4/5] gnu: python-vedo: Remove input labels. Message-ID: <20220412012143.30573-5-paul@apatience.com> In-Reply-To: <20220412012143.30573-1-paul@apatience.com> References: <20220412012143.30573-1-paul@apatience.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.23; envelope-from=paul@apatience.com; helo=mail-4323.proton.ch 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, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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.0 (+) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels and sort the inputs. [propagated-inputs]: Remove labels. --- gnu/packages/python-science.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.= scm index 4538904b68..3afaa0efc2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -886,14 +886,14 @@ (define-public python-vedo (invoke "./run_all.sh"))) '("common" "dolfin"))))))))) (inputs ; for the check phase - `(("dolfin" ,fenics) - ("pkgconfig" ,python-pkgconfig) - ("matplotlib" ,python-matplotlib))) + (list fenics + python-matplotlib + python-pkgconfig)) (native-inputs ; for python-pkgconfig (list pkg-config)) (propagated-inputs - `(("numpy" ,python-numpy) - ("vtk" ,vtk))) + (list python-numpy + vtk)) (home-page "https://github.com/marcomusy/vedo") (synopsis "Analysis and visualization of 3D objects and point clouds") -- 2.35.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 02:00:57 2022 Received: (at control) by debbugs.gnu.org; 12 Apr 2022 06:00:57 +0000 Received: from localhost ([127.0.0.1]:47129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne9aD-0002Pw-0x for submit@debbugs.gnu.org; Tue, 12 Apr 2022 02:00:57 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:23663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ne9aA-0002Pi-FC for control@debbugs.gnu.org; Tue, 12 Apr 2022 02:00:55 -0400 Received: from lprikler-laptop.ist.intra (gw.ist.tugraz.at [129.27.202.101]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Kcw7k5km8z1LLyW for ; Tue, 12 Apr 2022 08:00:50 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4Kcw7k5km8z1LLyW DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1649743250; bh=FsNDWPPUjcRYUyJbvVTdLvsimDIdBys8RiLuJEH5ask=; h=Subject:From:To:Date:From; b=stZUOAAGaLxrIzatQsG65TCW4wA4ew+VksYOlwAWjXAAYmSXDZrMGwaiwoT0X9QpA AQpa0vCdDl06HBQaiuvx4YSgziwz1Ss+mKSg/j6ruuFuTk1B1NHrRUO9nPvJ9JXMgA ICVg5tpg/kjh1JfHc2rm6Sgn7PIQlG0UxNPA0WS0= Message-ID: Subject: From: Liliana Marie Prikler To: control@debbugs.gnu.org Date: Tue, 12 Apr 2022 08:00:49 +0200 Content-Type: text/plain User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: waObeELIUl4ypBWmcn/8wQ X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: 1.4 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: merge 54869 54870 54871 54872 54873 54874 thanks Content analysis details: (1.4 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [129.27.2.202 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [129.27.2.202 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty -0.0 T_SCC_BODY_TEXT_LINE No description available. 1.7 BODY_EMPTY No body text in message X-Debbugs-Envelope-To: control 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.4 (/) merge 54869 54870 54871 54872 54873 54874 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri May 06 09:11:45 2022 Received: (at 54874-done) by debbugs.gnu.org; 6 May 2022 13:11:45 +0000 Received: from localhost ([127.0.0.1]:47471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmxkH-0004Vv-0p for submit@debbugs.gnu.org; Fri, 06 May 2022 09:11:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmxkF-0004Vh-IZ; Fri, 06 May 2022 09:11:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44818) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmxkA-0007QZ-B9; Fri, 06 May 2022 09:11:38 -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=BumthhIKmaYMWWO7Z2YbhXk4oRa+6xkHsz5MqphorCQ=; b=SF2dP9wIyMDdbI7iO+LG Q9I/+JrFIrS5wOmmeInSfooLycMrI9BQnNe0CCI+q44vGnowEZTs8XXt7rW74GJfP4iba/QbAb1T0 B/d9OxhSsaL5NY2JLr8VqEp19S8Zxkjr8RP3UVLgLTJ07mOjPfA+Q1H5J82KjswO6F1bIxPCvsraI xKjzcZaG5vqCAuK3kpi177/m7v6Unx54Y9ji2dOgBpebDbQiKHu/kbTPW3tuvMP7ShXtZ1A6e2G5/ bEuEmTAxZmON0A60pAF2GGESTWXVonzumwM12H15Sx88ZpnCwr+tREZR9p1Juppl9CcijeP0rjYyW EPZOeShavOZVEg==; Received: from [193.50.110.244] (port=52664 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmxk7-0004Qy-O0; Fri, 06 May 2022 09:11:38 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#54874: [PATCH 4/5] gnu: python-vedo: Remove input labels. References: <20220412012143.30573-1-paul@apatience.com> <20220422202538.106338-1-paul@apatience.com> Date: Fri, 06 May 2022 15:11:33 +0200 In-Reply-To: <20220422202538.106338-1-paul@apatience.com> (Paul A. Patience's message of "Fri, 22 Apr 2022 20:25:41 +0000") Message-ID: <878rre4xh6.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: 54874-done Cc: 54874-done@debbugs.gnu.org, 54869-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 Paul, "Paul A. Patience" skribis: > gnu: fenics-dolfin: Honor #:tests? flag. > gnu: fenics: Honor #:tests? flag. > gnu: fenics: Fix sanity check. > gnu: python-vedo: Honor #:tests? flag. > gnu: python-vedo: Remove input labels. > gnu: python-vedo: Disable sanity check. > gnu: python-vedo: Update to 2022.2.0. Finally applied. Thank you, and thanks Maxime for reviewing! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 06 09:36:35 2022 Received: (at 54874-done) by debbugs.gnu.org; 6 May 2022 13:36:35 +0000 Received: from localhost ([127.0.0.1]:47509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmy8J-0007TX-1w for submit@debbugs.gnu.org; Fri, 06 May 2022 09:36:35 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:50808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nmy8G-0007TE-H5 for 54874-done@debbugs.gnu.org; Fri, 06 May 2022 09:36:33 -0400 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by albert.telenet-ops.be with bizsmtp id TRcW270094UW6Th06RcWFR; Fri, 06 May 2022 15:36:30 +0200 Message-ID: <848c6b4baaf973053fcbebdb0bfd4a551141266b.camel@telenet.be> Subject: Re: [bug#54874] [PATCH 4/5] gnu: python-vedo: Remove input labels. From: Maxime Devos To: Ludovic =?ISO-8859-1?Q?Court=E8s?= , "Paul A. Patience" Date: Fri, 06 May 2022 15:36:25 +0200 In-Reply-To: <878rre4xh6.fsf_-_@gnu.org> References: <20220412012143.30573-1-paul@apatience.com> <20220422202538.106338-1-paul@apatience.com> <878rre4xh6.fsf_-_@gnu.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-vHYRm3SypPXWeI2x0Zhs" 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=1651844190; bh=1K2Ds0qk4FNW5q3NVs0EiPFwY5JAH1Do4YdGFVrDogw=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=JUdOP64Pgic9ReNmZ/vs33/d84vdgqz072Y57g/6juv+eBViWt2yVBdw9ddq4Hqi+ 3PhvDuzl4gxcwdQJ7PFB0m/kQtczrZZqVjx9TmxxU7PRCzezg1m93myDascxJhbzNj ordsn+UYwkbVwFX8eu6Lk47ksaI+mcLrsqQpOWAY41F+oErpY3rDMq3pXtsUXdfhLO 3HLvErn4oJuBlwyFvqlZjyozhQUrFOid0lnkE0ekRGOe7VJKf3dMlbq54N9sjKqsgr HmT6rSBcJ8UQJGEbVQkJc9EsCV7wOpEaPkLdMjxVlYOqPaVBgIzGYiuFPLytsFX3++ cvYrmBKlect3A== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54874-done Cc: 54874-done@debbugs.gnu.org, 54869-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 (-) --=-vHYRm3SypPXWeI2x0Zhs Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s schreef op vr 06-05-2022 om 15:11 [+0200]: > Finally applied.=C2=A0 Thank you, and thanks Maxime for reviewing! TBC I only looked rather superficially at things, I haven't build any of the packages myself or looked into the source code of the packages. Greetings, Maxime. --=-vHYRm3SypPXWeI2x0Zhs 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+4iGRcl7gUCYnUkWRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7nqeAP9eDLVOKdzpZ7MV99qnekvrr27l BNEjxIqriAnKO7L4AwEAshWHFTehxvdu/L+3K8KfadoqPl+RaXD+smPHubRVuwk= =wxXO -----END PGP SIGNATURE----- --=-vHYRm3SypPXWeI2x0Zhs-- From unknown Sat Sep 20 21:34: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: Sat, 04 Jun 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