dev-python/sphinx/sphinx-2.0.1: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Thu, 19 Dec 2019 20:59:32 +0000 (21:59 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Thu, 19 Dec 2019 21:39:06 +0000 (22:39 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/sphinx/sphinx-2.0.1.ebuild

index 2ac8b67fa3baa602bc0668791682bd1ecc69799c..6870a2cdb6781e9e25b5c0a93179f4feb03e0c6c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
+PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1