unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61711] [PATCH] gnu: Add emacs-calc-currency.
@ 2023-02-22 15:35 conses
  2023-02-23 14:30 ` bug#61711: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: conses @ 2023-02-22 15:35 UTC (permalink / raw)
  To: 61711

* gnu/packages/emacs-xyz.scm (emacs-calc-currency): New variable.
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3b12642bc9..f4c5caaa1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6273,6 +6273,38 @@ (define-public emacs-literate-elisp
 Emacs can load Org files as Lisp source files directly.")
     (license license:gpl3+)))
 
+(define-public emacs-calc-currency
+  (let ((commit "7021d892ef38b01b875082aba4bae2517ce47ae6")
+        (revision "0"))
+    (package
+      (name "emacs-calc-currency")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jws85/calc-currency")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0y4m0hasg4ji6zfis3088hq90pm9998lnnh8yg9g8yqqaqpfizp8"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-f))
+      (arguments
+       (list #:tests? #t
+             #:test-command #~(list "emacs" "--batch"
+                                    "-L" "."
+                                    "-l" "test/calc-currency-init.el"
+                                    "-l" "test/calc-currency-ecb-test.el"
+                                    "-l" "test/calc-currency-oxr-test.el"
+                                    ;; test/calc-currency-utils-test.el fails
+                                    "-f" "ert-run-tests-batch-and-exit")))
+      (home-page "https://github.com/jws85/calc-currency")
+      (synopsis "Add currency units to Emacs Calc")
+      (description "This package adds custom units to the Units Table in Emacs
+Calc by fetching exchange rates backends.")
+      (license license:gpl3+))))
+
 (define-public emacs-literate-calc-mode
   (let ((commit "ba7d22140a165b0fdd900a8d04916115ca6ab8ff")
         (revision "2"))
-- 
2.39.1



-- 
Best regards,
conses




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61711: [PATCH] gnu: Add emacs-calc-currency.
  2023-02-22 15:35 [bug#61711] [PATCH] gnu: Add emacs-calc-currency conses
@ 2023-02-23 14:30 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-23 14:30 UTC (permalink / raw)
  To: conses; +Cc: 61711-done

Hello,

conses <contact@conses.eu> writes:

> * gnu/packages/emacs-xyz.scm (emacs-calc-currency): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-23 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 15:35 [bug#61711] [PATCH] gnu: Add emacs-calc-currency conses
2023-02-23 14:30 ` bug#61711: " Nicolas Goaziou

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).