void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

commit 162b1683599d744ae4f8652bae8b8efaef623c29
parent e8cfab3e9d2a55bccf3ccdc580ff3e894af60e39
Author: Dash Eclipse <dash@ezup.dev>
Date:   Mon,  9 Nov 2020 19:36:51 +0000

New package: ps_mem

Remove package: python3-bpytop

Diffstat:
Mezup/pkg-list.txt | 1+
Asrcpkgs/ps_mem/template | 24++++++++++++++++++++++++
Dsrcpkgs/python3-bpytop/template | 14--------------
Asrcpkgs/python3-ps_mem | 2++
4 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/ezup/pkg-list.txt b/ezup/pkg-list.txt @@ -30,6 +30,7 @@ # https-dns-proxy #git morse #git oggfwd #git_archive + ps_mem python3-bpytop rig scroll #git diff --git a/srcpkgs/ps_mem/template b/srcpkgs/ps_mem/template @@ -0,0 +1,24 @@ +# Template file for 'ps_mem' +pkgname=ps_mem +version=3.13 +revision=1 +build_style=python3-module +depends="python3" +hostmakedepends="python3-setuptools" +short_desc="A utility to report core memory usage per program" +maintainer="Dash Eclipse <dash@ezup.dev>" +license="LGPL-2.1-or-later" +homepage="https://github.com/pixelb/${pkgname}" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=9d556556ad1b16b19572c8edfd7ce4b305d6408605df343f407c2a25a1fe85ae +tags="ezup python3" + +post_install() { + vman ps_mem.1 +} + +python3-ps_mem_package() { + depends="ps_mem" + short_desc+=" - transitional dummy package" + build_style=meta +} diff --git a/srcpkgs/python3-bpytop/template b/srcpkgs/python3-bpytop/template @@ -1,14 +0,0 @@ -# Template file for 'python3-bpytop' -pkgname=python3-bpytop -version=1.0.13 -revision=2 -wrksrc="bpytop-${version}" -build_style=gnu-makefile -depends="python3 python3-psutil" -short_desc="Linux/OSX/FreeBSD resource monitor" -maintainer="Dash Eclipse <dash@ezup.dev>" -license="Apache-2.0" -homepage="https://github.com/aristocratos/bpytop" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=7c22bbb9562dbafdd9842b0c4aaad4c94740f18b88219fa2db05b6e414d46334 -tags="ezup" diff --git a/srcpkgs/python3-ps_mem b/srcpkgs/python3-ps_mem @@ -0,0 +1 @@ +ps_mem+ \ No newline at end of file