diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:48:25 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:09 +0100 |
commit | 3887f5d8c2f561f1a7750d9770656a3b0aef26ec (patch) | |
tree | 3d7a804e958fc0b718717cefaf6e2dfd38b48321 /dev-python/sphinxcontrib-websupport | |
parent | dev-python/sphinxcontrib-spelling-4.3.0: python 3.8 support added. (diff) | |
download | gentoo-3887f5d8c2f561f1a7750d9770656a3b0aef26ec.tar.gz gentoo-3887f5d8c2f561f1a7750d9770656a3b0aef26ec.tar.bz2 gentoo-3887f5d8c2f561f1a7750d9770656a3b0aef26ec.zip |
dev-python/sphinxcontrib-websupport-1.1.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-websupport')
-rw-r--r-- | dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild index 61359df3df8a..b4080ac38a7c 100644 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1 |