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

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


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

Thanks!

Hi,

  reply	other threads:[~2017-09-04 11:23 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 [this message]
2017-09-04 21:36     ` bug#28199: " Christopher Baines

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=FCF20D54-B4A4-4BF6-8C11-452D5125DF84@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=28199@debbugs.gnu.org \
    --cc=mail@cbaines.net \
    /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).