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 72BA6138239 for ; Sun, 16 Feb 2020 19:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81819E0849; Sun, 16 Feb 2020 19:59:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 434FEE0849 for ; Sun, 16 Feb 2020 19:59:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C39A234E237 for ; Sun, 16 Feb 2020 19:59:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F96517 for ; Sun, 16 Feb 2020 19:59:16 +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: <1581883141.3f9d03e9acee08e387d8bdcb10f5e7820a56c607.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libtmux/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libtmux/libtmux-0.8.2-r1.ebuild X-VCS-Directories: dev-python/libtmux/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 3f9d03e9acee08e387d8bdcb10f5e7820a56c607 X-VCS-Branch: master Date: Sun, 16 Feb 2020 19:59:16 +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: c6571c3d-bd47-4096-8ccd-29d7818e9289 X-Archives-Hash: 7d28a6aed13f42f7f8b20eb45556da83 commit: 3f9d03e9acee08e387d8bdcb10f5e7820a56c607 Author: Patrick McLean gentoo org> AuthorDate: Sun Feb 16 19:59:01 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Sun Feb 16 19:59:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9d03e9 dev-python/libtmux-0.8.2-r1: Pull in >=tmux-2.9a (maybe bug #709834) It appears upstream tmux changes their error codes, so let's force a recent version to make sure that the errors match modern Gentoo installations. Bug: https://bugs.gentoo.org/709834 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> dev-python/libtmux/libtmux-0.8.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild index 778843b525c..a7793e8471d 100644 --- a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild +++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="python api for tmux" @@ -14,8 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~x86" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="app-misc/tmux" +RDEPEND=">=app-misc/tmux-2.9a" PATCHES=( "${FILESDIR}/libtmux-0.8.2-tests.patch"