projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a3f0bd
)
dev-python/sphinx/sphinx-2.0.1: python 3.8 support added.
author
Piotr Karbowski
<slashbeast@gentoo.org>
Thu, 19 Dec 2019 20:59:32 +0000
(21:59 +0100)
committer
Piotr 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
patch
|
blob
|
history
diff --git
a/dev-python/sphinx/sphinx-2.0.1.ebuild
b/dev-python/sphinx/sphinx-2.0.1.ebuild
index 2ac8b67fa3baa602bc0668791682bd1ecc69799c..6870a2cdb6781e9e25b5c0a93179f4feb03e0c6c 100644
(file)
--- a/
dev-python/sphinx/sphinx-2.0.1.ebuild
+++ b/
dev-python/sphinx/sphinx-2.0.1.ebuild
@@
-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