From unknown Tue Sep 09 14:02:37 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#47022 <47022@debbugs.gnu.org> To: bug#47022 <47022@debbugs.gnu.org> Subject: Status: [PATCH 1/3] gnu: Add python-pooch. Reply-To: bug#47022 <47022@debbugs.gnu.org> Date: Tue, 09 Sep 2025 21:02:37 +0000 retitle 47022 [PATCH 1/3] gnu: Add python-pooch. reassign 47022 guix-patches submitter 47022 Vinicius Monego severity 47022 normal tag 47022 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 09 09:14:54 2021 Received: (at submit) by debbugs.gnu.org; 9 Mar 2021 14:14:54 +0000 Received: from localhost ([127.0.0.1]:46046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJd8N-0005fE-2Q for submit@debbugs.gnu.org; Tue, 09 Mar 2021 09:14:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:40724) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJd8I-0005f3-2g for submit@debbugs.gnu.org; Tue, 09 Mar 2021 09:14:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36764) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lJd8H-0007Z5-Su for guix-patches@gnu.org; Tue, 09 Mar 2021 09:14:45 -0500 Received: from mout01.posteo.de ([185.67.36.65]:58535) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lJd8E-0000J8-Bp for guix-patches@gnu.org; Tue, 09 Mar 2021 09:14:45 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 1EF0516005F for ; Tue, 9 Mar 2021 15:14:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1615299278; bh=nlnOy37NvKNtmS5yJbrqoS3oPrMDkvk7JGm2ixu1RsY=; h=From:To:Cc:Subject:Date:From; b=l4vRwZZ5y1ocQ4nzWT4ncNqcFrzFo4iqsuyQUmI4K5PreITX8zWa/I9kJEbboa3rW izbzDGm9AOv63SLk+tN10byw9G4qvVOi+UzaRAvN8PibyiAamd+ziYQ0gvqO1323u/ ZdqRuq2ock3i8difnuXQjbgMl2sfaocvxFCV0Wy+CfG7KJDYV6j+MP8tdNhM6Pkl0E iyOvRFOJ0g0uurr2K1I7VyT4MJQOQCtAe9+bcUHRB+WgSWP3iGFriLSERqyhGMSxNx mJadT2xCpe0MsdaTRpT9LYCVclXl7b/UFHIFmEnPLgGcTCH6PwQ0/0+4iib+jYodQ8 pNGz+C9Dde4jw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dvxzc1fVZz6tm6; Tue, 9 Mar 2021 15:14:35 +0100 (CET) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add python-pooch. Date: Tue, 9 Mar 2021 11:12:09 -0300 Message-Id: <20210309141209.1651-1-monego@posteo.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de 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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-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-xyz.scm (python-pooch): New variable. --- gnu/packages/python-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 912b9db62b..c1b67bffc6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19248,6 +19248,31 @@ library: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection.") (license license:bsd-3))) +(define-public python-pooch + (package + (name "python-pooch") + (version "1.3.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pooch" version)) + (sha256 + (base32 "1618adsg9r8fsv422sv35z1i723q3a1iir5v7dv2sklh4pl4im1h")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) ;requires online data + (propagated-inputs + `(("python-appdirs" ,python-appdirs) + ("python-packaging" ,python-packaging) + ("python-requests" ,python-requests))) + (home-page "https://github.com/fatiando/pooch") + (synopsis "Manage your Python library's sample data files") + (description + "Pooch manages your Python library's sample data files: it automatically +downloads and stores them in a local directory, with support for versioning +and corruption checks.") + (license license:bsd-3))) + (define-public python-fasteners (package (name "python-fasteners") -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 09 09:18:45 2021 Received: (at 47022) by debbugs.gnu.org; 9 Mar 2021 14:18:45 +0000 Received: from localhost ([127.0.0.1]:46066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJdC8-0005mk-U5 for submit@debbugs.gnu.org; Tue, 09 Mar 2021 09:18:45 -0500 Received: from mout01.posteo.de ([185.67.36.65]:55396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJdC7-0005mJ-8e for 47022@debbugs.gnu.org; Tue, 09 Mar 2021 09:18:43 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0776916005F for <47022@debbugs.gnu.org>; Tue, 9 Mar 2021 15:18:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1615299517; bh=Y5j4Aqd3SeXWdSNtMRrOQy1m+hx0tEypr46cJSC5YAc=; h=From:To:Cc:Subject:Date:From; b=rif0ODij3K5SLTVksVq5yqtAe+JtD438I3MP4LNtyB+3lBxwGCycGA2Yek+CeAJ5C p8sisQgY40uHwHlBXpswMMTuZEKNpBBWOxWPDggKcL4pUZ73nfdRxRN5UcxC0XR3Zc ddC6BBQrlI/HXigCqJM0+VnwviLznRlfwoKKS0PzZGo5rc3DLBW4kTH4/5t47orDFw vxKAJKoHzSTW8PZzX0/3EcsLGmwigftx2I3TBZeH2U0NUZ7fSoEYIAsG65UolRiQeY Kd8QZPF9PxHfqVpD1XlYG1C0mWdqdqTXqcwUsMMlQjXtW7xxgtIYQwDr4dAYE/VDO2 B7E76UXPr65SQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dvy4B5nNzz9rxr; Tue, 9 Mar 2021 15:18:34 +0100 (CET) From: Vinicius Monego To: 47022@debbugs.gnu.org Subject: [PATCH 2/3] gnu: python-scikit-image: Update to 0.18.1. Date: Tue, 9 Mar 2021 11:15:54 -0300 Message-Id: <20210309141555.1892-1-monego@posteo.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47022 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: -3.3 (---) * gnu/packages/python-science.scm (python-scikit-image): Update to 0.18.1. [propagated-inputs]: Remove python-six. --- gnu/packages/python-science.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index a1e2b57669..250ab4a192 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2019 Maxim Cournoyer ;;; Copyright © 2019 Giacomo Leidi ;;; Copyright © 2020 Pierre Langlois -;;; Copyright © 2020 Vinicius Monego +;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2021 Greg Hogan ;;; ;;; This file is part of GNU Guix. @@ -240,18 +240,18 @@ logic, also known as grey logic.") (define-public python-scikit-image (package (name "python-scikit-image") - (version "0.17.2") + (version "0.18.1") (source (origin (method url-fetch) (uri (pypi-uri "scikit-image" version)) (sha256 - (base32 "1cyqqbcbrg3prc36wis0sm3q5rjhd7h9bp33jwfyixzhi02lr5dx")))) + (base32 "0wgisa03smhrphcjnhq7waa5vyyd32b67hblapjbqrqqj751idpv")))) (build-system python-build-system) (arguments ;; TODO: Some tests require running X11 server. Disable them? '(#:tests? #f)) - ;; See DEPENDS.txt for the list of build and run time requiremnts + ;; See requirements/ for the list of build and run time requirements. (propagated-inputs `(("python-cloudpickle" ,python-cloudpickle) ("python-dask" ,python-dask) @@ -262,7 +262,6 @@ logic, also known as grey logic.") ("python-pillow" ,python-pillow) ("python-pywavelets" ,python-pywavelets) ("python-scipy" ,python-scipy) - ("python-six" ,python-six) ("python-tifffile" ,python-tifffile))) (native-inputs `(("python-cython" ,python-cython))) -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 09 09:18:59 2021 Received: (at 47022) by debbugs.gnu.org; 9 Mar 2021 14:18:59 +0000 Received: from localhost ([127.0.0.1]:46082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJdCF-0005nd-BH for submit@debbugs.gnu.org; Tue, 09 Mar 2021 09:18:59 -0500 Received: from mout02.posteo.de ([185.67.36.66]:56019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJdCC-0005ma-7W for 47022@debbugs.gnu.org; Tue, 09 Mar 2021 09:18:49 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 816A22400FE for <47022@debbugs.gnu.org>; Tue, 9 Mar 2021 15:18:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1615299521; bh=YJy8tmFkk2p7yODONa5Zq3oSY51xs/dQk0VzNvxFfxw=; h=From:To:Cc:Subject:Date:From; b=QgAKDsqNFpmXrNlbjHkXYX9F05nUyKlkOKkTxCieu+CqhJbrSOUTxVtsCRsng5iHo Tpxl76vR+Vt0WHTyZV78L/hrgeC13q4MP5KkhEfeB+FnRJ7/WbKorm8w0fIl2bSIQ5 R6W1U4+4UyWhlBOmgChcKIRNxsajN9j80VKjKtlhLGX3v1yV6N7qvqypDTkqudKqIT pzOuOReqP5PKJIXMvAOZ8PIZDJiuJdckBUlSQQUZ7sJYSEhtGev4Ua+mqiw4PKgE4L cofVeyuzLtG3gMKe1R20pvJhlANC/+Vw6xi7G0cXkIjppHfxJr3zzflPYRdIbSrN++ dpSJBGizrNLJA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dvy4H3jQbz9rxQ; Tue, 9 Mar 2021 15:18:39 +0100 (CET) From: Vinicius Monego To: 47022@debbugs.gnu.org Subject: [PATCH 3/3] gnu: scikit-image: Enable tests. Date: Tue, 9 Mar 2021 11:15:55 -0300 Message-Id: <20210309141555.1892-2-monego@posteo.net> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210309141555.1892-1-monego@posteo.net> References: <20210309141555.1892-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47022 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: -3.3 (---) * gnu/packages/python-science.scm (scikit-image)[arguments]: Add phases related to tests. [native-inputs]: Add python-codecov, python-flake8, python-pytest, python-pytest-cov, python-pytest-localserver, python-wheel. --- gnu/packages/python-science.scm | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 250ab4a192..552c4c50cd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -36,6 +36,8 @@ #:use-module (gnu packages maths) #:use-module (gnu packages perl) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sphinx) @@ -249,9 +251,25 @@ logic, also known as grey logic.") (base32 "0wgisa03smhrphcjnhq7waa5vyyd32b67hblapjbqrqqj751idpv")))) (build-system python-build-system) (arguments - ;; TODO: Some tests require running X11 server. Disable them? - '(#:tests? #f)) + `(#:phases + (modify-phases %standard-phases + (add-before 'build 'change-home-dir + (lambda _ + ;; Change from /homeless-shelter to /tmp for write permission. + (setenv "HOME" "/tmp") + #t)) + (replace 'build + (lambda _ + (invoke "make"))) + (replace 'check + (lambda _ + ;; The following tests require online data. + (invoke "python" "-m" "pytest" "skimage" "--doctest-modules" "-k" + (string-append "not test_ndim" + " and not test_skin"))))))) ;; See requirements/ for the list of build and run time requirements. + ;; NOTE: scikit-image has an optional dependency on python-pooch, however + ;; propagating it would enable many more tests that require online data. (propagated-inputs `(("python-cloudpickle" ,python-cloudpickle) ("python-dask" ,python-dask) @@ -264,7 +282,13 @@ logic, also known as grey logic.") ("python-scipy" ,python-scipy) ("python-tifffile" ,python-tifffile))) (native-inputs - `(("python-cython" ,python-cython))) + `(("python-codecov" ,python-codecov) + ("python-cython" ,python-cython) + ("python-flake8" ,python-flake8) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-localserver" ,python-pytest-localserver) + ("python-wheel" ,python-wheel))) (home-page "https://scikit-image.org/") (synopsis "Image processing in Python") (description -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 09 10:52:06 2021 Received: (at 47022) by debbugs.gnu.org; 9 Mar 2021 15:52:06 +0000 Received: from localhost ([127.0.0.1]:47747 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJeeT-00008W-MR for submit@debbugs.gnu.org; Tue, 09 Mar 2021 10:52:05 -0500 Received: from mout01.posteo.de ([185.67.36.65]:60739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJeeR-00007l-Ne for 47022@debbugs.gnu.org; Tue, 09 Mar 2021 10:52:04 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id EE88C160061 for <47022@debbugs.gnu.org>; Tue, 9 Mar 2021 16:51:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1615305117; bh=lOqaWSlh0493vUKiSTjItH1i5UKZZN7oTjA4eavjpBM=; h=From:To:Cc:Subject:Date:From; b=S79kBoqGgppTlmf85BmLquVQ7+peMHeRXxFhDDsCuKsm/TK49M6RTV7HWKAs1BNYk 7fjT9RG+Wp9CXYx5FM1oB1GS9un1sOs/Kd56UfEncxbhKqcmdCrpz1aRetPnOG2i6I OkDMYKzYDHlG6v+khdikEhmgLpxYCMG50jc9eGq+iVf2+SWT0v7uUYtjCm63wfBuhg hj4RbkL4Z4xXta/VCKJVximSQ9TZiOVwYD5FzMPR/lTXxt/ZkKD6oe8Q/SBcaPKd0s 1iqjJZxqhspfyBcgsB2dC/KX1nY8NoueWMP1pfLzywFp6wqk1YE/zdgoJUbYE+JEkn 35oztwVPpZRZA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Dw07s50R0z6tm8; Tue, 9 Mar 2021 16:51:53 +0100 (CET) From: Vinicius Monego To: 47022@debbugs.gnu.org Subject: [PATCH v2 3/3] gnu: python-scikit-image: Enable tests. Date: Tue, 9 Mar 2021 12:51:14 -0300 Message-Id: <20210309155114.5517-1-monego@posteo.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47022 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: -3.3 (---) * gnu/packages/python-science.scm (python-scikit-image)[arguments]: Add phases related to tests. [native-inputs]: Add python-codecov, python-flake8, python-pytest, python-pytest-cov, python-pytest-localserver, python-wheel. --- Same patch, only changed commit message. gnu/packages/python-science.scm | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 250ab4a192..552c4c50cd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -36,6 +36,8 @@ #:use-module (gnu packages maths) #:use-module (gnu packages perl) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sphinx) @@ -249,9 +251,25 @@ logic, also known as grey logic.") (base32 "0wgisa03smhrphcjnhq7waa5vyyd32b67hblapjbqrqqj751idpv")))) (build-system python-build-system) (arguments - ;; TODO: Some tests require running X11 server. Disable them? - '(#:tests? #f)) + `(#:phases + (modify-phases %standard-phases + (add-before 'build 'change-home-dir + (lambda _ + ;; Change from /homeless-shelter to /tmp for write permission. + (setenv "HOME" "/tmp") + #t)) + (replace 'build + (lambda _ + (invoke "make"))) + (replace 'check + (lambda _ + ;; The following tests require online data. + (invoke "python" "-m" "pytest" "skimage" "--doctest-modules" "-k" + (string-append "not test_ndim" + " and not test_skin"))))))) ;; See requirements/ for the list of build and run time requirements. + ;; NOTE: scikit-image has an optional dependency on python-pooch, however + ;; propagating it would enable many more tests that require online data. (propagated-inputs `(("python-cloudpickle" ,python-cloudpickle) ("python-dask" ,python-dask) @@ -264,7 +282,13 @@ logic, also known as grey logic.") ("python-scipy" ,python-scipy) ("python-tifffile" ,python-tifffile))) (native-inputs - `(("python-cython" ,python-cython))) + `(("python-codecov" ,python-codecov) + ("python-cython" ,python-cython) + ("python-flake8" ,python-flake8) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-pytest-localserver" ,python-pytest-localserver) + ("python-wheel" ,python-wheel))) (home-page "https://scikit-image.org/") (synopsis "Image processing in Python") (description -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 13 08:08:03 2021 Received: (at 47022-done) by debbugs.gnu.org; 13 Mar 2021 13:08:03 +0000 Received: from localhost ([127.0.0.1]:59280 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3zu-00030P-Oe for submit@debbugs.gnu.org; Sat, 13 Mar 2021 08:08:02 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:54587) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3zq-0002zs-O1 for 47022-done@debbugs.gnu.org; Sat, 13 Mar 2021 08:08:01 -0500 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 relay7-d.mail.gandi.net (Postfix) with ESMTPSA id EA89320006; Sat, 13 Mar 2021 13:07:51 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#47022] [PATCH 1/3] gnu: Add python-pooch. References: <20210309141209.1651-1-monego@posteo.net> Date: Sat, 13 Mar 2021 14:07:51 +0100 In-Reply-To: <20210309141209.1651-1-monego@posteo.net> (Vinicius Monego's message of "Tue, 9 Mar 2021 11:12:09 -0300") Message-ID: <87blbnxkuw.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47022-done Cc: 47022-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-xyz.scm (python-pooch): New variable. Applied all three patches (v2 for the last one). Thank you. Regards, -- Nicolas Goaziou From unknown Tue Sep 09 14:02:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 11 Apr 2021 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