GNU bug report logs - #46020
[PATCH] gnu: Add bpytop.

Previous Next

Package: guix-patches;

Reported by: Z572 <873216071 <at> qq.com>

Date: Thu, 21 Jan 2021 14:11:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.com>

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 46020 in the body.
You can then email your comments to 46020 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#46020; Package guix-patches. (Thu, 21 Jan 2021 14:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Z572 <873216071 <at> qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 21 Jan 2021 14:11:02 GMT) Full text and rfc822 format available.

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

From: Z572 <873216071 <at> qq.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add bpytop.
Date: Thu, 21 Jan 2021 22:10:01 +0800
[0001-gnu-Add-bpytop.patch (text/x-patch, attachment)]
From 8ea646c76f87e33734bdeafec18ee13a13d282c5 Mon Sep 17 00:00:00 2001
From: Zheng Junjie <873216071 <at> qq.com>
Date: Thu, 21 Jan 2021 22:08:06 +0800
Subject: [PATCH] gnu: Add bpytop.

---
 gnu/packages/admin.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b476a90de9..4e1ddc95e3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith <at> outlook.com>
+;;; Copyright © 2021 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -563,6 +564,43 @@ application (for console or X terminals) and requires ncurses.")
 memory, disks, network and processes.")
     (license license:asl2.0)))
 
+(define-public bpytop
+  (package
+    (name "bpytop")
+    (version "1.0.59")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "bpytop" version))
+       (sha256
+        (base32
+         "0901a4lfq931lpl59r99kjc2dhh5scj3gqpxkq7c72psf3kpi9dz"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-psutil" ,python-psutil)))
+    (home-page
+     "https://github.com/aristocratos/bpytop")
+    (synopsis "Resource monitor")
+    (description "Resource monitor that shows usage and stats for processor,
+memory, disks, network and processes.
+
+Features:
+@itemize
+@item Easy to use, with a game inspired menu system.
+@item Full mouse support, all buttons with a highlighted key is clickable and
+mouse scroll works in process list and menu boxes.
+@item Fast and responsive UI with UP, DOWN keys process selection.
+@item Function for showing detailed stats for selected process.
+@item Ability to filter processes, multiple filters can be entered.
+@item Easy switching between sorting options.
+@item Send SIGTERM, SIGKILL, SIGINT to selected process.
+@item UI menu for changing all config file options.
+@item Auto scaling graph for network usage.
+@item Shows message in menu if new version is available.
+@item Shows current read and write speeds for disks.
+@end itemize")
+    (license license:asl2.0)))
+
 (define-public pies
   (package
     (name "pies")
-- 
2.30.0





Reply sent to 宋文武 <iyzsong <at> outlook.com>:
You have taken responsibility. (Fri, 12 Feb 2021 09:01:02 GMT) Full text and rfc822 format available.

Notification sent to Z572 <873216071 <at> qq.com>:
bug acknowledged by developer. (Fri, 12 Feb 2021 09:01:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> outlook.com>
To: Z572 <873216071 <at> qq.com>
Cc: 46020-done <at> debbugs.gnu.org
Subject: Re: [bug#46020] [PATCH] gnu: Add bpytop.
Date: Fri, 12 Feb 2021 17:01:37 +0800
Z572 <873216071 <at> qq.com> writes:

>>From 8ea646c76f87e33734bdeafec18ee13a13d282c5 Mon Sep 17 00:00:00 2001
> From: Zheng Junjie <873216071 <at> qq.com>
> Date: Thu, 21 Jan 2021 22:08:06 +0800
> Subject: [PATCH] gnu: Add bpytop.

Hello, thank you for this patch!

I update it to the current version '1.0.61', and remove the features
section in description, pushed!




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

This bug report was last modified 3 years and 43 days ago.

Previous Next


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