1
0
Fork 0

Add sys-process/bpytop

This commit is contained in:
Stefan Reimer 2020-09-26 10:33:21 -07:00
parent ad1f079823
commit bb4a1ddc60
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST bpytop-1.0.37.tar.gz 604587 BLAKE2B 92f6f2eff90327b0332f9093ebc3077293f0b1ff715f2f2d1001fe94f6edd97739258e3b63597a1edd6d5f3776a8359157610358622b9645dddbf9e6e2f0b9ce SHA512 fd818a46812186cc0b7e099bb24d13f9c6d694e78348a1e1f997bbeb692a002acfd71ffd01a840429214bcd26f7eff58299d6ee9d4568871e7bbff50b95317a6
EBUILD bpytop-1.0.37.ebuild 656 BLAKE2B 38fa969bbaca6461f7f03a0d7580659ecdde67ce48c98c9d53de7ab040152fae98ff7690d8991658df869120f793f53b2c87a758ba5d3990fd775fa07286a56d SHA512 325dc96ada7d5684ee7c53a4c7b105df418782066513980efc19757ee210c90641d00f5304738fb1de3255b20fd3f857eb6b4e4a1bca54b96583c6aa4196c2c8

View File

@ -0,0 +1,28 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit python-r1
DESCRIPTION="Linux/OSX/FreeBSD resource monitor"
HOMEPAGE="https://github.com/aristocratos/${PN}"
SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/psutil-5.7.0[${PYTHON_USEDEP}]"
BDEPEND=""
src_install() {
python_foreach_impl python_newscript "${PN}.py" "${PN}"
dodoc CHANGELOG.md CONTRIBUTING.md README.md
insinto "/usr/share/${PN}"
doins -r themes
}