From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
Date: Thu, 31 Dec 2020 20:20:55 +0000 (UTC) [thread overview]
Message-ID: <1609445857.b30cd2728c53d5d23ee5066381c5d6592503afce.chutzpah@gentoo> (raw)
commit: b30cd2728c53d5d23ee5066381c5d6592503afce
Author: Sebastian Hamann <code <AT> ares-macrotechnology <DOT> com>
AuthorDate: Tue Dec 22 08:43:57 2020 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 20:17:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30cd272
sys-process/bpytop: Install themes
Closes: https://bugs.gentoo.org/761223
Signed-off-by: Sebastian Hamann <code <AT> ares-macrotechnology.com>
Closes: https://github.com/gentoo/gentoo/pull/18760
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
sys-process/bpytop/bpytop-1.0.52-r1.ebuild | 33 ++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/sys-process/bpytop/bpytop-1.0.52-r1.ebuild b/sys-process/bpytop/bpytop-1.0.52-r1.ebuild
new file mode 100644
index 00000000000..518430e585a
--- /dev/null
+++ b/sys-process/bpytop/bpytop-1.0.52-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Linux/OSX/FreeBSD resource monitor"
+HOMEPAGE="https://github.com/aristocratos/bpytop"
+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="test"
+
+RDEPEND="
+ >=dev-python/psutil-5.7.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}/bpytop-1.0.51-tests.patch"
+)
+
+src_install() {
+ insinto "/usr/share/${PN}/themes"
+ doins bpytop-themes/*.theme
+ distutils-r1_src_install
+}
next reply other threads:[~2020-12-31 20:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-31 20:20 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-04 18:52 [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/ Patrick McLean
2023-03-06 14:50 Michał Górny
2023-03-06 14:50 Michał Górny
2022-09-18 13:58 Michał Górny
2022-06-07 8:26 Jakov Smolić
2022-01-29 19:49 Patrick McLean
2022-01-11 20:31 Georgy Yakovlev
2022-01-11 20:30 Georgy Yakovlev
2021-11-03 20:38 Jakov Smolić
2021-10-16 14:57 Yixun Lan
2021-09-20 16:46 Patrick McLean
2021-01-29 18:53 Patrick McLean
2021-01-28 19:05 Patrick McLean
2020-12-31 20:20 Patrick McLean
2020-12-22 19:13 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1609445857.b30cd2728c53d5d23ee5066381c5d6592503afce.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox