diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 15:43:11 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 18:16:01 -0400 |
commit | 6203250b72d157a4fbf5154a7251f257469b5685 (patch) | |
tree | 5288ed6f3b578f0a9a775351bbf8c04f6f1ac873 /dev-python/sphinxcontrib-blockdiag | |
parent | dev-python/sphinx-testing: Add py3.9 to python_compat (diff) | |
download | gentoo-6203250b72d157a4fbf5154a7251f257469b5685.tar.gz gentoo-6203250b72d157a4fbf5154a7251f257469b5685.tar.bz2 gentoo-6203250b72d157a4fbf5154a7251f257469b5685.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-blockdiag')
-rw-r--r-- | dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 7 |
1 files 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 c07ba92a7036..bcb93877400e 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 } |