commit: 6203250b72d157a4fbf5154a7251f257469b5685
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 19:43:11 2021 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 22:16:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6203250b
dev-python/sphinxcontrib-blockdiag: Add py3.9 to python_compat
Required for buildbot-3.0.2
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
.../sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git
a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
index c07ba92a703..bcb93877400 100644
--- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -33,9 +33,6 @@ RDEPEND+="
python_prepare_all() {
sed -i -e /build-base/d setup.cfg || die
- # Those tests are known-broken upstream
- # https://github.com/blockdiag/sphinxcontrib-blockdiag/pull/11
- rm tests/test_latex.py || die
distutils-r1_python_prepare_all
}