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:           Sun Feb  9 09:25:33 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-iruby: Makefile PLIST distinfo
Removed Files:
        pkgsrc/devel/ruby-iruby/patches: patch-lib_iruby_command.rb

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

0.8.0 (2024-07-28)

What's Changed

* Hide output on assignment by @ankane in #312
* Introduce the new Application classes by @mrkn in #317
* Fix Gnuplot issues in Ruby 2.7 (#321) by @kojix2 in #322
* Add Ruby3.1 to CI by @kojix2 in #323
* Update README.md by @marek-witkowski in #324
* ci: upgrade actions/checkout by @kojix2 in #325
* Add Ruby 3.2 to CI for ubuntu by @petergoldstein in #327
* Default to true for store_history if not in silent mode by @gartens in
  #330
* Add Ruby 3.3 to CI for Ubuntu by @kojix2 in #331
* Remove Ruby 2.3 and 2.4 from CI by @kojix2 in #332
* Fix typos by @kojix2 in #335
* Format README.md and ci.yml by @kojix2 in #337
* Fix PlainBackend for irb v1.13.0 by @zalt50 in #339
* Added date to header by @ebababi in #342
* Update CI Configuration for IRuby by @kojix2 in #344
* Add logger and Remove base64 to Fix CI Tests by @kojix2 in #345
* Update CI trigger configuration by @kojix2 in #346
* 0.8.0 by @kojix2 in #347

New Contributors

* @marek-witkowski made their first contribution in #324
* @petergoldstein made their first contribution in #327
* @gartens made their first contribution in #330
* @ebababi made their first contribution in #342


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-iruby/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-iruby/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-iruby/distinfo
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/devel/ruby-iruby/patches/patch-lib_iruby_command.rb

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.14 pkgsrc/devel/ruby-iruby/Makefile:1.15
--- pkgsrc/devel/ruby-iruby/Makefile:1.14       Mon Oct 14 06:45:42 2024
+++ pkgsrc/devel/ruby-iruby/Makefile    Sun Feb  9 09:25:33 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/10/14 06:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/09 09:25:33 taca Exp $
 
-DISTNAME=      iruby-0.7.4
-PKGREVISION=   1
+DISTNAME=      iruby-0.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
@@ -23,12 +22,6 @@ PYTHON_VERSIONS_INCOMPATIBLE=        39
 
 RUBYGEM_OPTIONS+=      --format-executable
 
-SUBST_CLASSES+=                python
-SUBST_STAGE.python=    pre-configure
-SUBST_MESSAGE.python=  Versioned ipython command
-SUBST_FILES.python=    lib/iruby/command.rb
-SUBST_VARS.python=     PYVERSSUFFIX
-
 .include "../../lang/ruby/gem.mk"
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-iruby/PLIST
diff -u pkgsrc/devel/ruby-iruby/PLIST:1.4 pkgsrc/devel/ruby-iruby/PLIST:1.5
--- pkgsrc/devel/ruby-iruby/PLIST:1.4   Sat Sep  3 14:03:21 2022
+++ pkgsrc/devel/ruby-iruby/PLIST       Sun Feb  9 09:25:33 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/09/03 14:03:21 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/09 09:25:33 taca Exp $
 bin/iruby${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
@@ -9,23 +9,24 @@ ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/iruby
 ${GEM_LIBDIR}/ci/Dockerfile.base.erb
 ${GEM_LIBDIR}/ci/Dockerfile.main.erb
 ${GEM_LIBDIR}/ci/requirements.txt
 ${GEM_LIBDIR}/docker/setup.sh
 ${GEM_LIBDIR}/docker/test.sh
+${GEM_LIBDIR}/exe/iruby
 ${GEM_LIBDIR}/ext/Rakefile
 ${GEM_LIBDIR}/iruby.gemspec
 ${GEM_LIBDIR}/lib/iruby.rb
+${GEM_LIBDIR}/lib/iruby/application.rb
 ${GEM_LIBDIR}/lib/iruby/assets/kernel.css
 ${GEM_LIBDIR}/lib/iruby/assets/kernel.js
 ${GEM_LIBDIR}/lib/iruby/assets/logo-32x32.png
 ${GEM_LIBDIR}/lib/iruby/assets/logo-64x64.png
 ${GEM_LIBDIR}/lib/iruby/backend.rb
 ${GEM_LIBDIR}/lib/iruby/comm.rb
-${GEM_LIBDIR}/lib/iruby/command.rb
 ${GEM_LIBDIR}/lib/iruby/display.rb
+${GEM_LIBDIR}/lib/iruby/error.rb
 ${GEM_LIBDIR}/lib/iruby/event_manager.rb
 ${GEM_LIBDIR}/lib/iruby/formatter.rb
 ${GEM_LIBDIR}/lib/iruby/input.rb
@@ -49,6 +50,7 @@ ${GEM_LIBDIR}/lib/iruby/input/textarea.r
 ${GEM_LIBDIR}/lib/iruby/input/widget.rb
 ${GEM_LIBDIR}/lib/iruby/jupyter.rb
 ${GEM_LIBDIR}/lib/iruby/kernel.rb
+${GEM_LIBDIR}/lib/iruby/kernel_app.rb
 ${GEM_LIBDIR}/lib/iruby/logger.rb
 ${GEM_LIBDIR}/lib/iruby/ostream.rb
 ${GEM_LIBDIR}/lib/iruby/session.rb
@@ -68,8 +70,13 @@ ${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/application/application_test.rb
+${GEM_LIBDIR}/test/iruby/application/console_test.rb
+${GEM_LIBDIR}/test/iruby/application/helper.rb
+${GEM_LIBDIR}/test/iruby/application/kernel_test.rb
+${GEM_LIBDIR}/test/iruby/application/register_test.rb
+${GEM_LIBDIR}/test/iruby/application/unregister_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

Index: pkgsrc/devel/ruby-iruby/distinfo
diff -u pkgsrc/devel/ruby-iruby/distinfo:1.6 pkgsrc/devel/ruby-iruby/distinfo:1.7
--- pkgsrc/devel/ruby-iruby/distinfo:1.6        Sat Sep  3 14:03:21 2022
+++ pkgsrc/devel/ruby-iruby/distinfo    Sun Feb  9 09:25:33 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/09/03 14:03:21 taca Exp $
+$NetBSD: distinfo,v 1.7 2025/02/09 09:25:33 taca Exp $
 
-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
+BLAKE2s (iruby-0.8.0.gem) = fecedc00ed5850ed31a24cc4f7e706fd5e96a122a7311e7d0eff94c6b0ae8a96
+SHA512 (iruby-0.8.0.gem) = 0810127645e835a2e8bd40a089ddc9e7d64dea32f70abb77d380264ac07e77306fac7bfda4bdfce16ac848052a999dd483d13d7b754d845fe7254ba021d3ad4a
+Size (iruby-0.8.0.gem) = 114176 bytes



Home | Main Index | Thread Index | Old Index