Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-byebug
Commits:
4d867ac8 by Andreas Schleifer at 2024-10-06T12:51:04+02:00
upgpkg: 11.1.3-4: Ruby 3.3 rebuild; closes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-byebug
pkgdesc = A simple to use and feature rich debugger for Ruby
pkgver = 11.1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/deivid-rodriguez/byebug
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=ruby-byebug
pkgver=11.1.3
-pkgrel=3
+pkgrel=4
pkgdesc='A simple to use and feature rich debugger for Ruby'
arch=(x86_64)
url='https://github.com/deivid-rodriguez/byebug'
@@ -36,6 +36,13 @@ prepare() {
sed -i '/bundler/d' bin/minitest
# TODO
sed -i '/test_finish_inside_autoloaded_files/a skip'
test/commands/finish_test.rb
+
+ # remove non working tests - see
https://github.com/deivid-rodriguez/byebug/pull/850
+ rm --verbose \
+ test/commands/continue_test.rb \
+ test/commands/interrupt_test.rb \
+ test/commands/next_test.rb \
+ test/processors/command_processor_test.rb
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-byebug/-/commit/4d867ac894f056cfe31239dd52c835279fd3a189
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-byebug/-/commit/4d867ac894f056cfe31239dd52c835279fd3a189
You're receiving this email because of your account on gitlab.archlinux.org.