pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-iruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep  3 14:03:21 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-iruby: Makefile PLIST distinfo

Log Message:
devel/ruby-iruby: update to 0.7.4

0.7.1 (2021-06-21)

Enhancements

* Add support of to_iruby_mimebundle format method #304 (@mrkn)

Bug Fixes

* Prevent unintentional display the result of Session#send (@mrkn)
* Update display formatter for Gruff::Base to prevent warning (@mrkn)

0.7.2 (2021-06-23)

Bug Fixes

* Fix IRuby.table for Ruby >= 2.7 #305 (@topofocus)
* Fix PlainBackend to include modules #303 (@UliKuch, @mrkn)

0.7.3 (2021-07-08)

Bug Fixes

* Do not call default renderers when to_iruby_mimebundle is available (@mrkn)

0.7.4 (2021-08-18)

Enhancements

* Install zeromq library automatically #307, #308 (@mrkn, @kou)
* Remove pyzmq session adapter (@mrkn)
* Make cztop session adapter deprecated (@mrkn)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-iruby/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-iruby/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-iruby/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-iruby/Makefile
diff -u pkgsrc/devel/ruby-iruby/Makefile:1.8 pkgsrc/devel/ruby-iruby/Makefile:1.9
--- pkgsrc/devel/ruby-iruby/Makefile:1.8        Thu Jun 30 11:18:18 2022
+++ pkgsrc/devel/ruby-iruby/Makefile    Sat Sep  3 14:03:21 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:18 nia Exp $
+# $NetBSD: Makefile,v 1.9 2022/09/03 14:03:21 taca Exp $
 
-DISTNAME=      iruby-0.7.0
-PKGREVISION=   2
+DISTNAME=      iruby-0.7.4
 CATEGORIES=    devel
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
@@ -9,13 +8,11 @@ HOMEPAGE=     https://github.com/SciRuby/iru
 COMMENT=       Ruby kernel for Jupyter/IPython frontends
 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}-ffi-rzmq-[0-9]*:../../net/ruby-ffi-rzmq
 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
-DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-rzmq-[0-9]*:../../net/ruby-ffi-rzmq
+#DEPENDS+=     ${RUBY_PKGPREFIX}-native-package-installer>=0:../../devel/ruby-native-package-installer
 
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
 

Index: pkgsrc/devel/ruby-iruby/PLIST
diff -u pkgsrc/devel/ruby-iruby/PLIST:1.3 pkgsrc/devel/ruby-iruby/PLIST:1.4
--- pkgsrc/devel/ruby-iruby/PLIST:1.3   Sat May 29 15:04:31 2021
+++ pkgsrc/devel/ruby-iruby/PLIST       Sat Sep  3 14:03:21 2022
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2021/05/29 15:04:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/03 14:03:21 taca Exp $
 bin/iruby${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.github/workflows/ubuntu.yml
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/Gemfile
@@ -14,6 +15,7 @@ ${GEM_LIBDIR}/ci/Dockerfile.main.erb
 ${GEM_LIBDIR}/ci/requirements.txt
 ${GEM_LIBDIR}/docker/setup.sh
 ${GEM_LIBDIR}/docker/test.sh
+${GEM_LIBDIR}/ext/Rakefile
 ${GEM_LIBDIR}/iruby.gemspec
 ${GEM_LIBDIR}/lib/iruby.rb
 ${GEM_LIBDIR}/lib/iruby/assets/kernel.css
@@ -56,7 +58,6 @@ ${GEM_LIBDIR}/lib/iruby/session/mixin.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/test_adapter.rb
 ${GEM_LIBDIR}/lib/iruby/utils.rb
 ${GEM_LIBDIR}/lib/iruby/version.rb
@@ -69,6 +70,7 @@ ${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/display_test.rb
 ${GEM_LIBDIR}/test/iruby/event_manager_test.rb
 ${GEM_LIBDIR}/test/iruby/jupyter_test.rb
 ${GEM_LIBDIR}/test/iruby/kernel_test.rb
@@ -79,5 +81,6 @@ ${GEM_LIBDIR}/test/iruby/session_adapter
 ${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/iruby/utils_test.rb
 ${GEM_LIBDIR}/test/run-test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-iruby/distinfo
diff -u pkgsrc/devel/ruby-iruby/distinfo:1.5 pkgsrc/devel/ruby-iruby/distinfo:1.6
--- pkgsrc/devel/ruby-iruby/distinfo:1.5        Tue Oct 26 10:19:35 2021
+++ pkgsrc/devel/ruby-iruby/distinfo    Sat Sep  3 14:03:21 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:19:35 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/09/03 14:03:21 taca Exp $
 
-BLAKE2s (iruby-0.7.0.gem) = 34c6d097d046f2860ffc5cb6d7dbf89c68ad0f11ced3e00e58235a22bfb1e059
-SHA512 (iruby-0.7.0.gem) = 8cc4d57d7d741cf9311b1b568c360cb18709b3312266a42581cd31ef2fe517c0449f8de84f8f8605a37bc7ad9df4064189f6ddf9ebf995a00073f3ed3afbbac2
-Size (iruby-0.7.0.gem) = 106496 bytes
+BLAKE2s (iruby-0.7.4.gem) = 95c02ba5792a2ca9a883f66587e8280ab40ceedcee4fc0338a0e3eac318b2180
+SHA512 (iruby-0.7.4.gem) = 0fe0fa6c2ae3f687b00a17e4fea4bb46325c990f22d8d4c49c2791d7a646e3b91c133b934bffff69c25310a0def9dae36890604bc1c6c5afcb87abdfa71ae2b4
+Size (iruby-0.7.4.gem) = 108544 bytes
 SHA1 (patch-lib_iruby_command.rb) = f5f9ab48a913cfdafafc47e39c39638fd21e3e57



Home | Main Index | Thread Index | Old Index