GNU bug report logs - #68722
[PATCH] gnu: emacs-ox-tufte: Update to 4.0.4.

Previous Next

Package: guix-patches;

Reported by: Suhail <suhail <at> bayesians.ca>

Date: Fri, 26 Jan 2024 00:00:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Suhail <suhail <at> bayesians.ca>
To: bug#68722 <68722 <at> debbugs.gnu.org>
Subject: [bug#68722] [PATCH v3] gnu: emacs-ox-tufte: Update to 4.0.4.
Date: Tue, 30 Jan 2024 16:55:52 +0000
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Update to 4.0.4 and enable
tests.

Change-Id: I20921e884aee5663c8dd09f6a48e927e45f3a1ce
---
 gnu/packages/emacs-xyz.scm | 29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 561f41cccf..235c916d61 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33494,20 +33494,39 @@ (define-public emacs-ox-reveal
 (define-public emacs-ox-tufte
   (package
     (name "emacs-ox-tufte")
-    (version "4.0.1")
+    (version "4.0.4")
+    (home-page "https://github.com/ox-tufte/ox-tufte")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/ox-tufte/ox-tufte")
+             (url home-page)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1v8jr1k8wfpzwry073rrgkxfpwylxmk7xqabxzp49z40rc7hp26s"))))
+        (base32 "15jfwrdawj8flgyfqhsfhdlnam6n5gzw5minnixwxyp69q5vxnpw"))))
     (build-system emacs-build-system)
+    (native-inputs (list emacs-buttercup emacs-eldev))
     (propagated-inputs (list emacs-org))
-    (arguments '(#:include (cons "^src/" %default-include)))
-    (home-page "https://github.com/ox-tufte/ox-tufte")
+    (arguments
+     (list
+      #:include #~(cons "^src/" %default-include)
+      #:tests? #t
+      ;; <https://github.com/emacs-eldev/eldev/issues/99#issuecomment-1912637609>
+      #:test-command #~(list "eldev" "-X" "-dtTC" "test")
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'unpack 'configure-eldev
+                     (lambda _
+                       (setenv "HOME"
+                               (string-append (getcwd) "/.eldev"))
+                       (with-output-to-file "Eldev-local"
+                         (lambda _
+                           (format #t "~s"
+                                   '(dolist (d (split-string (getenv
+                                                              "EMACSLOADPATH")
+                                                             ":" t))
+                                            (ignore-errors
+                                             (eldev-use-local-dependency d)))))))))))
     (synopsis "Tufte HTML Org mode export backend")
     (description
      "This is an export backend for Org mode that exports buffers to HTML that

base-commit: 2823253484e49391c6ba3c653a2f9e9f5e5f38ae
-- 
2.43.0






This bug report was last modified 1 year and 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.