dev-python/sphinx-1.7.5-r1: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:15:58 +0000 (22:15 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:08 +0000 (22:54 +0100)
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 <slashbeast@gentoo.org>
dev-python/sphinx/sphinx-1.7.5-r1.ebuild

index b83025fe71888c343fe95be261eb46f98b9c087d..953efc97486e7976cb9a26eca2aa2b1421039128 100644 (file)
@@ -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