emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48286: closed ([PATCH] gnu: Add emacs-cwl-mode.)


From: GNU bug Tracking System
Subject: bug#48286: closed ([PATCH] gnu: Add emacs-cwl-mode.)
Date: Sat, 08 May 2021 17:52:01 +0000

Your message dated Sat, 08 May 2021 23:21:40 +0530
with message-id <87fsyxyuz7.fsf@systemreboot.net>
and subject line Re: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode.
has caused the debbugs.gnu.org bug report #48286,
regarding [PATCH] gnu: Add emacs-cwl-mode.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48286: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48286
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-cwl-mode. Date: Sat, 8 May 2021 18:59:10 +0530
* gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 869f8c3c7b..7ba9ef4148 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16,7 +16,7 @@
 ;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou 
<mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Arun Isaac 
<arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac 
<arunisaac@systemreboot.net>
 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
 ;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017, 2018, 2019, 2020, 2021 Clément Lassieur 
<clement@lassieur.org>
@@ -27881,3 +27881,26 @@ files, providing syntax highlighting and indentation 
rules.")
 quasi-prefix map, with many useful bindings.  These bindings are
 shorter than usual, using mostly unprefixed keys.")
     (license license:gpl3+)))
+
+(define-public emacs-cwl-mode
+  (package
+    (name "emacs-cwl-mode")
+    (version "0.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tom-tan/cwl-mode";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "04xqnm27y1h9z8csjpys4v3lkgn5kvpw9n4q94pbrvjgmz0qfp58"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-yaml-mode" ,emacs-yaml-mode)))
+    (home-page "https://github.com/tom-tan/cwl-mode";)
+    (synopsis "Emacs mode for Common Workflow Language (CWL) files")
+    (description "This packages provides a major mode for editing Common
+Workflow Language (CWL) files.")
+    (license license:gpl3+)))
-- 
2.31.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48286] [PATCH] gnu: Add emacs-cwl-mode. Date: Sat, 08 May 2021 23:21:40 +0530
> Nitpick: use @acronym{} maybe?

That's a good suggestion. I added @acronym, updated the package and
pushed to master. Thanks for the review! :-)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]