From unknown Sun Aug 10 16:51:30 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#42258 <42258@debbugs.gnu.org> To: bug#42258 <42258@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile. Reply-To: bug#42258 <42258@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:51:30 +0000 retitle 42258 [PATCH] gnu: python-scikit-image: Add dependency on python-im= ageio and python-tifffile. reassign 42258 guix-patches submitter 42258 Vinicius Monego severity 42258 normal tag 42258 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 07 23:49:18 2020 Received: (at submit) by debbugs.gnu.org; 8 Jul 2020 03:49:18 +0000 Received: from localhost ([127.0.0.1]:37191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt15B-0001j0-P9 for submit@debbugs.gnu.org; Tue, 07 Jul 2020 23:49:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:48892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt159-0001is-6v for submit@debbugs.gnu.org; Tue, 07 Jul 2020 23:49:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt158-0001T3-VX for guix-patches@gnu.org; Tue, 07 Jul 2020 23:49:14 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57715) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt156-0007gn-9n for guix-patches@gnu.org; Tue, 07 Jul 2020 23:49:14 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B1F2F2400FB for ; Wed, 8 Jul 2020 05:49:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1594180148; bh=i+fETfyhpU45rnYNlcMSF+yyOQo4On1tZDa6ablVrO8=; h=From:To:Cc:Subject:Date:From; b=GodmQ07/45p5tsusTorRd7Frkz5mybh2F00WCQXGq4iYqhY/mlVQdricTPiJ1tJGA FJWxtVL1/gL7jg5oJ+0rOHCAyo+KzYcC7SNnoPylkP0DTv4aB1/KeOHWUAet1JKjJN 0IuAqrrhs++ZeHqHceVAMMpNFWFHc4d8I9wdCTBYtRElST2GUPK8AGrpEf5CxQ5oZg uUOov4qY1+k3x5D5vyFJjAqR/bE23f4MwQLfZmAjtQWUxvP3kRjW0ofBGaWiXgLds7 E8TKN0t+c65izGVfiTdtc/Xx2HRhDQs9CBf72/yica0TssiqJgn3efinsAInsWf1fK 1jvQk9FFRmXvw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B1lfW1Mq8z9rxD; Wed, 8 Jul 2020 05:49:06 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile. Date: Wed, 8 Jul 2020 00:48:41 -0300 Message-Id: <20200708034841.60384-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/07 23:49:09 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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.3 (--) * gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add python-imageio and python-tifffile. --- Base dependencies listed in requirements/default.txt gnu/packages/python-science.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 3d6d4e909e..bbfa9fb8b2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -216,13 +216,15 @@ Cython.") (propagated-inputs `(("python-cloudpickle" ,python-cloudpickle) ("python-dask" ,python-dask) + ("python-imageio" ,python-imageio) ("python-matplotlib" ,python-matplotlib) ("python-networkx" ,python-networkx) ("python-numpy" ,python-numpy) ("python-pillow" ,python-pillow) ("python-pywavelets" ,python-pywavelets) ("python-scipy" ,python-scipy) - ("python-six" ,python-six))) + ("python-six" ,python-six) + ("python-tifffile" ,python-tifffile))) (native-inputs `(("python-cython" ,python-cython))) (home-page "https://scikit-image.org/") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 08 06:00:08 2020 Received: (at 42258-done) by debbugs.gnu.org; 8 Jul 2020 10:00:08 +0000 Received: from localhost ([127.0.0.1]:37431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt6s3-0002cE-TG for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:00:08 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:34595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt6s2-0002a4-5f for 42258-done@debbugs.gnu.org; Wed, 08 Jul 2020 06:00:06 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 58463240004; Wed, 8 Jul 2020 09:59:59 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#42258] [PATCH] gnu: python-scikit-image: Add dependency on python-imageio and python-tifffile. References: <20200708034841.60384-1-monego@posteo.net> Date: Wed, 08 Jul 2020 11:59:57 +0200 In-Reply-To: <20200708034841.60384-1-monego@posteo.net> (Vinicius Monego's message of "Wed, 8 Jul 2020 00:48:41 -0300") Message-ID: <878sfu5ntu.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42258-done Cc: 42258-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.7 (-) Hello, Vinicius Monego writes: > * gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add > python-imageio and python-tifffile. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sun Aug 10 16:51:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 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