From: Michał Górny Date: Sun, 26 Apr 2020 11:09:00 +0000 (+0200) Subject: dev-python/sphinx-jinja: Enable py3.{7,8} X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9059e87453f0fd073cb69e36ecef636ff0b187fe;p=gentoo.git dev-python/sphinx-jinja: Enable py3.{7,8} Signed-off-by: Michał Górny --- diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild index c5132f939caf..bc90a9dd2048 100644 --- a/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild +++ b/dev-python/sphinx-jinja/sphinx-jinja-0.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -32,5 +32,5 @@ python_prepare() { } python_test() { - nosetests || die + nosetests -v || die }