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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA677158451 for ; Sun, 14 Jan 2024 10:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED537E2A5E; Sun, 14 Jan 2024 10:45:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB3ABE2A5E for ; Sun, 14 Jan 2024 10:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0C4A343220 for ; Sun, 14 Jan 2024 10:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 406C4B39 for ; Sun, 14 Jan 2024 10:45:19 +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: <1705229105.9b5f50a69dc31eb998ba38970d77b40d1dcf7afd.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.55.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 9b5f50a69dc31eb998ba38970d77b40d1dcf7afd X-VCS-Branch: master Date: Sun, 14 Jan 2024 10:45:19 +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: fbde199c-4dfc-42e9-95dc-d5f5384a0991 X-Archives-Hash: fe8ddc87eda7208b66f57f1e2f95f5c8 commit: 9b5f50a69dc31eb998ba38970d77b40d1dcf7afd Author: Alexys Jacob gentoo org> AuthorDate: Sun Jan 14 10:45:05 2024 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Sun Jan 14 10:45:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5f50a6 x11-misc/py3status: disable py3.12 Signed-off-by: Alexys Jacob gentoo.org> x11-misc/py3status/py3status-3.55.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/py3status/py3status-3.55.ebuild b/x11-misc/py3status/py3status-3.55.ebuild index 0a40790c0771..306470adcb04 100644 --- a/x11-misc/py3status/py3status-3.55.ebuild +++ b/x11-misc/py3status/py3status-3.55.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11} ) DISTUTILS_USE_PEP517=hatchling SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"