public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2021-01-28 19:05 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2021-01-28 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5f53edd03951b1801ba2bc19d8170eebb718147c
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Thu Jan 28 19:05:03 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 19:05:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f53edd0

sys-process/bpytop-1.0.61: Version bump (bug #766824)

Closes: https://bugs.gentoo.org/766824
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/Manifest                                       | 2 +-
 sys-process/bpytop/{bpytop-1.0.54.ebuild => bpytop-1.0.61.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index 84df075e86a..e75ecda8a44 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1,2 +1,2 @@
 DIST bpytop-1.0.52.tar.gz 616111 BLAKE2B f586189f1ae2067b1873a41235ac05f116aae5a6a965372d0ee778d714f80e6a41c163288ad1829313c0bef68f0f07235989d11351c48f4c78b953ceb4a4cb81 SHA512 68189c87890b637b9b3ff40ec4b0518a45023d3af0966cf0556c9dcc884d28660c42af37c69c06bbd03b514e198e5313fce143974ef11b67b95132070a77bfd4
-DIST bpytop-1.0.54.tar.gz 616658 BLAKE2B 0c639012ff69bb01f60943d63b179ea53a74affdfc0158ec0ce3e18a7c0ff855246450661fdef36f10fcb2f0de9e623d014cc41f19da375dddaac57f4b755e32 SHA512 4d47c00e6c642eaa48e7aa2d1df74050578f30cf5e40cda016b196e288f64819649e65090c3150a31889fea24e1859215d7fc06f419abad2d11f52efbb0ac7eb
+DIST bpytop-1.0.61.tar.gz 626468 BLAKE2B 84a9bbaec6af27b06af53acbe2e735421de3bc4567fcf7fb29d05f801f7414b4e035e67a2fecb27a45d4d91c1d6ef527a16775f44c2e5620ecf797794969a2d2 SHA512 639e0d94bd500477b8288400c6fa1769f1b7327733bec8292e72eb3024e26f6242901970dfc539d9fb309f69299ea934e02ab93226f907ddbbefb670bffb027c

diff --git a/sys-process/bpytop/bpytop-1.0.54.ebuild b/sys-process/bpytop/bpytop-1.0.61.ebuild
similarity index 94%
rename from sys-process/bpytop/bpytop-1.0.54.ebuild
rename to sys-process/bpytop/bpytop-1.0.61.ebuild
index 46708db1eba..3d2f869c509 100644
--- a/sys-process/bpytop/bpytop-1.0.54.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2023-12-04 18:52 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2023-12-04 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8ba6178def1a0070df7186160145645394ca8527
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 18:52:28 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 18:52:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba6178d

sys-process/bpytop: enable py3.12

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index 3656a5c1c26a..78fa09a9c613 100644
--- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 
 inherit distutils-r1
 
@@ -37,3 +37,10 @@ src_install() {
 	doins bpytop-themes/*.theme
 	distutils-r1_src_install
 }
+
+python_test() {
+	EPYTEST_DESELECT=(
+		tests/test_functions.py::test_get_cpu_core_mapping
+	)
+	epytest
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2023-03-06 14:50 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2023-03-06 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     468598311e2b73353475e7b4034e1902a01d3f21
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 14:44:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 14:50:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46859831

sys-process/bpytop: Enable py3.11

Closes: https://bugs.gentoo.org/897322
Closes: https://github.com/mgorny/python-bump-testing/issues/69
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index 0b7da113d802..9f64dd61284f 100644
--- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2023-03-06 14:50 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2023-03-06 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     29df775ed138252545f3b7d34f20e41337db7103
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 14:46:28 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 14:50:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29df775e

sys-process/bpytop: HOMEPAGE, SRC_URI and remote-ids

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/bpytop/Manifest                |  2 +-
 sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 10 ++++++++--
 sys-process/bpytop/metadata.xml            |  4 ++++
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index ab9ae84f6c50..213ab666b4d6 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1 +1 @@
-DIST bpytop-1.0.68.tar.gz 632649 BLAKE2B a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5 SHA512 88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d
+DIST bpytop-1.0.68.gh.tar.gz 632649 BLAKE2B a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5 SHA512 88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d

diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index 9f64dd61284f..3656a5c1c26a 100644
--- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{9..11} )
 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"
+HOMEPAGE="
+	https://github.com/aristocratos/bpytop/
+	https://pypi.org/project/bpytop/
+"
+SRC_URI="
+	https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"

diff --git a/sys-process/bpytop/metadata.xml b/sys-process/bpytop/metadata.xml
index bd6443d4a375..98655eaea7d0 100644
--- a/sys-process/bpytop/metadata.xml
+++ b/sys-process/bpytop/metadata.xml
@@ -5,4 +5,8 @@
 		<email>chutzpah@gentoo.org</email>
 		<name>Patrick McLean</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">aristocratos/bpytop</remote-id>
+		<remote-id type="pypi">bpytop</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2022-09-18 13:58 Michał Górny
  0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2022-09-18 13:58 UTC (permalink / raw
  To: gentoo-commits

commit:     587c39d596d4bcf2eebdcf78bc3d7dcc296e65a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 13:57:17 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 13:58:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587c39d5

sys-process/bpytop: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../bpytop/{bpytop-1.0.68.ebuild => bpytop-1.0.68-r1.ebuild}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-process/bpytop/bpytop-1.0.68.ebuild b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
similarity index 88%
rename from sys-process/bpytop/bpytop-1.0.68.ebuild
rename to sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index ea2db45e6316..70dd6357c461 100644
--- a/sys-process/bpytop/bpytop-1.0.68.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
 inherit distutils-r1
 
 DESCRIPTION="Linux/OSX/FreeBSD resource monitor"
@@ -14,7 +15,6 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
 
 RDEPEND="
 	>=dev-python/psutil-5.7.1[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2022-06-07  8:26 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2022-06-07  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2759f4a4f8a9fd2e5d316019f13598e3d6a70fb0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 08:25:46 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 08:25:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2759f4a4

sys-process/bpytop: Stabilize 1.0.68 amd64, #850277

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.68.ebuild b/sys-process/bpytop/bpytop-1.0.68.ebuild
index 9cd9d1c11448..ea2db45e6316 100644
--- a/sys-process/bpytop/bpytop-1.0.68.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2022-01-29 19:49 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2022-01-29 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2418aff6c39849c986cba64e4bd5a1e8cab4cb9d
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 19:49:20 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 19:49:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2418aff6

sys-process/bpytop: Version bump to 1.0.68

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/Manifest             |  1 +
 sys-process/bpytop/bpytop-1.0.68.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index 5f7978c3acfb..4bc16f0e6212 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1,3 +1,4 @@
 DIST bpytop-1.0.61.tar.gz 626468 BLAKE2B 84a9bbaec6af27b06af53acbe2e735421de3bc4567fcf7fb29d05f801f7414b4e035e67a2fecb27a45d4d91c1d6ef527a16775f44c2e5620ecf797794969a2d2 SHA512 639e0d94bd500477b8288400c6fa1769f1b7327733bec8292e72eb3024e26f6242901970dfc539d9fb309f69299ea934e02ab93226f907ddbbefb670bffb027c
 DIST bpytop-1.0.63.tar.gz 627729 BLAKE2B a61d7c101c05d8e706b5c89f3c52dd02cf99e126d73f4cdb58adf8e474774e618abce7184a6fcf1c1b69f4c491b088c4c715d7b803c56933e1a8eeb8efa77fec SHA512 85334a43137466992fe3003f7f29b6a66b41732d1953fd5653ce277d35735127eef97607599906c0d0cfc7323852da75541b2ae79db22f843892097a2d3398e4
 DIST bpytop-1.0.67.tar.gz 628491 BLAKE2B 9ce35332dde806d132fee42f04f787e9220f05644e938d83725369157032a556c89d216a393a52a26fa6c6841a2b91b8212ee122ba734e1aedc912f7a02d350b SHA512 bfd6b365d4d76521cb5d1edccfd858732143a1a9273dc0e17d348c824c125df904b1160d9e7f81d718f880c4f3eea33d045a684706039bceb7f95ed67df2b56b
+DIST bpytop-1.0.68.tar.gz 632649 BLAKE2B a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5 SHA512 88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d

diff --git a/sys-process/bpytop/bpytop-1.0.68.ebuild b/sys-process/bpytop/bpytop-1.0.68.ebuild
new file mode 100644
index 000000000000..9cd9d1c11448
--- /dev/null
+++ b/sys-process/bpytop/bpytop-1.0.68.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..10} )
+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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-python/psutil-5.7.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${FILESDIR}/bpytop-1.0.63-tests.patch"
+)
+
+src_install() {
+	insinto "/usr/share/${PN}/themes"
+	doins bpytop-themes/*.theme
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2022-01-11 20:31 Georgy Yakovlev
  0 siblings, 0 replies; 16+ messages in thread
From: Georgy Yakovlev @ 2022-01-11 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f33f0decbd37775f52fa5b8964f08486553c305b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 20:31:42 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 20:31:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33f0dec

sys-process/bpytop: keyword 1.0.67 for ~ppc

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.67.ebuild b/sys-process/bpytop/bpytop-1.0.67.ebuild
index cd49ae03dfaa..eab03f77eecc 100644
--- a/sys-process/bpytop/bpytop-1.0.67.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.67.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2022-01-11 20:30 Georgy Yakovlev
  0 siblings, 0 replies; 16+ messages in thread
From: Georgy Yakovlev @ 2022-01-11 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b7c0faf4f7bebaf874733ea0b31364bc9f64d2a5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 20:15:17 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 20:15:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c0faf4

sys-process/bpytop: Keyword 1.0.67 ppc64, #830420

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.67.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/bpytop/bpytop-1.0.67.ebuild b/sys-process/bpytop/bpytop-1.0.67.ebuild
index 6f6b0fccb105..cd49ae03dfaa 100644
--- a/sys-process/bpytop/bpytop-1.0.67.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.67.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2021-11-03 20:38 Jakov Smolić
  0 siblings, 0 replies; 16+ messages in thread
From: Jakov Smolić @ 2021-11-03 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     108769d56fe7d6c9c894b8070a3074871348656e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 20:37:59 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 20:37:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108769d5

sys-process/bpytop: Stabilize 1.0.63 amd64, #813465

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.63.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.63.ebuild b/sys-process/bpytop/bpytop-1.0.63.ebuild
index 5b1ac4dd6d6..ad730c667c5 100644
--- a/sys-process/bpytop/bpytop-1.0.63.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.63.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2021-10-16 14:57 Yixun Lan
  0 siblings, 0 replies; 16+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c9226b4f3d2ead6d1e452d14aeecafe43e76bb59
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 17:24:20 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:53:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9226b4f

sys-process/bpytop: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/bpytop-1.0.67.ebuild b/sys-process/bpytop/bpytop-1.0.67.ebuild
index 635e16b769a..6f6b0fccb10 100644
--- a/sys-process/bpytop/bpytop-1.0.67.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.67.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2021-09-20 16:46 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2021-09-20 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e1dfa50ec3b3dfa5d4c3788ab25f545e9b169e24
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 16:44:51 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 16:46:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dfa50e

sys-process/bpytop-1.0.67: Version bump

Closes: https://bugs.gentoo.org/795468
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/Manifest             |  1 +
 sys-process/bpytop/bpytop-1.0.67.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index a3bb080533f..5f7978c3acf 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1,2 +1,3 @@
 DIST bpytop-1.0.61.tar.gz 626468 BLAKE2B 84a9bbaec6af27b06af53acbe2e735421de3bc4567fcf7fb29d05f801f7414b4e035e67a2fecb27a45d4d91c1d6ef527a16775f44c2e5620ecf797794969a2d2 SHA512 639e0d94bd500477b8288400c6fa1769f1b7327733bec8292e72eb3024e26f6242901970dfc539d9fb309f69299ea934e02ab93226f907ddbbefb670bffb027c
 DIST bpytop-1.0.63.tar.gz 627729 BLAKE2B a61d7c101c05d8e706b5c89f3c52dd02cf99e126d73f4cdb58adf8e474774e618abce7184a6fcf1c1b69f4c491b088c4c715d7b803c56933e1a8eeb8efa77fec SHA512 85334a43137466992fe3003f7f29b6a66b41732d1953fd5653ce277d35735127eef97607599906c0d0cfc7323852da75541b2ae79db22f843892097a2d3398e4
+DIST bpytop-1.0.67.tar.gz 628491 BLAKE2B 9ce35332dde806d132fee42f04f787e9220f05644e938d83725369157032a556c89d216a393a52a26fa6c6841a2b91b8212ee122ba734e1aedc912f7a02d350b SHA512 bfd6b365d4d76521cb5d1edccfd858732143a1a9273dc0e17d348c824c125df904b1160d9e7f81d718f880c4f3eea33d045a684706039bceb7f95ed67df2b56b

diff --git a/sys-process/bpytop/bpytop-1.0.67.ebuild b/sys-process/bpytop/bpytop-1.0.67.ebuild
new file mode 100644
index 00000000000..635e16b769a
--- /dev/null
+++ b/sys-process/bpytop/bpytop-1.0.67.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+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.63-tests.patch"
+)
+
+src_install() {
+	insinto "/usr/share/${PN}/themes"
+	doins bpytop-themes/*.theme
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2021-01-29 18:53 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2021-01-29 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     56309566ec45fcdc54ed0e77c0c3cbd8dcf86554
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Jan 29 18:53:17 2021 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 18:53:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56309566

sys-process/bpytop-1.0.61-r1: revbump, fix theme installation again

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../bpytop/{bpytop-1.0.61.ebuild => bpytop-1.0.61-r1.ebuild}        | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys-process/bpytop/bpytop-1.0.61.ebuild b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
similarity index 84%
rename from sys-process/bpytop/bpytop-1.0.61.ebuild
rename to sys-process/bpytop/bpytop-1.0.61-r1.ebuild
index 0dd9a9cadf0..95dcdc3f927 100644
--- a/sys-process/bpytop/bpytop-1.0.61.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
@@ -25,3 +25,9 @@ distutils_enable_tests pytest
 PATCHES=(
 	"${FILESDIR}/bpytop-1.0.61-tests.patch"
 )
+
+src_install() {
+	insinto "/usr/share/${PN}/themes"
+	doins bpytop-themes/*.theme
+	distutils-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2020-12-31 20:20 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2020-12-31 20:20 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2020-12-31 20:20 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2020-12-31 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 20:20:46 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 20:20:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7853b6cd

sys-process/bpytop-1.0.54: Version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/Manifest                                          | 1 +
 sys-process/bpytop/{bpytop-1.0.52-r1.ebuild => bpytop-1.0.54.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index 2e0dfd15956..84df075e86a 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1 +1,2 @@
 DIST bpytop-1.0.52.tar.gz 616111 BLAKE2B f586189f1ae2067b1873a41235ac05f116aae5a6a965372d0ee778d714f80e6a41c163288ad1829313c0bef68f0f07235989d11351c48f4c78b953ceb4a4cb81 SHA512 68189c87890b637b9b3ff40ec4b0518a45023d3af0966cf0556c9dcc884d28660c42af37c69c06bbd03b514e198e5313fce143974ef11b67b95132070a77bfd4
+DIST bpytop-1.0.54.tar.gz 616658 BLAKE2B 0c639012ff69bb01f60943d63b179ea53a74affdfc0158ec0ce3e18a7c0ff855246450661fdef36f10fcb2f0de9e623d014cc41f19da375dddaac57f4b755e32 SHA512 4d47c00e6c642eaa48e7aa2d1df74050578f30cf5e40cda016b196e288f64819649e65090c3150a31889fea24e1859215d7fc06f419abad2d11f52efbb0ac7eb

diff --git a/sys-process/bpytop/bpytop-1.0.52-r1.ebuild b/sys-process/bpytop/bpytop-1.0.54.ebuild
similarity index 94%
rename from sys-process/bpytop/bpytop-1.0.52-r1.ebuild
rename to sys-process/bpytop/bpytop-1.0.54.ebuild
index 518430e585a..46708db1eba 100644
--- a/sys-process/bpytop/bpytop-1.0.52-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.54.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
@ 2020-12-22 19:13 Patrick McLean
  0 siblings, 0 replies; 16+ messages in thread
From: Patrick McLean @ 2020-12-22 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     10860648495c8052f713e3b357600551790792ca
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Tue Dec 22 19:13:01 2020 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 19:13:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10860648

sys-process/bpytop-1.0.52: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-process/bpytop/Manifest                                       | 2 +-
 sys-process/bpytop/{bpytop-1.0.51.ebuild => bpytop-1.0.52.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index 941d914f3f8..2e0dfd15956 100644
--- a/sys-process/bpytop/Manifest
+++ b/sys-process/bpytop/Manifest
@@ -1 +1 @@
-DIST bpytop-1.0.51.tar.gz 616001 BLAKE2B 1155af6d25367b65064039bc46a5f8786d5107e12f9a1280da59f1fb696c3abe99f200126b2107ead4d9ca50ba6e6eeabe79d6e8e247aa4c0be87b952f142655 SHA512 a7157a3e33e5465e406f7930457a6821d8e2b45aca0f0283e7f2e3a8d29f3a6be8c7042380c66bd5ee227b067e6c643ac034b2d02168fe530d02f1eddece6e2d
+DIST bpytop-1.0.52.tar.gz 616111 BLAKE2B f586189f1ae2067b1873a41235ac05f116aae5a6a965372d0ee778d714f80e6a41c163288ad1829313c0bef68f0f07235989d11351c48f4c78b953ceb4a4cb81 SHA512 68189c87890b637b9b3ff40ec4b0518a45023d3af0966cf0556c9dcc884d28660c42af37c69c06bbd03b514e198e5313fce143974ef11b67b95132070a77bfd4

diff --git a/sys-process/bpytop/bpytop-1.0.51.ebuild b/sys-process/bpytop/bpytop-1.0.52.ebuild
similarity index 100%
rename from sys-process/bpytop/bpytop-1.0.51.ebuild
rename to sys-process/bpytop/bpytop-1.0.52.ebuild


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-12-04 18:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-28 19:05 [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/ Patrick McLean
  -- strict thread matches above, loose matches on Subject: below --
2023-12-04 18:52 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
2020-12-31 20:20 Patrick McLean
2020-12-31 20:20 Patrick McLean
2020-12-22 19:13 Patrick McLean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox