GNU bug report logs - #64940
[PATCH] gnu: Add termdown

Previous Next

Package: guix-patches;

Reported by: Abhiseck Paira <abhiseckpaira <at> disroot.org>

Date: Sat, 29 Jul 2023 22:00:02 UTC

Severity: normal

Tags: patch

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

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 64940 in the body.
You can then email your comments to 64940 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64940; Package guix-patches. (Sat, 29 Jul 2023 22:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Abhiseck Paira <abhiseckpaira <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Jul 2023 22:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Abhiseck Paira <abhiseckpaira <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add termdown
Date: Sun, 30 Jul 2023 03:15:03 +0530
* gnu/packages/time.scm (termdown): New variable.
---
 gnu/packages/time.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..6d0c4c5aa1 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -606,6 +606,31 @@ (define-public tz
 TUI program that displays time across a few time zones of your choosing.")
     (license gpl3+)))
 
+(define-public termdown
+  (package
+    (name "termdown")
+    (version "1.18.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "termdown" version))
+       (sha256
+        (base32
+         "07nxsqpwnpr9jkvif2ngjlcq05z0ldnmqxd15d1l593lzmxdyrci"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs
+     (list python-click
+           python-pyfiglet
+           python-dateutil))
+    (home-page "https://github.com/trehn/termdown")
+    (synopsis "Countdown timer for your terminal")
+    (description
+     "Termdown provides a fancy text display while it counts down to zero from
+a starting point you provide.  The user can pause and resume the countdown
+from the text user interface.  It can also be used in stop watch mode which
+counts forward or for just showing the current time.")
+    (license gpl3)))
+
 (define-public countdown
   (package
     (name "countdown")

base-commit: ecdcafc007e3a06647e02e2077e0ff352b38c06f
-- 
2.41.0 




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Thu, 27 Feb 2025 14:47:02 GMT) Full text and rfc822 format available.

Notification sent to Abhiseck Paira <abhiseckpaira <at> disroot.org>:
bug acknowledged by developer. (Thu, 27 Feb 2025 14:47:03 GMT) Full text and rfc822 format available.

Message #10 received at 64940-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 64940-done <at> debbugs.gnu.org
Cc: Abhiseck Paira <abhiseckpaira <at> disroot.org>
Subject: Re: [PATCH] gnu: Add termdown
Date: Thu, 27 Feb 2025 15:46:07 +0100
Hello,

> * gnu/packages/time.scm (termdown): New variable.

Applied, thank you! And sorry for the delay.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 28 Mar 2025 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 41 days ago.

Previous Next


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