unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36541] [PATCH] gnu: Add s-tui.
@ 2019-07-07 17:55 Christopher Baines
  2019-07-12 14:31 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2019-07-07 17:55 UTC (permalink / raw)
  To: 36541

* gnu/packages/admin.scm (s-tui): New variable.
---
 gnu/packages/admin.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 411be40f5b..98795966f1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1453,6 +1453,28 @@ tables.  This package contains only the user-space tools needed for ACPI table
 development, not the kernel implementation of ACPI.")
     (license license:gpl2)))            ; dual GPLv2/ACPICA Licence
 
+(define-public s-tui
+  (package
+    (name "s-tui")
+    (version "0.8.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "s-tui" version))
+       (sha256
+        (base32
+         "00lsh2v4i8rwfyjyxx5lijd6rnk9smcfffhzg5sv94ijpcnh216m"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-psutil" ,python-psutil)
+       ("python-urwid" ,python-urwid)))
+    (home-page "https://github.com/amanusk/s-tui")
+    (synopsis "Interactive terminal stress test and monitoring tool")
+    (description
+     "The Stress Terminal UI displays graphs of the CPU frequency,
+utilization, temperature and power.")
+    (license license:gpl2+)))
+
 (define-public stress
   (package
     (name "stress")
-- 
2.22.0

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

* [bug#36541] [PATCH] gnu: Add s-tui.
  2019-07-07 17:55 [bug#36541] [PATCH] gnu: Add s-tui Christopher Baines
@ 2019-07-12 14:31 ` Ludovic Courtès
  2019-07-13 22:20   ` bug#36541: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-07-12 14:31 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 36541

Hello,

Christopher Baines <mail@cbaines.net> skribis:

> * gnu/packages/admin.scm (s-tui): New variable.

LGTM!  :-)

Ludo’.

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

* bug#36541: [PATCH] gnu: Add s-tui.
  2019-07-12 14:31 ` Ludovic Courtès
@ 2019-07-13 22:20   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2019-07-13 22:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36541-done

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> * gnu/packages/admin.scm (s-tui): New variable.
>
> LGTM!  :-)

Great, I've pushed this as bee9f97e0ae55c1d4c7e35ddd1c31be24ff32e23
now. Thanks for taking a look :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

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

end of thread, other threads:[~2019-07-13 22:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-07 17:55 [bug#36541] [PATCH] gnu: Add s-tui Christopher Baines
2019-07-12 14:31 ` Ludovic Courtès
2019-07-13 22:20   ` bug#36541: " Christopher Baines

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