*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / snowballstemmer / snowballstemmer-1.2.1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DISTUTILS_USE_SETUPTOOLS=no
7 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
8
9 inherit distutils-r1
10
11 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
12 HOMEPAGE="https://github.com/shibukawa/snowball_py https://pypi.org/project/snowballstemmer/"
13 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
14
15 LICENSE="BSD"
16 SLOT="0"
17 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-solaris"
18 IUSE=""