Signed-off-by: Michał Górny <mgorny@gentoo.org>
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1
# fragile test for import time
sed -i -e 's:test_import_time:_&:' test_path.py || die
+ # fails on py3.9
+ sed -i -e 's:test_version:_&:' test_path.py || die
+
distutils-r1_python_prepare_all
}
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1