commit: deb1027de26aa2f90f69f044c0ef9ed624fcf823
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 21:15:58 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 21:54:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb1027d
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 <slashbeast <AT> gentoo.org>
dev-python/sphinx/sphinx-1.7.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
b/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
index b83025fe718..953efc97486 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