From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7B521382C5 for ; Thu, 31 Dec 2020 20:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD991E086D; Thu, 31 Dec 2020 20:20:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BBCFE086D for ; Thu, 31 Dec 2020 20:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D8C1340E53 for ; Thu, 31 Dec 2020 20:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7DC8309 for ; Thu, 31 Dec 2020 20:20:55 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1609446046.7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/bpytop/Manifest sys-process/bpytop/bpytop-1.0.52-r1.ebuild sys-process/bpytop/bpytop-1.0.54.ebuild X-VCS-Directories: sys-process/bpytop/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7 X-VCS-Branch: master Date: Thu, 31 Dec 2020 20:20:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccdf3ccf-d46f-455d-a244-354998dd092f X-Archives-Hash: 76ecfc2697b5e6508197973a6a94a4b8 commit: 7853b6cd541bc1fef6e4ef97dbbbd1ca42ce6ec7 Author: Patrick McLean gentoo org> AuthorDate: Thu Dec 31 20:20:46 2020 +0000 Commit: Patrick McLean gentoo 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 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