diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-19 21:47:24 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-19 22:39:05 +0100 |
commit | 37265395b5fb0ea4a33c7bffc438cc499814738f (patch) | |
tree | 32bb94fbaf62b2d0d0908267f9eaadd2fbdc78cf /dev-python/sphinxcontrib-devhelp | |
parent | dev-python/sphinxcontrib-htmlhelp-1.0.2: python 3.8 support added. (diff) | |
download | gentoo-37265395b5fb0ea4a33c7bffc438cc499814738f.tar.gz gentoo-37265395b5fb0ea4a33c7bffc438cc499814738f.tar.bz2 gentoo-37265395b5fb0ea4a33c7bffc438cc499814738f.zip |
dev-python/sphinxcontrib-devhelp-1.0.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-devhelp')
-rw-r--r-- | dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild index e2c9322af1c9..72eeea9ee2aa 100644 --- a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 ) inherit distutils-r1 |