unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Cc: 28199-done@debbugs.gnu.org
Subject: bug#28199: [PATCH] gnu: Add emacs-minitest.
Date: Mon, 4 Sep 2017 22:36:55 +0100	[thread overview]
Message-ID: <20170904223655.27f775b9@cbaines.net> (raw)
In-Reply-To: <FCF20D54-B4A4-4BF6-8C11-452D5125DF84@gmail.com>

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

On Mon, 04 Sep 2017 11:22:29 +0000
Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:

> On September 4, 2017 2:06:47 AM EDT, Christopher Baines
> <mail@cbaines.net> 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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

      reply	other threads:[~2017-09-04 21:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-23  9:34 [bug#28199] [PATCH] gnu: Add emacs-minitest Christopher Baines
2017-09-04  6:06 ` Christopher Baines
2017-09-04 11:22   ` Maxim Cournoyer
2017-09-04 21:36     ` Christopher Baines [this message]

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=20170904223655.27f775b9@cbaines.net \
    --to=mail@cbaines.net \
    --cc=28199-done@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    /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).