unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Trev <trev@trevdev.ca>
To: 56101@debbugs.gnu.org
Subject: [bug#56101] [PATCH 3/3] Add package ruby-shopify-cli and its missing dependencies.
Date: Fri, 17 Jun 2022 22:59:25 -0700	[thread overview]
Message-ID: <1e7a45bc194f94577a82639b9212d162ab111529.1655669882.git.trev@trevdev.ca> (raw)
In-Reply-To: <cover.1655669882.git.trev@trevdev.ca>

[-- Attachment #1: Type: text/plain, Size: 3369 bytes --]

* gnu/packages/ruby.scm (ruby-bugsnag): New package.
(ruby-theme-check): New package.
(ruby-shopify-cli): New package.

---
 gnu/packages/ruby.scm | 63 
 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 63 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 058ec87934..1637be8c1b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -28,6 +28,7 @@
 ;;; Copyright © 2021 EuAndreh <eu@euandre.org>
 ;;; Copyright © 2020 Tomás Ortín Fernández 
 <tomasortin@mailbox.org>
 ;;; Copyright © 2021 Giovanni Biscuolo <g@xelera.eu>
+;;; Copyright © 2022 Trevor Richards <trev@trevdev.ca>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -11196,6 +11197,68 @@ (define-public ruby-liquid-4.0
                (base32
                 "17fa0jgwm9a935fyvzy8bysz7j5n1vf1x2wzqkdfd5k08dbw3x2y"))))))
 
+(define-public ruby-bugsnag
+  (package
+   (name "ruby-bugsnag")
+   (version "6.24.2")
+   (source (origin
+             (method url-fetch)
+             (uri (rubygems-uri "bugsnag" version))
+             (sha256
+              (base32
+ 
"0vlsqawqy8jn6cy03zcqw944p323zmr2lgadbw00m5r4lqc3bll4"))))
+   (arguments '(#:tests? #f)) ; No rakefile
+   (build-system ruby-build-system)
+   (propagated-inputs (list ruby-concurrent))
+   (synopsis "Ruby notifier for bugsnag.com")
+   (description "The Bugsnag exception reporter for Ruby gives 
you instant
+ notification of exceptions thrown from your Rails, Sinatra, Rack 
or plain
+ Ruby app.")
+   (home-page "https://github.com/bugsnag/bugsnag-ruby")
+   (license license:expat)))
+
+(define-public ruby-theme-check
+  (package
+   (name "ruby-theme-check")
+   (version "1.10.3")
+   (source (origin
+             (method url-fetch)
+             (uri (rubygems-uri "theme-check" version))
+             (sha256
+              (base32
+ 
"00sqbnbz6bspdzgmcdiziql1lvf0gzxk74hlvwcqsdka78bg0nk0"))))
+   (build-system ruby-build-system)
+   (arguments '(#:tests? #f))
+   (inputs `(("ruby-liquid" ,ruby-liquid)
+             ("ruby-nokogiri" ,ruby-nokogiri)
+             ("ruby-parser" ,ruby-parser)))
+   (propagated-inputs (list ruby-liquid ruby-nokogiri 
ruby-parser))
+   (synopsis "A Shopify Theme Linter")
+   (description "This package provides a Shopify Theme Linter")
+   (home-page "https://github.com/Shopify/theme-check")
+   (license license:expat)))
+
+(define-public ruby-shopify-cli
+  (package
+    (name "ruby-shopify-cli")
+    (version "2.19.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "shopify-cli" version))
+              (sha256
+               (base32
+ 
"1fcqc8bpai3pnp77v4im2l92p40jnqikch8s5336lc4gp498vfb5"))))
+    (build-system ruby-build-system)
+    (inputs `(("ruby-bugsnag" ,ruby-bugsnag)
+              ("ruby-listen"  ,ruby-listen)
+              ("ruby-theme-check" ,ruby-theme-check)))
+    (arguments '(#:tests? #f))
+    (synopsis "Shopify CLI helps you build Shopify themes and 
apps")
+    (description "Use Shopify CLI to automate and enhance your 
local
+ development workflow.")
+    (home-page "https://github.com/Shopify/shopify-cli")
+    (license license:expat)))
+
 (define-public ruby-forwardable-extended
   (package
     (name "ruby-forwardable-extended")
-- 
2.36.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

  parent reply	other threads:[~2022-06-20  3:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19 20:18 [bug#56101] [PATCH 0/3] Add shopify-cli ruby gem to packages Trevor Richards
2022-06-18  5:56 ` [bug#56101] [PATCH 2/3] Upgrade ruby-listen to 3.7.1 Trev
2022-06-18  5:59 ` Trev [this message]
2022-06-20  3:39 ` [bug#56101] [PATCH 1/3] Upgrade ruby-liquid to version 5.3.0 Trev
2022-06-20 21:44 ` [bug#56101] [PATCH] propagate dependencies that need to be on PATH Trevor Richards
2022-09-15 20:08 ` bug#56101: Cancel Submission Trev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e7a45bc194f94577a82639b9212d162ab111529.1655669882.git.trev@trevdev.ca \
    --to=trev@trevdev.ca \
    --cc=56101@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).