Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/
Date: Mon, 02 Dec 2019 13:48:58
Message-Id: 1575294515.77928db018756aa2326c554c5453401f09b0c927.asturm@gentoo
1 commit: 77928db018756aa2326c554c5453401f09b0c927
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 16:07:06 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 13:48:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77928db0
7
8 dev-python/polib: python3_8
9
10 Bug: https://bugs.gentoo.org/701588
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-python/polib/polib-1.1.0-r1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/polib/polib-1.1.0-r1.ebuild b/dev-python/polib/polib-1.1.0-r1.ebuild
18 index 0bed6f00a04..d5f735e244e 100644
19 --- a/dev-python/polib/polib-1.1.0-r1.ebuild
20 +++ b/dev-python/polib/polib-1.1.0-r1.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
26 +
27 +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} )
28
29 inherit distutils-r1
30
31 @@ -15,7 +16,7 @@ SLOT="0"
32 KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86"
33 IUSE="doc"
34
35 -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
36 +DEPEND="doc? ( dev-python/sphinx )"
37
38 PATCHES=(
39 "${FILESDIR}"/${PN}-1.0.7-BE-test.patch