From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epd0T-0001eg-3i for guix-patches@gnu.org; Sat, 24 Feb 2018 11:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epd0P-0002qw-WF for guix-patches@gnu.org; Sat, 24 Feb 2018 11:49:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51023) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epd0P-0002qU-SY for guix-patches@gnu.org; Sat, 24 Feb 2018 11:49:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epd0P-0000RD-JJ for guix-patches@gnu.org; Sat, 24 Feb 2018 11:49:01 -0500 Subject: [bug#28885] [PATCH] Add ruby-iruby and dependencies Resent-Message-ID: References: <20171018065812.74693dba@cbaines.net> From: Christopher Baines In-reply-to: <20171018065812.74693dba@cbaines.net> Date: Sat, 24 Feb 2018 16:48:02 +0000 Message-ID: <874lm6jpvh.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28885@debbugs.gnu.org --=-=-= Content-Type: text/plain Christopher Baines writes: > This patch series adds a ruby kernel for Jupyter/IPython. > > At the moment, it's dependant on supporting wrapping as part of the > Ruby build system. > > When run in a shell, iruby seems to crash, something which looks to be > fixed upstream, but not yet released (with [1]), however it does still > work when used from the Jupyter notebook. > > 1: https://github.com/SciRuby/iruby/commit/514c7475f4d01a3c25fc8caf943e5d58675bd6ad > > Christopher Baines (9): > gnu: networking: Add czmq. > gnu: Add ruby-mocha-on-bacon. > gnu: Add ruby-bacon-bits. > gnu: Add ruby-bond. > gnu: Add ruby-czmq-ffi-gen. > gnu: Add ruby-cztop. > gnu: Add ruby-data_uri. > gnu: Add ruby-mimemagic. > gnu: Add ruby-iruby. > > gnu/packages/networking.scm | 25 +++++ > gnu/packages/ruby.scm | 241 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 266 insertions(+) I've sent an updated set of patches now, as things seem to have broken in the mean time. If I remember, and as long as no one objects, I'll merge these in a week or so, as these patches have been sitting around for a while now. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlqRl0JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcdrQ//WicxUVFIq/R245SzVyC1t4hPSiQIJRSqrUP/AcG2pa+UrYgoPdsg1CFW iufnrCbb6o/M/SZLIcGkyjr4iE1UJPfWPmo07lILMwydatFTuYByVNrXnrBDEK6v 93ves7jd+cVjOHu3xelBq0t/IW8PqgtZjFhNX4CRtGSser3M9abFpF90H0qUXHFN ktNi9to2tTejMG6l7tcC2LUAgYI0dxmXbbn9D9FEpebRK3hIEIf9AMbqFjAiKLWa pu9BsXY3JxgI3zyElwzHdR5iUoOW5KcSM8QquphDcLJLy/QgcGWWnCOUEq+CUxmP jJPMsvf78YaXHIsNHoAsNwefVYpe9wcdu7FKGrlVpiDZrRZPdxNZzjBQH7EZqBVL rWUw5HJV9f0IOhbUdBn5n+bzKZLd4VmZW0RLQ1Eeoa9IISvC3bmKGDOKJq88gizd JKyASwcFqF4kRoWGc0VriptZmJzNa3QsiCHr4Sda0wgvSw4JexxB+0ggUSHl15Mg OVe7KpyGZKSIPFGYu2A7b1Y3OqyOCEw4MQjOPyp7SgC66UVByDSwVVHJKMNToBLm peEIqO4uEVqZUNiIPLJt4xJn7nEe+p1xx4cyy/ORtEpUibVEu6re+QnvzbbGoWjo PmQJILbATMi+5ur2wJUBHIiYRBILskwJOwGyXOyrtJeJAyN7Ozc= =MbjK -----END PGP SIGNATURE----- --=-=-=--