[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/35: gnu: Add emacs-ert-async.
From: |
guix-commits |
Subject: |
18/35: gnu: Add emacs-ert-async. |
Date: |
Sun, 14 Apr 2019 11:42:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6746bdddf174209b657530b7154b77ce3ebbc2c8
Author: Brian Leung <address@hidden>
Date: Sat Apr 13 01:05:30 2019 +0200
gnu: Add emacs-ert-async.
* gnu/packages/emacs-xyz.scm (emacs-ert-async): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ba35e48..fa0b30b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14662,6 +14662,26 @@ generating a temp buffer in which any useful Emacs
utilities and modes can be
invoked.")
(license license:gpl3+))))
+(define-public emacs-ert-async
+ (package
+ (name "emacs-ert-async")
+ (version "0.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rejeep/ert-async.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/rejeep/ert-async.el")
+ (synopsis "Async support for ERT")
+ (description "This package allows ERT to work with asynchronous tests.")
+ (license license:gpl3+)))
+
(define-public emacs-semantic-refactor
;; The last release, 0.5, was made on 2015-07-26 and there have been 47
;; commits since then.
- branch master updated (a84510f -> f446f78), guix-commits, 2019/04/14
- 01/35: installer: Add wpa-supplicant along with NetworkManager and Connman., guix-commits, 2019/04/14
- 02/35: tests: separate-store-os: Increase root partition size., guix-commits, 2019/04/14
- 03/35: vm: Do not mount /xchg with "cache=loose"., guix-commits, 2019/04/14
- 04/35: gnu: Add emacs-undo-propose-el., guix-commits, 2019/04/14
- 10/35: gnu: Add emacs-fish-mode., guix-commits, 2019/04/14
- 09/35: gnu: Add emacs-prettier., guix-commits, 2019/04/14
- 07/35: gnu: Add emacs-flycheck-haskell., guix-commits, 2019/04/14
- 08/35: gnu: Add emacs-js2-refactor-el., guix-commits, 2019/04/14
- 14/35: gnu: Add emacs-vdiff., guix-commits, 2019/04/14
- 18/35: gnu: Add emacs-ert-async.,
guix-commits <=
- 12/35: gnu: Add emacs-tco-el., guix-commits, 2019/04/14
- 11/35: gnu: Add emacs-eshell-up., guix-commits, 2019/04/14
- 06/35: gnu: Add emacs-vimrc-mode., guix-commits, 2019/04/14
- 05/35: gnu: Add emacs-elisp-docstring-mode., guix-commits, 2019/04/14
- 13/35: gnu: Add emacs-equake., guix-commits, 2019/04/14
- 27/35: gnu: Add emacs-peep-dired., guix-commits, 2019/04/14
- 24/35: gnu: Add emacs-flow-minor-mode., guix-commits, 2019/04/14
- 16/35: gnu: Add emacs-all-the-icons-dired., guix-commits, 2019/04/14
- 22/35: gnu: Add emacs-dotenv-mode., guix-commits, 2019/04/14
- 35/35: gnu: Add emacs-eacl., guix-commits, 2019/04/14