[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/38: gnu: emacs-macrostep: Update to 0.9.2.
From: |
guix-commits |
Subject: |
24/38: gnu: emacs-macrostep: Update to 0.9.2. |
Date: |
Sun, 21 May 2023 08:55:22 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit dc1f0ca43386c9c3147fac18b9f95e49c5aaed02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 14:18:03 2023 +0200
gnu: emacs-macrostep: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-macrostep): Update to 0.9.2.
[source]<origin>: Switch to emacsorphanage repository.
[home-page]: Adapt URL accordingly.
---
gnu/packages/emacs-xyz.scm | 81 +++++++++++++++++++++++-----------------------
1 file changed, 40 insertions(+), 41 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b498f29f63..b5ab1e7904 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23035,53 +23035,52 @@ without disturbing alignment.")
(license license:gpl3+)))
(define-public emacs-macrostep
- (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
- (package
- (name "emacs-macrostep")
- (version (git-version "0.9" "1" commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/joddie/macrostep")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
- (build-system emacs-build-system)
- (arguments
- (list
- #:tests? #t
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'remove-test
- ;; Fails because of requirement ‘/bin/sh’.
- (lambda _
- (let ((file "macrostep-test.el"))
- (make-file-writable file)
- (emacs-batch-edit-file file
- `(progn (progn (goto-char (point-min))
- (re-search-forward
- "(ert-deftest macrostep-expand-c-macros")
- (beginning-of-line)
- (kill-sexp))
- (basic-save-buffer))))))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "emacs" "--batch" "-L" "."
- "-l" "macrostep-test.el"
- "-f" "ert-run-tests-batch-and-exit")))))))
- (home-page "https://github.com/joddie/macrostep")
- (synopsis "Interactive macro-expander for Emacs")
- (description "@code{macrostep} is an Emacs minor mode for interactively
+ (package
+ (name "emacs-macrostep")
+ (version "0.9.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsorphanage/macrostep")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1sxvp1q8naf0328l9fs90nk8bzsv485sajx4khh77nwkz3v4sr9f"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:tests? #t
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'remove-test
+ ;; Fails because of requirement ‘/bin/sh’.
+ (lambda _
+ (let ((file "macrostep-test.el"))
+ (make-file-writable file)
+ (emacs-batch-edit-file file
+ `(progn (progn (goto-char (point-min))
+ (re-search-forward
+ "(ert-deftest macrostep-expand-c-macros")
+ (beginning-of-line)
+ (kill-sexp))
+ (basic-save-buffer))))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "emacs" "--batch" "-L" "."
+ "-l" "macrostep-test.el"
+ "-f" "ert-run-tests-batch-and-exit")))))))
+ (home-page "https://github.com/emacsorphanage/macrostep")
+ (synopsis "Interactive macro-expander for Emacs")
+ (description "@code{macrostep} is an Emacs minor mode for interactively
stepping through the expansion of macros in Emacs Lisp source code. It lets
you see exactly what happens at each step of the expansion process by
pretty-printing the expanded forms inline in the source buffer, which is
temporarily read-only while macro expansions are visible. You can expand and
collapse macro forms one step at a time, and evaluate or instrument the
expansions for debugging with Edebug as normal.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-macrostep-geiser
;; XXX: Upstream does not tag commits (yet). The commit below matches the
- 25/38: gnu: emacs-moody: Update to 1.0.0., (continued)
- 25/38: gnu: emacs-moody: Update to 1.0.0., guix-commits, 2023/05/21
- 28/38: gnu: emacs-ol-notmuch: Update to 2.0.1., guix-commits, 2023/05/21
- 30/38: gnu: emacs-org-inline-pdf: Improve package style., guix-commits, 2023/05/21
- 31/38: gnu: emacs-orgit: Update to 1.9.0., guix-commits, 2023/05/21
- 36/38: gnu: emacs-terraform-mode: Update to 1.0.1., guix-commits, 2023/05/21
- 21/38: gnu: emacs-julia-snail: Update to 1.2.2., guix-commits, 2023/05/21
- 23/38: gnu: emacs-logview: Update to 0.16.1., guix-commits, 2023/05/21
- 34/38: gnu: emacs-paren-face: Update to 1.1.0., guix-commits, 2023/05/21
- 35/38: gnu: emacs-solarized-theme: Update to 2.0.1., guix-commits, 2023/05/21
- 22/38: gnu: emacs-keycast: Update to 1.3.0., guix-commits, 2023/05/21
- 24/38: gnu: emacs-macrostep: Update to 0.9.2.,
guix-commits <=
- 27/38: gnu: emacs-no-littering: Update to 1.4.0., guix-commits, 2023/05/21
- 32/38: gnu: emacs-org: Update to 9.6.6., guix-commits, 2023/05/21
- 33/38: gnu: emacs-orglink: Update to 1.2.1., guix-commits, 2023/05/21
- 37/38: gnu: emacs-transient: Update to 0.4.0., guix-commits, 2023/05/21
- 38/38: gnu: emacs-with-editor: Update to 3.3.0., guix-commits, 2023/05/21