From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1es70F-0003HD-4g for guix-patches@gnu.org; Sat, 03 Mar 2018 08:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1es70B-0006LD-1Z for guix-patches@gnu.org; Sat, 03 Mar 2018 08:15:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34050) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1es70A-0006L5-SZ for guix-patches@gnu.org; Sat, 03 Mar 2018 08:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1es70A-0005PC-MK for guix-patches@gnu.org; Sat, 03 Mar 2018 08:15:02 -0500 Subject: bug#28885: [PATCH] Add ruby-iruby and dependencies Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20171018065812.74693dba@cbaines.net> <874lm6jpvh.fsf@cbaines.net> From: Christopher Baines In-reply-to: <874lm6jpvh.fsf@cbaines.net> Date: Sat, 03 Mar 2018 13:13:57 +0000 Message-ID: <87tvtx5mju.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-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Christopher Baines writes: > 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. I've now pushed these patches :) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlqan5VfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcYRA/+KlGMbT95IkFoWe9ACB3Bh2xT4E+qkbt5DtCepRr58wzkjYDUirzUzduW Md2A8R7dqzcrMqfUQIU0PD+U5EME7y8L6rgmhKkuP5jJu64947Z4epdiVTB96ulJ un85kKUe431N4t9r9UjVIdYdfvm9AT7hLMfY48D1h/LFTfcpqda5JcL+yzs+Fcxr prYCrBgIuS4LxK1TTnTe9PoAW/qxpe50FhFnshAKUi01HZ6rrg/VZh1TBRcLLOKr kS0m0DfTYxkcQNSNfU4R8q5S7rhO7/odgF1vj3qDyJMGSwYzpYYiKVHA/wR09b0s bq/6cPX3VrCkVGugygbXydNP/hizfhW95oJuR6DKgWAwD88ZQSiKobwWezjeLb0j HGJXGDMfWAM3+NOjA/Oqb36iYF95dAroCfq74olcFVY8yq6KUu7GTGNmoS8XSBwm kjRCjDRq1tDi/NywVPOX80eNZrYwKIeaEFi8yKvH1qUTFhvRFeNxS6izOuvuYOQx /SA/qBw55x8DllyvTQ/G/YBlNQCSa3ukvP+0E0UgAEEe2i1Lcic1aUcY0E3xqpYK PyB52E/r2ZULrwcUJeUMNFaTywuhvVT9xpjfpCF9zS6j4ucKgq8UCoKHPUKNlMhW xMm3izVDN9pe0xupufqeCMdjYNqpuyyNDy0Uah42goeLg0fnzpc= =k2Kr -----END PGP SIGNATURE----- --=-=-=--