From unknown Fri Jun 20 07:09:53 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#40177 <40177@debbugs.gnu.org> To: bug#40177 <40177@debbugs.gnu.org> Subject: Status: [PATCH] Add Pyzo Reply-To: bug#40177 <40177@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:09:53 +0000 retitle 40177 [PATCH] Add Pyzo reassign 40177 guix-patches submitter 40177 Nicolas Goaziou severity 40177 normal tag 40177 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 21 16:44:49 2020 Received: (at submit) by debbugs.gnu.org; 21 Mar 2020 20:44:49 +0000 Received: from localhost ([127.0.0.1]:48259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFkzA-0005j3-Se for submit@debbugs.gnu.org; Sat, 21 Mar 2020 16:44:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:47421) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jFkz9-0005iw-LU for submit@debbugs.gnu.org; Sat, 21 Mar 2020 16:44:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50452) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFkz8-0002xB-9m for guix-patches@gnu.org; Sat, 21 Mar 2020 16:44:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFkz6-0002kT-9B for guix-patches@gnu.org; Sat, 21 Mar 2020 16:44:45 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:52057) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jFkz6-0002jO-1A for guix-patches@gnu.org; Sat, 21 Mar 2020 16:44:44 -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 relay7-d.mail.gandi.net (Postfix) with ESMTPSA id E2BF820002 for ; Sat, 21 Mar 2020 20:44:38 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add Pyzo Date: Sat, 21 Mar 2020 21:44:37 +0100 Message-ID: <8736a18mkq.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.200 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) --=-=-= Content-Type: text/plain Hello, The following patch adds Pyzo, a Python IDE. Feedback welcome. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-pyzo.patch Content-Description: Add Pyzo >From b1946b7d23b99f89550ef35173f51c76a51038b4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 21 Mar 2020 19:13:07 +0100 Subject: [PATCH] gnu: Add pyzo. * gnu/packages/python-xyz.scm (pyzo): New variable. --- gnu/packages/python-xyz.scm | 39 +++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d0da9b36c3..09a1a5534d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18358,3 +18358,42 @@ sequences.") (define-public python2-fuzzywuzzy (package-with-python2 python-fuzzywuzzy)) + +(define-public pyzo + (package + (name "pyzo") + (version "4.10.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pyzo" version)) + (sha256 + (base32 "1zplxcb78qy8qibifmnsx5i9gnlfmw9n6nr4yflsabpxw57mx4m1")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'fix-home-directory + (lambda _ + ;; Tests fail with "Permission denied: + ;; '/homeless-shelter'". + (setenv "HOME" "/tmp") + #t))) + ;; Tests fail with "Uncaught Python exception: invalid literal + ;; for int() with base 10: 'test'". + #:tests? #f)) + (propagated-inputs + `(("python-pyqt" ,python-pyqt))) + (home-page "https://pyzo.org") + (synopsis + "Python IDE for scientific computing") + (description + "Pyzo is a Python IDE focused on interactivity and introspection, +which makes it very suitable for scientific computing. Its practical +design is aimed at simplicity and efficiency. + +It consists of two main components, the editor and the shell, and uses +a set of pluggable tools to help the programmer in various ways. Some +example tools are source structure, project manager, interactive help, +workspace...") + (license license:bsd-2))) -- 2.25.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 22 19:15:51 2020 Received: (at 40177-done) by debbugs.gnu.org; 22 Apr 2020 23:15:51 +0000 Received: from localhost ([127.0.0.1]:53625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jROat-0003In-9A for submit@debbugs.gnu.org; Wed, 22 Apr 2020 19:15:51 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:38601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jROar-0003IY-EG for 40177-done@debbugs.gnu.org; Wed, 22 Apr 2020 19:15:50 -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 relay6-d.mail.gandi.net (Postfix) with ESMTPSA id D57CAC000C for <40177-done@debbugs.gnu.org>; Wed, 22 Apr 2020 23:15:42 +0000 (UTC) From: Nicolas Goaziou To: 40177-done@debbugs.gnu.org Subject: Re: [bug#40177] [PATCH] Add Pyzo References: <8736a18mkq.fsf@nicolasgoaziou.fr> Date: Thu, 23 Apr 2020 01:15:41 +0200 In-Reply-To: <8736a18mkq.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 21 Mar 2020 21:44:37 +0100") Message-ID: <87blnjkt7m.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: 40177-done 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 (-) > The following patch adds Pyzo, a Python IDE. Applied. Closing. From unknown Fri Jun 20 07:09:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 May 2020 11:24:07 +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