diff --git a/bpytop/DESCR b/bpytop/DESCR index 53b2e8116f2..2be2839a042 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: - - Packaging status - - -![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 82ff013dcfd..2b98232acfd 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 f4b9836c09f..5f5fbe54163 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