summaryrefslogtreecommitdiff
path: root/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild')
-rw-r--r--dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
index 270504db6684..3b6dcc6db839 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -4,13 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://snowballstem.org/
+HOMEPAGE="
+ https://snowballstem.org/
https://github.com/snowballstem/snowball
- https://pypi.org/project/snowballstemmer/"
+ https://pypi.org/project/snowballstemmer/
+"
LICENSE="BSD"
SLOT="0"