diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:40:58 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:08 +0100 |
commit | 31bcd0b88c1ce5e9ac0b365496f91ad8f33c9ef4 (patch) | |
tree | 08a7a3cb7666c9ddf74b15c36530f952e89f7048 /dev-python/sphinxcontrib-newsfeed | |
parent | dev-python/sphinxcontrib-blockdiag-2.0.0: python 3.8 support added. (diff) | |
download | gentoo-31bcd0b88c1ce5e9ac0b365496f91ad8f33c9ef4.tar.gz gentoo-31bcd0b88c1ce5e9ac0b365496f91ad8f33c9ef4.tar.bz2 gentoo-31bcd0b88c1ce5e9ac0b365496f91ad8f33c9ef4.zip |
dev-python/sphinxcontrib-newsfeed-0.1.4: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-newsfeed')
-rw-r--r-- | dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index 4218c7aeb85c..faedd14f2962 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.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} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 |