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-jsmath/
Date: Sun, 31 May 2020 17:17:17
Message-Id: 1590945423.c80101cb95da716412a88e47493e5828558ad1ea.mgorny@gentoo
1 commit: c80101cb95da716412a88e47493e5828558ad1ea
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 16:35:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 17:17:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80101cb
7
8 dev-python/sphinxcontrib-jsmath: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild
16 index 9ed312b7bcf..97538f025fd 100644
17 --- a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild
18 +++ b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.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