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 6EAF013933E for ; Tue, 6 Jul 2021 08:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ED94E09AE; Tue, 6 Jul 2021 08:09:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 37CAAE09AE for ; Tue, 6 Jul 2021 08:09:24 +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 4EA88342B1E for ; Tue, 6 Jul 2021 08:09:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D36BB7C7 for ; Tue, 6 Jul 2021 08:09:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1625558905.f2fd46f09b3cee191f923d7e05749e6d65df168c.mgorny@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.10.1.ebuild dev-python/libtmux/libtmux-0.8.5.ebuild dev-python/libtmux/libtmux-0.9.0.ebuild X-VCS-Directories: dev-python/libtmux/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f2fd46f09b3cee191f923d7e05749e6d65df168c X-VCS-Branch: master Date: Tue, 6 Jul 2021 08:09:21 +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: b978e950-a25f-4fd4-9e1e-42cbf7506a26 X-Archives-Hash: cb452c51905e92d0a75ac0e94430e8d5 commit: f2fd46f09b3cee191f923d7e05749e6d65df168c Author: Michał Górny gentoo org> AuthorDate: Tue Jul 6 08:07:12 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 6 08:08:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fd46f0 dev-python/libtmux: Remove stale dep on pathlib2 Signed-off-by: Michał Górny gentoo.org> dev-python/libtmux/libtmux-0.10.1.ebuild | 4 +--- dev-python/libtmux/libtmux-0.8.5.ebuild | 6 ++---- dev-python/libtmux/libtmux-0.9.0.ebuild | 4 +--- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-python/libtmux/libtmux-0.10.1.ebuild b/dev-python/libtmux/libtmux-0.10.1.ebuild index 4f183304d9d..0c111725709 100644 --- a/dev-python/libtmux/libtmux-0.10.1.ebuild +++ b/dev-python/libtmux/libtmux-0.10.1.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="python api for tmux" @@ -18,7 +17,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=">=app-misc/tmux-3.0a" BDEPEND=" test? ( - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_{7..9}) dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/twine[${PYTHON_USEDEP}] diff --git a/dev-python/libtmux/libtmux-0.8.5.ebuild b/dev-python/libtmux/libtmux-0.8.5.ebuild index ef673057a13..3dc2f9cca23 100644 --- a/dev-python/libtmux/libtmux-0.8.5.ebuild +++ b/dev-python/libtmux/libtmux-0.8.5.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..9} pypy3 ) inherit distutils-r1 DESCRIPTION="python api for tmux" @@ -18,7 +17,6 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" RDEPEND=">=app-misc/tmux-3.0a" BDEPEND=" test? ( - dev-python/pathlib2[${PYTHON_USEDEP}] dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] ) diff --git a/dev-python/libtmux/libtmux-0.9.0.ebuild b/dev-python/libtmux/libtmux-0.9.0.ebuild index b252f9c9bda..b1ce5d80145 100644 --- a/dev-python/libtmux/libtmux-0.9.0.ebuild +++ b/dev-python/libtmux/libtmux-0.9.0.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="python api for tmux" @@ -18,7 +17,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" RDEPEND=">=app-misc/tmux-3.0a" BDEPEND=" test? ( - $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python3_{7..9}) dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/twine[${PYTHON_USEDEP}]