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 5CAC81382C5 for ; Thu, 4 Mar 2021 11:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DB05E0877; Thu, 4 Mar 2021 11:40:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5BA7EE0877 for ; Thu, 4 Mar 2021 11:40: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 0B112335C38 for ; Thu, 4 Mar 2021 11:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64CA1478 for ; Thu, 4 Mar 2021 11:40:55 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1614858024.e20abc16aef302b28dfc4d19c1921573614dbc8d.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/py3status/py3status-3.33-r1.ebuild x11-misc/py3status/py3status-3.33-r2.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: e20abc16aef302b28dfc4d19c1921573614dbc8d X-VCS-Branch: master Date: Thu, 4 Mar 2021 11:40: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: 580b2fcc-94b4-4111-9692-b59c9d191d8c X-Archives-Hash: 94b16f4972eaf12d2eb0bceaa1d1bb4f commit: e20abc16aef302b28dfc4d19c1921573614dbc8d Author: Alexys Jacob gentoo org> AuthorDate: Thu Mar 4 11:40:24 2021 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Thu Mar 4 11:40:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20abc16 x11-misc/py3status: add python3.9 compat Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Alexys Jacob gentoo.org> .../py3status/{py3status-3.33-r1.ebuild => py3status-3.33-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/py3status/py3status-3.33-r1.ebuild b/x11-misc/py3status/py3status-3.33-r2.ebuild similarity index 90% rename from x11-misc/py3status/py3status-3.33-r1.ebuild rename to x11-misc/py3status/py3status-3.33-r2.ebuild index a5c75fc841b..249cd9474c6 100644 --- a/x11-misc/py3status/py3status-3.33-r1.ebuild +++ b/x11-misc/py3status/py3status-3.33-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"