Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-parallel


Commits:
f333423d by Andreas Schleifer at 2024-08-31T21:17:16+02:00
upgpkg: 1.26.3-2; drop ruby-bump dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
 pkgbase = ruby-parallel
        pkgdesc = Run any kind of code in parallel processes
        pkgver = 1.26.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/grosser/parallel
        arch = any
        license = MIT
        checkdepends = lsof
        checkdepends = procps-ng
-       checkdepends = ruby-bump
        checkdepends = ruby-bundler
        checkdepends = ruby-rake
        checkdepends = ruby-rspec


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _gemname='parallel'
 pkgname="ruby-${_gemname}"
 pkgver=1.26.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Run any kind of code in parallel processes'
 arch=('any')
 url="https://github.com/grosser/${_gemname}";
@@ -17,7 +17,6 @@ makedepends=(
 checkdepends=(
   lsof
   procps-ng
-  ruby-bump
   ruby-bundler
   ruby-rake
   ruby-rspec
@@ -38,8 +37,8 @@ prepare() {
 
   rm --verbose Gemfile.lock
 
-  # Remove dependency on activerecord
-  sed --in-place --regexp-extended 
'/activerecord|rubocop|legacy_formatters|mysql/d' Gemfile
+  # Remove dependency on activerecord, bump, rubocop, legacy_formatters and 
mysql
+  sed --in-place --regexp-extended 
'/activerecord|bump|rubocop|legacy_formatters|mysql/d' Gemfile
 
   # Remove certain tests as they use activerecord which Arch cannot ship right 
now.
   rm spec/cases/map_with_ar.rb



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-parallel/-/commit/f333423d5b9ad56429246d95f20e47bbf55a14dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-parallel/-/commit/f333423d5b9ad56429246d95f20e47bbf55a14dc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to