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