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 E08B3138334 for ; Mon, 2 Dec 2019 13:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24557E0880; Mon, 2 Dec 2019 13:48:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0A608E0880 for ; Mon, 2 Dec 2019 13:48:58 +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 D1B8E34D6B5 for ; Mon, 2 Dec 2019 13:48:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58546744 for ; Mon, 2 Dec 2019 13:48:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1575294515.77928db018756aa2326c554c5453401f09b0c927.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/polib/polib-1.1.0-r1.ebuild X-VCS-Directories: dev-python/polib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 77928db018756aa2326c554c5453401f09b0c927 X-VCS-Branch: master Date: Mon, 2 Dec 2019 13:48:55 +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: af27cffc-cea6-4727-8ae6-f74a4ef71ff0 X-Archives-Hash: aa855988a659c84805d7a08e45ba641b commit: 77928db018756aa2326c554c5453401f09b0c927 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 30 16:07:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 2 13:48:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77928db0 dev-python/polib: python3_8 Bug: https://bugs.gentoo.org/701588 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/polib/polib-1.1.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/polib/polib-1.1.0-r1.ebuild b/dev-python/polib/polib-1.1.0-r1.ebuild index 0bed6f00a04..d5f735e244e 100644 --- a/dev-python/polib/polib-1.1.0-r1.ebuild +++ b/dev-python/polib/polib-1.1.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) inherit distutils-r1 @@ -15,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86" IUSE="doc" -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +DEPEND="doc? ( dev-python/sphinx )" PATCHES=( "${FILESDIR}"/${PN}-1.0.7-BE-test.patch