mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
import: gem: Factorize "bundler" special case for name mapping.
* guix/import/gem.scm (ruby-package-name): Add "bundler" special case. (gem->guix-package): Adjust accordingly. * tests/gem.scm ("gem-recursive-import") ("gem-recursive-import with a specific version"): Remove "ruby-bundler" from the expected packages.
This commit is contained in:
parent
d46d1bee1e
commit
e6f82fcd5f
2 changed files with 6 additions and 38 deletions
|
@ -181,21 +181,6 @@
|
|||
('description "Another cool gem")
|
||||
('home-page "https://example.com")
|
||||
('license #f)) ;no licensing info
|
||||
('package
|
||||
('name "ruby-bundler")
|
||||
('version "1.14.2")
|
||||
('source
|
||||
('origin
|
||||
('method 'url-fetch)
|
||||
('uri ('rubygems-uri "bundler" 'version))
|
||||
('sha256
|
||||
('base32
|
||||
"1446xiz7zg0bz7kgx9jv84y0s4hpsg61dj5l3qb0i00avc1kxd9v"))))
|
||||
('build-system 'ruby-build-system)
|
||||
('synopsis "Ruby gem bundler")
|
||||
('description "Ruby gem bundler")
|
||||
('home-page "https://bundler.io/")
|
||||
('license 'license:expat))
|
||||
('package
|
||||
('name "ruby-foo")
|
||||
('version "1.0.0")
|
||||
|
@ -248,21 +233,6 @@
|
|||
('description "Another cool gem")
|
||||
('home-page "https://example.com")
|
||||
('license #f)) ;no licensing info
|
||||
('package
|
||||
('name "ruby-bundler")
|
||||
('version "1.14.2")
|
||||
('source
|
||||
('origin
|
||||
('method 'url-fetch)
|
||||
('uri ('rubygems-uri "bundler" 'version))
|
||||
('sha256
|
||||
('base32
|
||||
"1446xiz7zg0bz7kgx9jv84y0s4hpsg61dj5l3qb0i00avc1kxd9v"))))
|
||||
('build-system 'ruby-build-system)
|
||||
('synopsis "Ruby gem bundler")
|
||||
('description "Ruby gem bundler")
|
||||
('home-page "https://bundler.io/")
|
||||
('license 'license:expat))
|
||||
('package
|
||||
('name "ruby-foo")
|
||||
('version "2.0.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue