From deb1027de26aa2f90f69f044c0ef9ed624fcf823 Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Mon, 30 Dec 2019 22:15:58 +0100 Subject: dev-python/sphinx-1.7.5-r1: python 3.8 support added. At least pbr requires sphinx for testing, meaning a sphinx with both py27 and py38 will be required, and since sphinx-2 no longer have py27 support, 1.7.5-r1 gets py38. Signed-off-by: Piotr Karbowski --- dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild index b83025fe7188..953efc97486e 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 -- cgit v1.2.3-65-gdbad