Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
Date: Thu, 31 Dec 2020 20:20:59
Message-Id: 1609446046.7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7.chutzpah@gentoo
1 commit: 7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 20:20:46 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 20:20:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7853b6cd
7
8 sys-process/bpytop-1.0.54: Version bump
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 sys-process/bpytop/Manifest | 1 +
14 sys-process/bpytop/{bpytop-1.0.52-r1.ebuild => bpytop-1.0.54.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest
18 index 2e0dfd15956..84df075e86a 100644
19 --- a/sys-process/bpytop/Manifest
20 +++ b/sys-process/bpytop/Manifest
21 @@ -1 +1,2 @@
22 DIST bpytop-1.0.52.tar.gz 616111 BLAKE2B f586189f1ae2067b1873a41235ac05f116aae5a6a965372d0ee778d714f80e6a41c163288ad1829313c0bef68f0f07235989d11351c48f4c78b953ceb4a4cb81 SHA512 68189c87890b637b9b3ff40ec4b0518a45023d3af0966cf0556c9dcc884d28660c42af37c69c06bbd03b514e198e5313fce143974ef11b67b95132070a77bfd4
23 +DIST bpytop-1.0.54.tar.gz 616658 BLAKE2B 0c639012ff69bb01f60943d63b179ea53a74affdfc0158ec0ce3e18a7c0ff855246450661fdef36f10fcb2f0de9e623d014cc41f19da375dddaac57f4b755e32 SHA512 4d47c00e6c642eaa48e7aa2d1df74050578f30cf5e40cda016b196e288f64819649e65090c3150a31889fea24e1859215d7fc06f419abad2d11f52efbb0ac7eb
24
25 diff --git a/sys-process/bpytop/bpytop-1.0.52-r1.ebuild b/sys-process/bpytop/bpytop-1.0.54.ebuild
26 similarity index 94%
27 rename from sys-process/bpytop/bpytop-1.0.52-r1.ebuild
28 rename to sys-process/bpytop/bpytop-1.0.54.ebuild
29 index 518430e585a..46708db1eba 100644
30 --- a/sys-process/bpytop/bpytop-1.0.52-r1.ebuild
31 +++ b/sys-process/bpytop/bpytop-1.0.54.ebuild
32 @@ -3,7 +3,7 @@
33
34 EAPI=7
35
36 -PYTHON_COMPAT=( python3_{6..9} )
37 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
38 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
39 inherit distutils-r1