From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3BDA15806E for ; Mon, 29 May 2023 21:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D9F8E09E6; Mon, 29 May 2023 21:55:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9B55E09E6 for ; Mon, 29 May 2023 21:55:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14AFB341100 for ; Mon, 29 May 2023 21:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692A2A7D for ; Mon, 29 May 2023 21:55:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685397298.bbc9a6a44aeddd7ed2b144330db68f53aff7f37b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild X-VCS-Directories: dev-python/snowballstemmer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbc9a6a44aeddd7ed2b144330db68f53aff7f37b X-VCS-Branch: master Date: Mon, 29 May 2023 21:55:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac89883d-7abf-4a15-88e7-6f1971c1fa33 X-Archives-Hash: c08db620e33a03098e78a53413492b59 commit: bbc9a6a44aeddd7ed2b144330db68f53aff7f37b Author: Petr Vaněk atlas cz> AuthorDate: Mon May 29 16:02:11 2023 +0000 Commit: Sam James gentoo 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 atlas.cz> Signed-off-by: Sam James 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"