pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to 1.0.68.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Thu Jan 27 14:40:49 2022 +0100
Changeset:	bd5fbe2b74d082b81c7ac5a2671aec1962ac4cf4

Modified Files:
	bpytop/DESCR
	bpytop/Makefile
	bpytop/distinfo

Log Message:
Update to 1.0.68.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd5fbe2b74d082b81c7ac5a2671aec1962ac4cf4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bpytop/DESCR    | 36 +++++++++++++++---------------------
 bpytop/Makefile |  4 +++-
 bpytop/distinfo |  6 +++---
 3 files changed, 21 insertions(+), 25 deletions(-)

diffs:
diff --git a/bpytop/DESCR b/bpytop/DESCR
index 53b2e8116f..2be2839a04 100644
--- a/bpytop/DESCR
+++ b/bpytop/DESCR
@@ -1,23 +1,17 @@
-TODO: Adjust the following lines from README.md
+Resource monitor that shows usage and stats for processor, memory,
+disks, network and processes. Python port and continuation of bashtop.
 
-# ![bpytop](https://github.com/aristocratos/bpytop/raw/master/Imgs/logo.png)
+Features:
 
-<a href="https://repology.org/project/bpytop/versions";>
-    <img src="https://repology.org/badge/vertical-allrepos/bpytop.svg"; alt="Packaging status" align="right">
-</a>
-
-![Linux](https://img.shields.io/badge/-Linux-grey?logo=linux)
-![OSX](https://img.shields.io/badge/-OSX-black?logo=apple)
-![FreeBSD](https://img.shields.io/badge/-FreeBSD-red?logo=freebsd)
-![Usage](https://img.shields.io/badge/Usage-System%20resource%20monitor-yellow)
-![Python](https://img.shields.io/badge/Python-v3.6%5E-green?logo=python)
-![bpytop_version](https://img.shields.io/github/v/tag/aristocratos/bpytop?label=version)
-[![pypi_version](https://img.shields.io/pypi/v/bpytop?label=pypi)](https://pypi.org/project/bpytop)
-[![Build Status](https://travis-ci.com/aristocratos/bpytop.svg?branch=master)](https://travis-ci.com/aristocratos/bpytop)
-[![Donate](https://img.shields.io/badge/-Donate-yellow?logo=paypal)](https://paypal.me/aristocratos)
-[![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github)](https://github.com/sponsors/aristocratos)
-[![Coffee](https://img.shields.io/badge/-Buy%20me%20a%20Coffee-grey?logo=Ko-fi)](https://ko-fi.com/aristocratos)
-
-## Index
-
-...
+- Easy to use, with a game inspired menu system.
+- Full mouse support, all buttons with a highlighted key is clickable
+  and mouse scroll works in process list and menu boxes.
+- Fast and responsive UI with UP, DOWN keys process selection.
+- Function for showing detailed stats for selected process.
+- Ability to filter processes, multiple filters can be entered.
+- Easy switching between sorting options.
+- Send SIGTERM, SIGKILL, SIGINT to selected process.
+- UI menu for changing all config file options.
+- Auto scaling graph for network usage.
+- Shows message in menu if new version is available
+- Shows current read and write speeds for disks
diff --git a/bpytop/Makefile b/bpytop/Makefile
index 82ff013dcf..2b98232acf 100644
--- a/bpytop/Makefile
+++ b/bpytop/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	bpytop-1.0.50
+DISTNAME=	bpytop-1.0.68
 CATEGORIES=	sysutils python
 MASTER_SITES=	${MASTER_SITE_PYPI:=b/bpytop/}
 
@@ -11,6 +11,8 @@ LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-psutil>=5.7.0:../../sysutils/py-psutil
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
diff --git a/bpytop/distinfo b/bpytop/distinfo
index f4b9836c09..5f5fbe5416 100644
--- a/bpytop/distinfo
+++ b/bpytop/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (bpytop-1.0.50.tar.gz) = 5222bb11bb2e184191db991c31ec4a8d41a95811
-SHA512 (bpytop-1.0.50.tar.gz) = 89a7d7b2cd8a607188e3ee02d8d19278e66a561ba99f823bba7378a9fe1787336e5e0a64bc6f6a528df76292e3e89f43ca6e2d91dc9eba7d18da37471adf1d68
-Size (bpytop-1.0.50.tar.gz) = 68688 bytes
+BLAKE2s (bpytop-1.0.68.tar.gz) = 611ecaea4a8c7850c8c5685b854d773bf94d10cd33a899ba553c992028d6e76a
+SHA512 (bpytop-1.0.68.tar.gz) = 3525a3cce9b039c4ffe310d829866570119b3d36da4a73e5a0c94cc22e1044ce710ad02d205bef9d52cfdf6fabd434523d7d753c5950f160c8594627dcdbed6f
+Size (bpytop-1.0.68.tar.gz) = 78658 bytes


Home | Main Index | Thread Index | Old Index