Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libtmux/
Date: Sun, 16 Feb 2020 19:59:22
Message-Id: 1581883141.3f9d03e9acee08e387d8bdcb10f5e7820a56c607.chutzpah@gentoo
1 commit: 3f9d03e9acee08e387d8bdcb10f5e7820a56c607
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 16 19:59:01 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 16 19:59:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9d03e9
7
8 dev-python/libtmux-0.8.2-r1: Pull in >=tmux-2.9a (maybe bug #709834)
9
10 It appears upstream tmux changes their error codes, so let's force a
11 recent version to make sure that the errors match modern Gentoo
12 installations.
13
14 Bug: https://bugs.gentoo.org/709834
15 Package-Manager: Portage-2.3.89, Repoman-2.3.20
16 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
17
18 dev-python/libtmux/libtmux-0.8.2-r1.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
22 index 778843b525c..a7793e8471d 100644
23 --- a/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
24 +++ b/dev-python/libtmux/libtmux-0.8.2-r1.ebuild
25 @@ -2,8 +2,9 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
30
31 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
32 +DISTUTILS_USE_SETUPTOOLS=bdepend
33 inherit distutils-r1
34
35 DESCRIPTION="python api for tmux"
36 @@ -14,8 +15,7 @@ LICENSE="MIT"
37 SLOT="0"
38 KEYWORDS="amd64 ~x86"
39
40 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
41 -RDEPEND="app-misc/tmux"
42 +RDEPEND=">=app-misc/tmux-2.9a"
43
44 PATCHES=(
45 "${FILESDIR}/libtmux-0.8.2-tests.patch"