commit:     bbc9a6a44aeddd7ed2b144330db68f53aff7f37b
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon May 29 16:02:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 29 21:54:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc9a6a4

dev-python/snowballstemmer: enable py3.12

and update HOMEPAGE quotes

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 8 +++++---
 1 file 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"

Reply via email to