GNU bug report logs -
#72008
[PATCH] gnu: Add emacs-casual-calc.
Previous Next
Reported by: peter <at> polidoro.io
Date: Tue, 9 Jul 2024 13:53:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72008 in the body.
You can then email your comments to 72008 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#72008
; Package
guix-patches
.
(Tue, 09 Jul 2024 13:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
peter <at> polidoro.io
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Tue, 09 Jul 2024 13:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Peter Polidoro <peter <at> polidoro.io>
* gnu/packages/emacs-xyz.scm (emacs-casual-calc): New variable.
Change-Id: I7c2816534481d8602d91be2309c7561393f70f65
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..288c0aaaf5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33133,6 +33133,33 @@ (define-public emacs-cascading-dir-locals
all of your projects, then override or add variables on a per-project basis.")
(license license:gpl3+))))
+(define-public emacs-casual-calc
+ (package
+ (name "emacs-casual-calc")
+ (version "1.10.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kickingvegas/casual-calc")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qdi6p3aybg0zwscf35l2dx51q7h4rz2g7r4xf7ml520dag7h5cw"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda _ (chdir "lisp"))))))
+ (propagated-inputs (list emacs-casual-lib))
+ (home-page "https://github.com/kickingvegas/casual-calc")
+ (synopsis "Transient-based porcelain for calc")
+ (description
+ "Casual Calc is an opinionated Transient-based porcelain for Emacs Calc.")
+ (license license:gpl3+)))
+
(define-public emacs-casual-dired
(package
(name "emacs-casual-dired")
base-commit: c6f4757ed2c78c63e642703805867caf5d0ab277
--
2.45.2
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 18 Jul 2024 15:20:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
peter <at> polidoro.io
:
bug acknowledged by developer.
(Thu, 18 Jul 2024 15:20:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 72008-done <at> debbugs.gnu.org (full text, mbox):
peter <at> polidoro.io skribis:
> From: Peter Polidoro <peter <at> polidoro.io>
>
> * gnu/packages/emacs-xyz.scm (emacs-casual-calc): New variable.
>
> Change-Id: I7c2816534481d8602d91be2309c7561393f70f65
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 16 Aug 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.