summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-29 18:02:11 +0200
committerSam James <sam@gentoo.org>2023-05-29 22:54:58 +0100
commitbbc9a6a44aeddd7ed2b144330db68f53aff7f37b (patch)
tree16a7246c5ebfdf9c4a29b113d8a423ab2c817e29
parentdev-python/alabaster: enable py3.12 (diff)
downloadgentoo-bbc9a6a44aeddd7ed2b144330db68f53aff7f37b.tar.gz
gentoo-bbc9a6a44aeddd7ed2b144330db68f53aff7f37b.tar.bz2
gentoo-bbc9a6a44aeddd7ed2b144330db68f53aff7f37b.zip
dev-python/snowballstemmer: enable py3.12
and update HOMEPAGE quotes Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
-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"