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 7F6C4138350 for ; Sat, 1 Feb 2020 20:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C436E0825; Sat, 1 Feb 2020 20:16:38 +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 4147FE0825 for ; Sat, 1 Feb 2020 20:16:38 +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 D83DE34E3C5 for ; Sat, 1 Feb 2020 20:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 145EB10C for ; Sat, 1 Feb 2020 20:16:34 +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: <1580588191.2655dcceb9c95ba030ffbc28d5fcb58103c04805.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/tox-3.14.3-r1.ebuild dev-python/tox/tox-3.14.3.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2655dcceb9c95ba030ffbc28d5fcb58103c04805 X-VCS-Branch: master Date: Sat, 1 Feb 2020 20:16:34 +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: fa1ea198-c21b-4c7c-bd95-6881fd18ef6a X-Archives-Hash: f9c78711121ac03fb8514c810de1a0d4 commit: 2655dcceb9c95ba030ffbc28d5fcb58103c04805 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 1 20:05:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 1 20:16:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2655dcce dev-python/tox: Add lower bound for pluggy dep Signed-off-by: Michał Górny gentoo.org> dev-python/tox/{tox-3.14.3.ebuild => tox-3.14.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/tox/tox-3.14.3.ebuild b/dev-python/tox/tox-3.14.3-r1.ebuild similarity index 96% rename from dev-python/tox/tox-3.14.3.ebuild rename to dev-python/tox/tox-3.14.3-r1.ebuild index e16af1d4b10..8667addb5a4 100644 --- a/dev-python/tox/tox-3.14.3.ebuild +++ b/dev-python/tox/tox-3.14.3-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tox-dev/tox/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" # doc disabled because of missing deps in tree IUSE="test" @@ -27,6 +27,7 @@ RDEPEND=" ' python3_{5,6,7} pypy3) dev-python/packaging[${PYTHON_USEDEP}] =dev-python/pluggy-0.12[${PYTHON_USEDEP}] dev-python/pip[${PYTHON_USEDEP}] dev-python/py[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]