summaryrefslogtreecommitdiff
path: root/dev-python/sphinxcontrib-blockdiag
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /dev-python/sphinxcontrib-blockdiag
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'dev-python/sphinxcontrib-blockdiag')
-rw-r--r--dev-python/sphinxcontrib-blockdiag/Manifest2
-rw-r--r--dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild7
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest
index 3abf8a51fb8e..f6174267aef7 100644
--- a/dev-python/sphinxcontrib-blockdiag/Manifest
+++ b/dev-python/sphinxcontrib-blockdiag/Manifest
@@ -1,3 +1,3 @@
DIST sphinxcontrib-blockdiag-2.0.0.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1
-EBUILD sphinxcontrib-blockdiag-2.0.0.ebuild 1206 BLAKE2B f9588d05275cf5095e3a37ae0976431c09d6535af035dac28b98348d03bc8302bd33a8ded55c2018df70cfbfba377344b5348cf5eb6efb4e93c1696914542569 SHA512 679b840784cafc0144a8b70253c394397a541795541d6bc84f765fad8dca4dfd8e32f725d6c2a32b425cbd69e336d35da28ccca6ad6079020dca170db7c4868e
+EBUILD sphinxcontrib-blockdiag-2.0.0.ebuild 1072 BLAKE2B 0b35ec89ea4523e113c6cfeb4bf50c9bf251c350135d6958e19a5774fc4bb3dfe6aa5bbde25543e2e9aa9e6d9bdecae53254862afd4210eb2d79dff47b7414fa SHA512 7403557d4e95f24639bea1d676a243291ffb62c3a117144906eaad191ca57017057ea10d8dc95526c06a6cd3b5b1867cffb73f26082d8603248a76e5c50dc6c5
MISC metadata.xml 477 BLAKE2B 81fd6ecb1babff7205258eea29e7937a0007ad0ab1d275a0baf4c2b2b0d2bd40143e47ed8dcbed54381283368019443fe67d7c4d210bcaa3713a72269f18aca1 SHA512 48c35224a7fc9e72de6fb738686be0e81d76469a756efadd80455bcaea3feba0aa71dd9be4ecca43c6843cf9160ca42a6eacd2a15081c4c8a637d4384677db92
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
}