dev-python/future: Enable pypy*, and fix tests on py38

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-15 23:51:39 +01:00
parent 2abc8d0bb8
commit ed80835ba9
2 changed files with 274 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
inherit distutils-r1
@@ -33,6 +33,10 @@ BDEPEND="
)
"
PATCHES=(
"${FILESDIR}"/${P}-tests.patch
)
python_check_deps() {
use doc || return 0
has_version "dev-python/sphinx[${PYTHON_USEDEP}]" &&