summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2020-12-31 12:20:46 -0800
committerPatrick McLean <chutzpah@gentoo.org>2020-12-31 12:20:46 -0800
commit7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7 (patch)
treeca17f905eebc44e968386b2d7d39e737db99579d /sys-process
parentsys-process/bpytop: Install themes (diff)
downloadgentoo-7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7.tar.gz
gentoo-7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7.tar.bz2
gentoo-7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7.zip
sys-process/bpytop-1.0.54: Version bump
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/bpytop/Manifest1
-rw-r--r--sys-process/bpytop/bpytop-1.0.54.ebuild (renamed from sys-process/bpytop/bpytop-1.0.52-r1.ebuild)2
2 files changed, 2 insertions, 1 deletions
diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
index 2e0dfd159563..84df075e86ad 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
index 518430e585a1..46708db1ebab 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