From 1670212cd6cd4b88e2818cb8453042e0c2ff1f09 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 4 May 2021 14:17:46 +0000 Subject: [PATCH] devel/ruby-iruby: update to 0.5.0 0.5.0 (2021-03-25) Bug Fixes: * Fix Jupyter console crashes issue https://github.com/SciRuby/iruby/pull/210 (@kojix2) * Fix syntax highlighting issue on Jpyter Lab https://github.com/SciRuby/iruby/issues/224 (@kojix2) * Fix interoperability issue with ruby-git https://github.com/SciRuby/iruby/pull/139 (@habemus-papadum) * Fix the issue of `$stderr.write` that cannot handle multiple arguments https://github.com/SciRuby/iruby/issues/206 (@kojix2) * Remove a buggy `inspect_request` implementation https://github.com/SciRuby/iruby/pull/119 (@LunarLanding) * Fix uninitialized constant `Fiddle` caused in initialization phase https://github.com/SciRuby/iruby/issues/264 (@MatthewSteen, @kjoix2) * Fix the issue on displaying a table https://github.com/SciRuby/iruby/pull/281 (@ankane) Enhancements: * Add `IRuby.clear_output` method https://github.com/SciRuby/iruby/pull/220 (@kojix2) * Make backtrace on exception simplify and more appropriate for code in a cell https://github.com/SciRuby/iruby/pull/249 (@zheng-yongping) * Make syntax error message more appropriate https://github.com/SciRuby/iruby/pull/251 (@zheng-yongping) * Remove top-level `In` and `Out` constants https://github.com/SciRuby/iruby/pull/229 (@kojix2) * Use text/plain for the default format of `Numo::NArray` objects https://github.com/SciRuby/iruby/pull/255 (@kojix2) * Use ffi-rzmq as the default ZeroMQ adapter https://github.com/SciRuby/iruby/pull/256 (@kojix2) * Drop rbczmq support https://github.com/SciRuby/iruby/pull/260 (@rstammer) * Add ruby-vips image support https://github.com/SciRuby/iruby/pull/279 (@ankane) * Replace mimemagic with mime-types https://github.com/SciRuby/iruby/pull/291 (@mrkn) --- devel/ruby-iruby/Makefile | 6 +++--- devel/ruby-iruby/PLIST | 13 ++++++------- devel/ruby-iruby/distinfo | 10 +++++----- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/devel/ruby-iruby/Makefile b/devel/ruby-iruby/Makefile index 5016c4e034a6..14ec434b2c0f 100644 --- a/devel/ruby-iruby/Makefile +++ b/devel/ruby-iruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ +# $NetBSD: Makefile,v 1.3 2021/05/04 14:17:46 taca Exp $ -DISTNAME= iruby-0.4.0 +DISTNAME= iruby-0.5.0 CATEGORIES= devel MAINTAINER= ryoon@NetBSD.org @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-bond>=0.5.1:../../devel/ruby-bond DEPENDS+= ${RUBY_PKGPREFIX}-data_uri>=0.1.0:../../www/ruby-data_uri -DEPENDS+= ${RUBY_PKGPREFIX}-mimemagic>=0.3.5:../../misc/ruby-mimemagic +DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.3.1:../../mail/ruby-mime-types DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.11:../../textproc/ruby-multi_json DEPENDS+= ${RUBY_PKGPREFIX}-pycall>=1.3.1:../../devel/ruby-pycall diff --git a/devel/ruby-iruby/PLIST b/devel/ruby-iruby/PLIST index eee823328c5e..793e0493c314 100644 --- a/devel/ruby-iruby/PLIST +++ b/devel/ruby-iruby/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/20 08:57:32 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/05/04 14:17:46 taca Exp $ bin/iruby ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/ubuntu.yml ${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGES -${GEM_LIBDIR}/CONTRIBUTORS ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md @@ -53,12 +52,10 @@ ${GEM_LIBDIR}/lib/iruby/session.rb ${GEM_LIBDIR}/lib/iruby/session/cztop.rb ${GEM_LIBDIR}/lib/iruby/session/ffi_rzmq.rb ${GEM_LIBDIR}/lib/iruby/session/mixin.rb -${GEM_LIBDIR}/lib/iruby/session/rbczmq.rb ${GEM_LIBDIR}/lib/iruby/session_adapter.rb ${GEM_LIBDIR}/lib/iruby/session_adapter/cztop_adapter.rb ${GEM_LIBDIR}/lib/iruby/session_adapter/ffirzmq_adapter.rb ${GEM_LIBDIR}/lib/iruby/session_adapter/pyzmq_adapter.rb -${GEM_LIBDIR}/lib/iruby/session_adapter/rbczmq_adapter.rb ${GEM_LIBDIR}/lib/iruby/utils.rb ${GEM_LIBDIR}/lib/iruby/version.rb ${GEM_LIBDIR}/logo/logo-32x32.png @@ -66,15 +63,17 @@ ${GEM_LIBDIR}/logo/logo-64x64.png ${GEM_LIBDIR}/logo/ruby.svg ${GEM_LIBDIR}/run-test.sh ${GEM_LIBDIR}/tasks/ci.rake +${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/integration_test.rb +${GEM_LIBDIR}/test/iruby/backend_test.rb ${GEM_LIBDIR}/test/iruby/command_test.rb ${GEM_LIBDIR}/test/iruby/jupyter_test.rb +${GEM_LIBDIR}/test/iruby/mime_test.rb ${GEM_LIBDIR}/test/iruby/multi_logger_test.rb ${GEM_LIBDIR}/test/iruby/session_adapter/cztop_adapter_test.rb ${GEM_LIBDIR}/test/iruby/session_adapter/ffirzmq_adapter_test.rb -${GEM_LIBDIR}/test/iruby/session_adapter/rbczmq_adapter_test.rb ${GEM_LIBDIR}/test/iruby/session_adapter/session_adapter_test_base.rb ${GEM_LIBDIR}/test/iruby/session_adapter_test.rb ${GEM_LIBDIR}/test/iruby/session_test.rb -${GEM_LIBDIR}/test/test_helper.rb +${GEM_LIBDIR}/test/run-test.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-iruby/distinfo b/devel/ruby-iruby/distinfo index e0f7d07aae1a..d659ce84d081 100644 --- a/devel/ruby-iruby/distinfo +++ b/devel/ruby-iruby/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2020/09/20 08:57:32 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2021/05/04 14:17:46 taca Exp $ -SHA1 (iruby-0.4.0.gem) = f3ecfe9590b1f7650fc837eab34755337c8df39a -RMD160 (iruby-0.4.0.gem) = a42ea8a83c29ba49feddad7f93c907832123e84c -SHA512 (iruby-0.4.0.gem) = d1a002dd1591761bb94775fe29edf28e2194bca48c2fed378350242cd15047eb168cfe20329bac6776536075a67ffe1eae74438d7b726f864bd113f73127f88e -Size (iruby-0.4.0.gem) = 101376 bytes +SHA1 (iruby-0.5.0.gem) = 5e50c30d369b2ae8635c404c7866df61ebae2709 +RMD160 (iruby-0.5.0.gem) = 68d6608014c0d34937d0f1254756d3fdefff7023 +SHA512 (iruby-0.5.0.gem) = 5078eee0fd6e7369ce1dd48937911b9a1d6857e1501b63f7f63664198b34b32c7ba5c30318e878edce192d8395fd44d2d2b9de0981be0c992cbd1c1a01695e77 +Size (iruby-0.5.0.gem) = 102400 bytes SHA1 (patch-lib_iruby_command.rb) = 374c3dc45af13485d0dfdd84ea16fcd0a563419e