diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-19 21:34:36 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-19 22:39:04 +0100 |
commit | 66fafc246e9dae981c72956dcae64cccc891fa5e (patch) | |
tree | b4aa579deb28c53512393706bc902784f7bff21e /dev-python/snowballstemmer | |
parent | dev-python//alabaster-0.7.11: python 3.8 support added. (diff) | |
download | gentoo-66fafc246e9dae981c72956dcae64cccc891fa5e.tar.gz gentoo-66fafc246e9dae981c72956dcae64cccc891fa5e.tar.bz2 gentoo-66fafc246e9dae981c72956dcae64cccc891fa5e.zip |
dev-python/snowballstemmer-1.2.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/snowballstemmer')
-rw-r--r-- | dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild index c1cb67664e4f..72ff58ff71e1 100644 --- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild +++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 |