guix-patches
[Top][All Lists]
Advanced

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

bug#28199: [PATCH] gnu: Add emacs-minitest.


From: Christopher Baines
Subject: bug#28199: [PATCH] gnu: Add emacs-minitest.
Date: Mon, 4 Sep 2017 22:36:55 +0100

On Mon, 04 Sep 2017 11:22:29 +0000
Maxim Cournoyer <address@hidden> wrote:

> On September 4, 2017 2:06:47 AM EDT, Christopher Baines
> <address@hidden> wrote:
> >* gnu/packages/emacs.scm (emacs-minitest): New variable.
> >---
> > gnu/packages/emacs.scm | 30 ++++++++++++++++++++++++++++++
> > 1 file changed, 30 insertions(+)
> >
> >diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> >index b3d5fc97e..5c40fda24 100644
> >--- a/gnu/packages/emacs.scm
> >+++ b/gnu/packages/emacs.scm
> >@@ -1629,6 +1629,36 @@ display and behaviour is easily
> >customisable.")
> > of files under Git version control from within Emacs.")
> >     (license license:gpl3+)))
> > 
> >+(define-public emacs-minitest
> >+  (package
> >+    (name "emacs-minitest")
> >+    (version "0.8.0")
> >+    (source (origin
> >+             (method url-fetch)
> >+             (uri (string-append
> >+                  
> >"https://github.com/arthurnn/minitest-emacs/archive/v";
> >+                   version ".tar.gz"))
> >+             (file-name (string-append name "-" version ".tar.gz"))
> >+             (sha256
> >+              (base32
> >+              
> >"1dsb7kzvs1x6g4sgqmq73jqacb7wzm0wfkiq5m9dqdzq8mppgiqs"))))
> >+    (build-system emacs-build-system)
> >+    (arguments
> >+     '(#:include (cons "^snippets\\/minitest-mode\\/"
> >%default-include)
> >+       #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
> >+    (propagated-inputs
> >+     `(("emacs-dash" ,emacs-dash)
> >+       ("emacs-f" ,emacs-f)))
> >+    (home-page "https://github.com/arthurnn/minitest-emacs";)
> >+    (synopsis "Emacs minitest mode")
> >+    (description
> >+     "The minitest mode provides commands to run the tests for the
> >current
> >+file or line, as well as rerunning the previous tests, or all the
> >tests for a
> >+project.
> >+
> >+This package also includes relevant snippits for yasnippet.")  
> 
> s/snippits/snippets

Good spot :)

> >+    (license license:expat)))
> >+
> > (define-public emacs-el-mock
> >   (package
> >     (name "emacs-el-mock")  
> 
> Thanks!

Pushed now as 26361de404c48a3378fc828eaa36d23dfacca3f1

Attachment: pgpbl4EA4Gp7I.pgp
Description: OpenPGP digital signature


reply via email to

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