Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/
Date: Sun, 28 Mar 2021 22:16:21
Message-Id: 1616969761.6203250b72d157a4fbf5154a7251f257469b5685.dolsen@gentoo
1 commit: 6203250b72d157a4fbf5154a7251f257469b5685
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 19:43:11 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 28 22:16:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6203250b
7
8 dev-python/sphinxcontrib-blockdiag: Add py3.9 to python_compat
9
10 Required for buildbot-3.0.2
11
12 Package-Manager: Portage-3.0.14, Repoman-3.0.2
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 .../sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 7 ++-----
16 1 file changed, 2 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
19 index c07ba92a703..bcb93877400 100644
20 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
21 +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30
31 inherit distutils-r1
32
33 @@ -33,9 +33,6 @@ RDEPEND+="
34
35 python_prepare_all() {
36 sed -i -e /build-base/d setup.cfg || die
37 - # Those tests are known-broken upstream
38 - # https://github.com/blockdiag/sphinxcontrib-blockdiag/pull/11
39 - rm tests/test_latex.py || die
40 distutils-r1_python_prepare_all
41 }