From unknown Sun Jun 22 00:31:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40036] [PATCH 0/2] 2 ipython packages Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Mar 2020 08:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 40036 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40036@debbugs.gnu.org Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.158400072623428 (code B ref -1); Thu, 12 Mar 2020 08:13:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Mar 2020 08:12:06 +0000 Received: from localhost ([127.0.0.1]:55885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIwo-00065o-E4 for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:12:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:56573) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIwn-00065g-0n for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:12:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43202) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCIwm-0003br-3f for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:04 -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.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCIwl-0000fi-4c for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:03 -0400 Received: from flashner.co.il ([178.62.234.194]:44894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jCIwk-0000fV-VO for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:03 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 051684031B; Thu, 12 Mar 2020 08:12:01 +0000 (UTC) From: Efraim Flashner Date: Thu, 12 Mar 2020 10:11:30 +0200 Message-Id: <20200312081130.7368-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.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: -0.7 (/) I packaged these two packages as part of packaging another program and upstream is the best place for them :) Efraim Flashner (2): gnu: Add python-ipyparallel. gnu: Add python-ipython-cluster-helper. gnu/packages/python-xyz.scm | 106 ++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) --=20 2.25.1 From unknown Sun Jun 22 00:31:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40036] [PATCH 1/2] gnu: Add python-ipyparallel. References: <20200312081130.7368-1-efraim@flashner.co.il> In-Reply-To: <20200312081130.7368-1-efraim@flashner.co.il> Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Mar 2020 08:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40036 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40036@debbugs.gnu.org Cc: Efraim Flashner Received: via spool by 40036-submit@debbugs.gnu.org id=B40036.158400091923825 (code B ref 40036); Thu, 12 Mar 2020 08:16:02 +0000 Received: (at 40036) by debbugs.gnu.org; 12 Mar 2020 08:15:19 +0000 Received: from localhost ([127.0.0.1]:55891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIzu-0006CD-T5 for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:15:19 -0400 Received: from flashner.co.il ([178.62.234.194]:46916) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIzs-0006Bx-Si for 40036@debbugs.gnu.org; Thu, 12 Mar 2020 04:15:17 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 102C34031B; Thu, 12 Mar 2020 08:15:10 +0000 (UTC) From: Efraim Flashner Date: Thu, 12 Mar 2020 10:14:38 +0200 Message-Id: <20200312081439.7478-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/python-xyz.scm (python-ipyparallel): New variable. --- gnu/packages/python-xyz.scm | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8e8790b29a..0126d576ed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5375,6 +5375,64 @@ away.") (define-public python2-ipython-genutils (package-with-python2 python-ipython-genutils)) +(define-public python-ipyparallel + (package + (name "python-ipyparallel") + (version "6.2.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ipyparallel" version)) + (sha256 + (base32 + "0rf0dbpxf5z82bw8lsjj45r3wdd4wc74anz4wiiaf2rbjqlb1ivn")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; RuntimeError: IO Loop failed to start + #:phases + (modify-phases %standard-phases + (add-before 'check 'prepare-for-tests + (lambda _ + (setenv "HOME" (getcwd)) + #t))))) + (propagated-inputs + `(("python-dateutil" ,python-dateutil) + ("python-decorator" ,python-decorator) + ("python-ipykernel" ,python-ipykernel) + ("python-ipython" ,python-ipython) + ("python-ipython-genutils" ,python-ipython-genutils) + ("python-jupyter-client" ,python-jupyter-client) + ("python-pyzmq" ,python-pyzmq) + ("python-tornado" ,python-tornado) + ("python-traitlets" ,python-traitlets))) + (native-inputs + `(("python-ipython" ,python-ipython) + ("python-mock" ,python-mock) + ("python-nose" ,python-nose) + ("python-pytest" ,python-pytest) + ("python-pytest-cov" ,python-pytest-cov) + ("python-testpath" ,python-testpath))) + (home-page "https://ipython.org/") + (synopsis "Interactive Parallel Computing with IPython") + (description + "@code{ipyparallel} is a Python package and collection of CLI scripts for +controlling clusters for Jupyter. @code{ipyparallel} contains the following +CLI scripts: +@enumerate +@item ipcluster - start/stop a cluster +@item ipcontroller - start a scheduler +@item ipengine - start an engine +@end enumerate") + (license license:bsd-3))) + +(define-public python2-ipyparallel + (let ((ipyparallel (package-with-python2 python-ipyparallel))) + (package + (inherit ipyparallel) + (propagated-inputs + `(("python2-futures" ,python2-futures) + ,@(package-propagated-inputs ipyparallel)))))) + (define-public python-traitlets (package (name "python-traitlets") -- 2.25.1 From unknown Sun Jun 22 00:31:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#40036] [PATCH 2/2] gnu: Add python-ipython-cluster-helper. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 12 Mar 2020 08:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40036 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 40036@debbugs.gnu.org Cc: Efraim Flashner Received: via spool by 40036-submit@debbugs.gnu.org id=B40036.158400095223881 (code B ref 40036); Thu, 12 Mar 2020 08:16:02 +0000 Received: (at 40036) by debbugs.gnu.org; 12 Mar 2020 08:15:52 +0000 Received: from localhost ([127.0.0.1]:55894 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJ0S-0006D7-79 for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:15:52 -0400 Received: from flashner.co.il ([178.62.234.194]:47098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCJ0Q-0006Ct-LH for 40036@debbugs.gnu.org; Thu, 12 Mar 2020 04:15:50 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id E6FF54031B; Thu, 12 Mar 2020 08:15:44 +0000 (UTC) From: Efraim Flashner Date: Thu, 12 Mar 2020 10:14:39 +0200 Message-Id: <20200312081439.7478-2-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200312081439.7478-1-efraim@flashner.co.il> References: <20200312081439.7478-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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 (-) * gnu/packages/python-xyz.scm (python-ipython-cluster-helper): New variable. --- gnu/packages/python-xyz.scm | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0126d576ed..5f55b48eec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5433,6 +5433,54 @@ CLI scripts: `(("python2-futures" ,python2-futures) ,@(package-propagated-inputs ipyparallel)))))) +(define-public python-ipython-cluster-helper + (package + (name "python-ipython-cluster-helper") + (version "0.6.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ipython-cluster-helper" version)) + (sha256 + (base32 + "1l6mlwxlkxpbvawfwk6qffich7ahg9hq2bxfissgz6144p3k4arj")) + (modules '((guix build utils))) + (snippet + '(begin (substitute* "requirements.txt" + (("ipython.*") "ipython\n")) + #t)))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; Test suite can't find IPython. + #:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key inputs outputs tests? #:allow-other-keys) + (if tests? + (begin + (setenv "HOME" (getcwd)) + (add-installed-pythonpath inputs outputs) + (invoke "python" "example/example.py" "--local")) + #t)))))) + (propagated-inputs + `(("python-ipyparallel" ,python-ipyparallel) + ("python-ipython" ,python-ipython) + ("python-netifaces" ,python-netifaces) + ("python-pyzmq" ,python-pyzmq) + ("python-setuptools" ,python-setuptools) + ("python-six" ,python-six))) + (home-page "https://github.com/roryk/ipython-cluster-helper") + (synopsis + "Simplify IPython cluster start up and use for multiple schedulers") + (description + "@code{ipython-cluster-helper} creates a throwaway parallel IPython +profile, launches a cluster and returns a view. On program exit it shuts the +cluster down and deletes the throwaway profile.") + (license license:expat))) + +(define-public python2-ipython-cluster-helper + (package-with-python2 python-ipython-cluster-helper)) + (define-public python-traitlets (package (name "python-traitlets") -- 2.25.1 From unknown Sun Jun 22 00:31:51 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: Efraim Flashner Subject: bug#40036: closed (Re: [PATCH 0/2] 2 ipython packages) Message-ID: References: <20200407162932.GM1518@E5400> <20200312081130.7368-1-efraim@flashner.co.il> X-Gnu-PR-Message: they-closed 40036 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 40036@debbugs.gnu.org Date: Tue, 07 Apr 2020 16:31:24 +0000 Content-Type: multipart/mixed; boundary="----------=_1586277084-10484-1" This is a multi-part message in MIME format... ------------=_1586277084-10484-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #40036: [PATCH 0/2] 2 ipython packages 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 40036@debbugs.gnu.org. --=20 40036: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40036 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1586277084-10484-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 40036-done) by debbugs.gnu.org; 7 Apr 2020 16:30:29 +0000 Received: from localhost ([127.0.0.1]:50752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLr7F-0002Xj-Bv for submit@debbugs.gnu.org; Tue, 07 Apr 2020 12:30:26 -0400 Received: from flashner.co.il ([178.62.234.194]:33640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jLr74-0002U7-OM for 40036-done@debbugs.gnu.org; Tue, 07 Apr 2020 12:30:15 -0400 Received: from localhost (unknown [141.226.9.17]) by flashner.co.il (Postfix) with ESMTPSA id ACDA94033F for <40036-done@debbugs.gnu.org>; Tue, 7 Apr 2020 16:30:04 +0000 (UTC) Date: Tue, 7 Apr 2020 19:29:32 +0300 From: Efraim Flashner To: 40036-done@debbugs.gnu.org Subject: Re: [PATCH 0/2] 2 ipython packages Message-ID: <20200407162932.GM1518@E5400> References: <20200312081130.7368-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aSnC4ZPPfhCvD8sN" Content-Disposition: inline In-Reply-To: <20200312081130.7368-1-efraim@flashner.co.il> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 40036-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.0 (-) --aSnC4ZPPfhCvD8sN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patches pushed --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --aSnC4ZPPfhCvD8sN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl6MqmwACgkQQarn3Mo9 g1EYYg//ZqfnbU10OtreqpPJnI9j5K26Qc4aPPGBXXEd2Qbbb53IxNKOUVPWDLf9 VeHXsF2PZ2EV1GYWZipSFBE4m0sZsEVUE/3QqVCk98kwVQeQPHEO4dvggVJRXDs1 qyqaqHP5QdB9xJqxLNYSF89Oh1TTeo4X5OtXFJdQCFBgIuAX4oNACAm6/IIkHShU X4YiyPp3ocpJC8KReatZ6egLk51fZOvoHcYlbyKqVMyB0BDI3y2WiPQ8tEWnNk8n mXe5atjQOYrJ2vl+hj9wnO6FyISg/VpHLYCMbKiiygo5BQ6DmDYQw8R0PzH093Qv hi621neppY8JXt+uNzmkD9rlh9Qe+Yb3W+SlYmcaw57CF0gSr6qWH7OVSwYXm2fC MsbqQmADD1mMHIqk3zOuo1DbyQ1GjMrgNUpOAqUMemc30QyIt4JLSWv2HleitjOu +q6OemPGoLpwcRk7lwhuYk93UOe3H2u6yrmh9q0ppiYe2f4owOaBjD+I/V4VFuF9 lqoZFnNByEYeEOK7zDt3/75mZ4HZIL0Qe+3DcEEGJhQd0G8hIfDoOZ5rJfM9k4SE oW7LHq7gjwNdvwgYj3Rxp3B/3J5rLJsJDDFOzSU6qP5IJ+XbxYFHisNSX2G291Ql 1vblczUaDX/PxnurTNncSw5Z5TAXN8hh6v4LLbRKwQ7B3pCK0rw= =OAHB -----END PGP SIGNATURE----- --aSnC4ZPPfhCvD8sN-- ------------=_1586277084-10484-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Mar 2020 08:12:06 +0000 Received: from localhost ([127.0.0.1]:55885 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIwo-00065o-E4 for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:12:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:56573) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jCIwn-00065g-0n for submit@debbugs.gnu.org; Thu, 12 Mar 2020 04:12:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43202) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCIwm-0003br-3f for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:04 -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.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCIwl-0000fi-4c for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:03 -0400 Received: from flashner.co.il ([178.62.234.194]:44894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jCIwk-0000fV-VO for guix-patches@gnu.org; Thu, 12 Mar 2020 04:12:03 -0400 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 051684031B; Thu, 12 Mar 2020 08:12:01 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH 0/2] 2 ipython packages Date: Thu, 12 Mar 2020 10:11:30 +0200 Message-Id: <20200312081130.7368-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner 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.7 (/) I packaged these two packages as part of packaging another program and upstream is the best place for them :) Efraim Flashner (2): gnu: Add python-ipyparallel. gnu: Add python-ipython-cluster-helper. gnu/packages/python-xyz.scm | 106 ++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) --=20 2.25.1 ------------=_1586277084-10484-1--