[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/229: gnu: Add ruby-propshaft.
From: |
guix-commits |
Subject: |
166/229: gnu: Add ruby-propshaft. |
Date: |
Tue, 28 Mar 2023 22:29:18 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit efbdb3452b25d6f130dfff40f95598e4107c1344
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 13 11:31:11 2023 -0400
gnu: Add ruby-propshaft.
* gnu/packages/rails.scm (ruby-propshaft): New variable.
---
gnu/packages/rails.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index fbb85f271d..8f174920ec 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -905,6 +905,30 @@ Extensions} type detection using magic numbers, filenames,
and extensions")
(home-page "https://github.com/rails/marcel")
(license license:expat)))
+(define-public ruby-propshaft
+ (package
+ (name "ruby-propshaft")
+ (version "0.7.0")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "propshaft" version))
+ (sha256
+ (base32
+ "19s5qvfady49b9b6dcvz6nsna1lvckw509ddh3ihmdz0w4qrjy49"))))
+ (build-system ruby-build-system)
+ (propagated-inputs (list ruby-actionpack ruby-activesupport ruby-rack
+ ruby-railties))
+ (synopsis "Asset pipeline library for Rails")
+ (description "Propshaft is an asset pipeline library for Rails. It's
+built for an era where bundling assets to save on HTTP connections is no
+longer urgent, where JavaScript and CSS are either compiled by dedicated
+Node.js bundlers or served directly to the browsers, and where increases in
+bandwidth have made the need for minification less pressing. These factors
+allow for a dramatically simpler and faster asset pipeline compared to
+previous options, like Sprockets.")
+ (home-page "https://github.com/rails/propshaft")
+ (license license:expat)))
+
;;; Pro-tip: to get a summary of the failures, run
;;; 'M-x occur [1-9][0-9]* \(failures\|errors\)' on the build log.
(define-public ruby-railties
- 200/229: gnu: Add ruby-ruby-version., (continued)
- 200/229: gnu: Add ruby-ruby-version., guix-commits, 2023/03/28
- 201/229: gnu: Add ruby-rspec-pending-for., guix-commits, 2023/03/28
- 219/229: gnu: Add ruby-spy., guix-commits, 2023/03/28
- 220/229: gnu: Add ruby-liquid-c-bootstrap., guix-commits, 2023/03/28
- 226/229: gnu: ruby-rack-protection: Update to 3.0.5., guix-commits, 2023/03/28
- 221/229: gnu: ruby-liquid: Update to 5.4.0 and enable tests., guix-commits, 2023/03/28
- 222/229: gnu: Add ruby-liquid-c., guix-commits, 2023/03/28
- 223/229: gnu: ruby-net-scp: Update to 4.0.0., guix-commits, 2023/03/28
- 176/229: gnu: ruby-minitest: Update home page URL., guix-commits, 2023/03/28
- 213/229: gnu: Add ruby-ammeter-bootstrap., guix-commits, 2023/03/28
- 166/229: gnu: Add ruby-propshaft.,
guix-commits <=
- 167/229: gnu: Add ruby-stimulus-rails., guix-commits, 2023/03/28
- 169/229: gnu: ruby-rails: Update to 7.0.4.3., guix-commits, 2023/03/28
- 172/229: gnu: Add ruby-flores., guix-commits, 2023/03/28
- 215/229: gnu: Add ruby-ammeter., guix-commits, 2023/03/28
- 214/229: gnu: ruby-rspec-rails: Update to 6.0.1 and enable tests., guix-commits, 2023/03/28
- 156/229: gnu: ruby-actionmailbox: Update to 7.0.4.3., guix-commits, 2023/03/28
- 165/229: gnu: ruby-railties: Enable test suite., guix-commits, 2023/03/28
- 190/229: gnu: ruby-shoulda-context: Honor #:tests?., guix-commits, 2023/03/28
- 229/229: gnu: geeqie: Enable most features, add doc., guix-commits, 2023/03/28
- 211/229: gnu: ruby-parallel-tests: Update to 4.2.0., guix-commits, 2023/03/28