From 25be206a4619223b2da7e2dcef65ae58259f5466 Mon Sep 17 00:00:00 2001 From: "K.I.A.Derouiche" Date: Tue, 10 Nov 2020 23:27:02 +0100 Subject: [PATCH] bpytop-1.0.50 import to wip --- bpytop/DESCR | 23 +++++++++++++++++++++++ bpytop/Makefile | 17 +++++++++++++++++ bpytop/PLIST | 11 +++++++++++ bpytop/distinfo | 6 ++++++ 4 files changed, 57 insertions(+) create mode 100644 bpytop/DESCR create mode 100644 bpytop/Makefile create mode 100644 bpytop/PLIST create mode 100644 bpytop/distinfo diff --git a/bpytop/DESCR b/bpytop/DESCR new file mode 100644 index 0000000000..53b2e8116f --- /dev/null +++ b/bpytop/DESCR @@ -0,0 +1,23 @@ +TODO: Adjust the following lines from README.md + +# ![bpytop](https://github.com/aristocratos/bpytop/raw/master/Imgs/logo.png) + + + 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 + +... diff --git a/bpytop/Makefile b/bpytop/Makefile new file mode 100644 index 0000000000..82ff013dcf --- /dev/null +++ b/bpytop/Makefile @@ -0,0 +1,17 @@ +# $NetBSD$ + +DISTNAME= bpytop-1.0.50 +CATEGORIES= sysutils python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/bpytop/} + +MAINTAINER= kamelderouiche@yahoo.com +HOMEPAGE= https://github.com/aristocratos/bpytop +COMMENT= Stats for processor, memory, disks, network and processes +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-psutil>=5.7.0:../../sysutils/py-psutil + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/bpytop/PLIST b/bpytop/PLIST new file mode 100644 index 0000000000..2e634d88c3 --- /dev/null +++ b/bpytop/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD$ +bin/bpytop +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/bpytop.py +${PYSITELIB}/bpytop.pyc +${PYSITELIB}/bpytop.pyo diff --git a/bpytop/distinfo b/bpytop/distinfo new file mode 100644 index 0000000000..fc5a10eecf --- /dev/null +++ b/bpytop/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (bpytop-1.0.50.tar.gz) = 067d562bd0df635f8e6c690b3e3ece094d5c6ac3 +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