commit:     179548d2ae037cb00fdd3baa3c5d14c2dbd68df6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 10 12:13:14 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sat Feb 10 12:13:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=179548d2

dev-python/sentence-splitter: disable pypy3

dev-python/regex disabled pypy3

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild 
b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
index 9697d63158..dec09481cc 100644
--- a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
+++ b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 

Reply via email to