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 AEC6015800A for ; Mon, 21 Aug 2023 17:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 044562BC03A; Mon, 21 Aug 2023 17:51:07 +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 DE3892BC03A for ; Mon, 21 Aug 2023 17:51:06 +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 E5EC934127D for ; Mon, 21 Aug 2023 17:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C40FB0 for ; Mon, 21 Aug 2023 17:51:04 +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: <1692640260.9b7ae2e60392097c02aad2fb99909e3da606b7b7.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmuxp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild app-misc/tmuxp/tmuxp-1.29.0.ebuild X-VCS-Directories: app-misc/tmuxp/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 9b7ae2e60392097c02aad2fb99909e3da606b7b7 X-VCS-Branch: master Date: Mon, 21 Aug 2023 17:51:04 +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: aba170ae-ad97-46c1-91a4-60a9741d2c9a X-Archives-Hash: 02a29b5a5d38720bb8b8b39196cb3c08 commit: 9b7ae2e60392097c02aad2fb99909e3da606b7b7 Author: Patrick McLean gentoo org> AuthorDate: Mon Aug 21 17:50:37 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Mon Aug 21 17:51:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7ae2e6 app-misc/tmuxp: Revbump, update libtmux dep, add py312 Signed-off-by: Patrick McLean gentoo.org> app-misc/tmuxp/{tmuxp-1.29.0.ebuild => tmuxp-1.29.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tmuxp/tmuxp-1.29.0.ebuild b/app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild similarity index 91% rename from app-misc/tmuxp/tmuxp-1.29.0.ebuild rename to app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild index 35f445534527..730a7c48d242 100644 --- a/app-misc/tmuxp/tmuxp-1.29.0.ebuild +++ b/app-misc/tmuxp/tmuxp-1.29.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=" >=app-misc/tmux-3.0a - =dev-python/libtmux-0.22.1*[${PYTHON_USEDEP}] + =dev-python/libtmux-0.23.0*[${PYTHON_USEDEP}] >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] >=dev-python/pyyaml-6.0[${PYTHON_USEDEP}] "