From unknown Fri Sep 05 20:36:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42066] [PATCH] gnu: python-imageio: Update home-page, synopsis and description. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 26 Jun 2020 20:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42066 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42066@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159320358522200 (code B ref -1); Fri, 26 Jun 2020 20:34:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 20:33:05 +0000 Received: from localhost ([127.0.0.1]:43147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov21-0005lv-ES for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:44488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov1z-0005ll-P3 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1z-0001fB-GE for guix-patches@gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55373) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1x-0003d4-A9 for guix-patches@gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 748612400FD for ; Fri, 26 Jun 2020 22:32:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1593203578; bh=0AuBTIeC1E+Rch0C4y3MMhbFJearBTgqFnuVQMGbOiE=; h=From:To:Cc:Subject:Date:From; b=NLOl6jl2okjKwZfc1zRHF0proJAwAJ5tIL1BOLGfLvuy8Lqurj/mTTqpj0ODLQVii l95NyCSXsHiW1BtH601wtV0yZUYxjk5G0sRsG8Pb5SgkYbcteulTqtiusS9xwWLPNt w6f8b1m1ny67++CHmnmWJ+LF98vCQugajdqtYeHSKhGOpbZImqHSeoPT1F2OpvV5A6 9YJKQ9F34ThKI8hZX21RSK82181bF0tLX9gh0aiSLr38aiV0fYkx69hKq1SKQklDBq 5NPg5uFghrr0BWFxj16UT8zs7E5qTK8/eysD4+YG6Loa3YAb/rV7P1Oe0rX1fl4CgR 12+qqsiAKDTzg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49tpVK0rMQz6tmN; Fri, 26 Jun 2020 22:32:56 +0200 (CEST) From: Vinicius Monego Date: Fri, 26 Jun 2020 17:32:27 -0300 Message-Id: <20200626203227.15871-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200626203227.15871-1-monego@posteo.net> References: <87tuz06znc.fsf@gnu.org> <20200626203227.15871-1-monego@posteo.net> 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/06/26 16:25:15 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) 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-imageio): Update home-page, synopsis and description. --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4e53bc95f..c6d9b42083 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5424,11 +5424,12 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.") ("python-psutil" ,python-psutil))) (native-inputs `(("python-pytest" ,python-pytest))) - (home-page "https://github.com/imageio/imageio") - (synopsis "Read and write image, video, scientific, and volumetric data formats") + (home-page "https://imageio.github.io/") + (synopsis "Library for reading and writing a wide range of image data") (description - "This package provides a Python library for reading and writing a wide -range of image, video, scientific, and volumetric data formats.") + "Imageio is a Python library that provides an easy interface to read and +write a wide range of image data, including animated images, video, volumetric +data, and scientific formats.") (license license:bsd-2))) (define-public python-pycparser -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 29 17:22:43 2020 Received: (at control) by debbugs.gnu.org; 29 Jun 2020 21:22:43 +0000 Received: from localhost ([127.0.0.1]:49656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1Eg-00078I-Ra for submit@debbugs.gnu.org; Mon, 29 Jun 2020 17:22:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39210) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1Ec-00077z-FT for control@debbugs.gnu.org; Mon, 29 Jun 2020 17:22:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39049) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jq1EX-0003xV-8p for control@debbugs.gnu.org; Mon, 29 Jun 2020 17:22:33 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46914 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jq1EW-0003c8-My for control@debbugs.gnu.org; Mon, 29 Jun 2020 17:22:33 -0400 Date: Mon, 29 Jun 2020 23:22:29 +0200 Message-Id: <87o8p1a7oq.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #42066 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) merge 42066 42065 quit From unknown Fri Sep 05 20:36:30 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: Vinicius Monego Subject: bug#42066: closed (Re: [bug#42066] [PATCH] gnu: python-imageio: Update home-page, synopsis and description.) Message-ID: References: <87k0zpa7n8.fsf@gnu.org> <20200626203227.15871-2-monego@posteo.net> X-Gnu-PR-Message: they-closed 42066 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42066@debbugs.gnu.org Date: Mon, 29 Jun 2020 21:24:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1593465841-27590-1" This is a multi-part message in MIME format... ------------=_1593465841-27590-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42066: [PATCH] gnu: python-imageio: Update home-page, synopsis and descrip= tion. 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 42066@debbugs.gnu.org. --=20 42066: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42066 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1593465841-27590-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42066-done) by debbugs.gnu.org; 29 Jun 2020 21:23:37 +0000 Received: from localhost ([127.0.0.1]:49661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1FZ-0007AH-8X for submit@debbugs.gnu.org; Mon, 29 Jun 2020 17:23:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1FX-0007A5-Dw for 42066-done@debbugs.gnu.org; Mon, 29 Jun 2020 17:23:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39061) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jq1FS-00041v-33; Mon, 29 Jun 2020 17:23:30 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46918 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jq1FO-0003fC-BI; Mon, 29 Jun 2020 17:23:29 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vinicius Monego Subject: Re: [bug#42066] [PATCH] gnu: python-imageio: Update home-page, synopsis and description. References: <87tuz06znc.fsf@gnu.org> <20200626203227.15871-1-monego@posteo.net> <20200626203227.15871-2-monego@posteo.net> Date: Mon, 29 Jun 2020 23:23:23 +0200 In-Reply-To: <20200626203227.15871-2-monego@posteo.net> (Vinicius Monego's message of "Fri, 26 Jun 2020 17:32:27 -0300") Message-ID: <87k0zpa7n8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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: 42066-done Cc: 42066-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, Vinicius Monego skribis: > * gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsi= s and description. Applied, thanks! Ludo=E2=80=99. ------------=_1593465841-27590-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 20:33:05 +0000 Received: from localhost ([127.0.0.1]:43147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov21-0005lv-ES for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:44488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov1z-0005ll-P3 for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1z-0001fB-GE for guix-patches@gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from mout02.posteo.de ([185.67.36.66]:55373) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1x-0003d4-A9 for guix-patches@gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 748612400FD for ; Fri, 26 Jun 2020 22:32:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1593203578; bh=0AuBTIeC1E+Rch0C4y3MMhbFJearBTgqFnuVQMGbOiE=; h=From:To:Cc:Subject:Date:From; b=NLOl6jl2okjKwZfc1zRHF0proJAwAJ5tIL1BOLGfLvuy8Lqurj/mTTqpj0ODLQVii l95NyCSXsHiW1BtH601wtV0yZUYxjk5G0sRsG8Pb5SgkYbcteulTqtiusS9xwWLPNt w6f8b1m1ny67++CHmnmWJ+LF98vCQugajdqtYeHSKhGOpbZImqHSeoPT1F2OpvV5A6 9YJKQ9F34ThKI8hZX21RSK82181bF0tLX9gh0aiSLr38aiV0fYkx69hKq1SKQklDBq 5NPg5uFghrr0BWFxj16UT8zs7E5qTK8/eysD4+YG6Loa3YAb/rV7P1Oe0rX1fl4CgR 12+qqsiAKDTzg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49tpVK0rMQz6tmN; Fri, 26 Jun 2020 22:32:56 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: python-imageio: Update home-page, synopsis and description. Date: Fri, 26 Jun 2020 17:32:27 -0300 Message-Id: <20200626203227.15871-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200626203227.15871-1-monego@posteo.net> References: <87tuz06znc.fsf@gnu.org> <20200626203227.15871-1-monego@posteo.net> 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/06/26 16:25:15 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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-imageio): Update home-page, synopsis and description. --- gnu/packages/python-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4e53bc95f..c6d9b42083 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5424,11 +5424,12 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.") ("python-psutil" ,python-psutil))) (native-inputs `(("python-pytest" ,python-pytest))) - (home-page "https://github.com/imageio/imageio") - (synopsis "Read and write image, video, scientific, and volumetric data formats") + (home-page "https://imageio.github.io/") + (synopsis "Library for reading and writing a wide range of image data") (description - "This package provides a Python library for reading and writing a wide -range of image, video, scientific, and volumetric data formats.") + "Imageio is a Python library that provides an easy interface to read and +write a wide range of image data, including animated images, video, volumetric +data, and scientific formats.") (license license:bsd-2))) (define-public python-pycparser -- 2.20.1 ------------=_1593465841-27590-1-- From unknown Fri Sep 05 20:36:30 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: Vinicius Monego Subject: bug#42065: closed (Re: [bug#42066] [PATCH] gnu: python-imageio: Update home-page, synopsis and description.) Message-ID: References: <87k0zpa7n8.fsf@gnu.org> <20200626203227.15871-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 42065 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42065@debbugs.gnu.org Date: Mon, 29 Jun 2020 21:24:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1593465842-27590-3" This is a multi-part message in MIME format... ------------=_1593465842-27590-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42066: [PATCH] gnu: python-imageio: Update home-page and description. 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 42065@debbugs.gnu.org. --=20 42066: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42066 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1593465842-27590-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42066-done) by debbugs.gnu.org; 29 Jun 2020 21:23:37 +0000 Received: from localhost ([127.0.0.1]:49661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1FZ-0007AH-8X for submit@debbugs.gnu.org; Mon, 29 Jun 2020 17:23:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jq1FX-0007A5-Dw for 42066-done@debbugs.gnu.org; Mon, 29 Jun 2020 17:23:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39061) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jq1FS-00041v-33; Mon, 29 Jun 2020 17:23:30 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=46918 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jq1FO-0003fC-BI; Mon, 29 Jun 2020 17:23:29 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Vinicius Monego Subject: Re: [bug#42066] [PATCH] gnu: python-imageio: Update home-page, synopsis and description. References: <87tuz06znc.fsf@gnu.org> <20200626203227.15871-1-monego@posteo.net> <20200626203227.15871-2-monego@posteo.net> Date: Mon, 29 Jun 2020 23:23:23 +0200 In-Reply-To: <20200626203227.15871-2-monego@posteo.net> (Vinicius Monego's message of "Fri, 26 Jun 2020 17:32:27 -0300") Message-ID: <87k0zpa7n8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (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: 42066-done Cc: 42066-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, Vinicius Monego skribis: > * gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsi= s and description. Applied, thanks! Ludo=E2=80=99. ------------=_1593465842-27590-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 20:33:05 +0000 Received: from localhost ([127.0.0.1]:43145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov21-0005ls-6r for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:44436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jov1x-0005lM-Ai for submit@debbugs.gnu.org; Fri, 26 Jun 2020 16:33:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1w-0001dT-78 for guix-patches@gnu.org; Fri, 26 Jun 2020 16:33:00 -0400 Received: from mout02.posteo.de ([185.67.36.66]:49873) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jov1s-0003cK-V5 for guix-patches@gnu.org; Fri, 26 Jun 2020 16:32:59 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8C9772400FB for ; Fri, 26 Jun 2020 22:32:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1593203572; bh=jBy7uoKNDx5Fqc3aSCddSNmfDl55r/AuPD9cu8Vnu6k=; h=From:To:Cc:Subject:Date:From; b=AtAdAKaOsAj0mJgtm8PEkBwQ0ZI/P10+S/5Likeey3GfYGInnkhH+mNTKywtaN0tH vAcYZ4/3pUFf+YyF4UHHSTQU1imTYzvTYDVd0vZ48On+2SKk8wW8Dhu1pNmxatp/rf IVZd4rqPuGBi64o/xl0tSRZWCdGzCG62fTFtMlMswp5vfoaoBhlZWWJfDv+pL1mf62 nae9B9zZu1CYBuLSujXMCHdHZ/m+cRqohasCb4tRkmEJ24N2pltuoo4ftfeqNQ4Up5 fG6g/wvxG8G4rY5G/aA+ycN+H0zgCsGIJ0cBzDS3aQlM66oLsUGTKQ5f3HLEUJ1hji iO0uLr+WtUW8A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49tpVC17r7z6tmN; Fri, 26 Jun 2020 22:32:50 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: python-imageio: Update home-page and description. Date: Fri, 26 Jun 2020 17:32:26 -0300 Message-Id: <20200626203227.15871-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <87tuz06znc.fsf@gnu.org> References: <87tuz06znc.fsf@gnu.org> 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/06/26 16:25:15 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_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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-imageio): Update home-page and description. --- gnu/packages/python-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4e53bc95f..9ac26c02d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5424,11 +5424,12 @@ experimental data and metadata at the Laboratory for Fluorescence Dynamics.") ("python-psutil" ,python-psutil))) (native-inputs `(("python-pytest" ,python-pytest))) - (home-page "https://github.com/imageio/imageio") + (home-page "https://imageio.github.io/") (synopsis "Read and write image, video, scientific, and volumetric data formats") (description - "This package provides a Python library for reading and writing a wide -range of image, video, scientific, and volumetric data formats.") + "Imageio is a Python library that provides an easy interface to read and +write a wide range of image data, including animated images, video, volumetric +data, and scientific formats.") (license license:bsd-2))) (define-public python-pycparser -- 2.20.1 ------------=_1593465842-27590-3--