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


Commits:
74f6bca0 by loqs at 2024-08-28T22:50:27+00:00
Drop use of ruby-bump, ruby-simplecov and ruby-yard

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -15,16 +15,13 @@ depends=(
   ruby-rubocop-ast
 )
 checkdepends=(
-  ruby-bump
   ruby-bundler
   ruby-parallel
   ruby-rake
   ruby-rexml
   ruby-rubocop-rspec
   ruby-rspec
-  ruby-simplecov
   ruby-test-queue
-  ruby-yard
 )
 options=('!emptydirs')
 
source=("https://github.com/rubocop/${_gemname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
@@ -37,6 +34,10 @@ prepare() {
   # update gemspec/Gemfile to allow newer version of the dependencies
   sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec" Gemfile
 
+  # Remove dependency on bump, simplecov and yard
+  sed --in-place --regexp-extended '/bump|simplecov|yard/d' Gemfile
+  rm tasks/{cops_documentation,cut_release}.rake
+
   # we have rubocop as a package so we don't need a git checkout
   sed --in-place --regexp-extended "s|, github: 'rubocop/rubocop'||g" Gemfile
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rubocop-performance/-/commit/74f6bca0644ef9773974b6e98d85cfa86c8e0f1f

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


Reply via email to