summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:39:20 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:08 +0100
commit0bb68f8ff487eb36b4473a200d9fb87092682b3d (patch)
treea6abd22c18bb4108813261fbca5b097fa1f1018b
parentdev-python/sphinx-testing-1.0.1-r1: python 3.8 support added. (diff)
downloadgentoo-0bb68f8f.tar.gz
gentoo-0bb68f8f.tar.bz2
gentoo-0bb68f8f.zip
dev-python/sphinxcontrib-asyncio-0.2.0-r2: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
index 91e8040b2f2f..3ff581a4fe46 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="sphinx extension to support coroutines in markup"