Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-qthelp/
Date: Sun, 31 May 2020 17:17:16
Message-Id: 1590945425.f24bf7eda686d38dc0cbbc0c6f5fd13983683ccf.mgorny@gentoo
1 commit: f24bf7eda686d38dc0cbbc0c6f5fd13983683ccf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:36:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 17:17:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24bf7ed
7
8 dev-python/sphinxcontrib-qthelp: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild
16 index 53dfdd4ef73..185b85b3f67 100644
17 --- a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild
18 +++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -18,8 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x8
29 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
30 PDEPEND="
31 >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
32 -DEPEND="
33 - dev-python/setuptools[${PYTHON_USEDEP}]
34 +BDEPEND="
35 test? ( ${PDEPEND} )"
36
37 distutils_enable_tests pytest