From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DF7715808A for ; Sat, 02 Aug 2025 19:12:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 790CD340E0F for ; Sat, 02 Aug 2025 19:12:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 737F0110560; Sat, 02 Aug 2025 19:12:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6F664110560 for ; Sat, 02 Aug 2025 19:12:24 +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 EE839340D54 for ; Sat, 02 Aug 2025 19:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 139AD3183 for ; Sat, 02 Aug 2025 19:12:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1754161877.737047573d360c1f5a113c032cfa9e86cadcb2f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/levenshtein/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/levenshtein/levenshtein-0.27.1.ebuild X-VCS-Directories: dev-python/levenshtein/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 737047573d360c1f5a113c032cfa9e86cadcb2f9 X-VCS-Branch: master Date: Sat, 02 Aug 2025 19:12:22 +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: c6b0881c-f7db-47e0-b228-71dd89cea373 X-Archives-Hash: 589ed8dcf0fb7b0f3dc8a2d9947381d7 commit: 737047573d360c1f5a113c032cfa9e86cadcb2f9 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 2 18:34:28 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 2 19:11:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73704757 dev-python/levenshtein: Use EPYTEST_PLUGINS Signed-off-by: Michał Górny gentoo.org> dev-python/levenshtein/levenshtein-0.27.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/levenshtein/levenshtein-0.27.1.ebuild b/dev-python/levenshtein/levenshtein-0.27.1.ebuild index b79dd5193db9..16ce7ddb0c11 100644 --- a/dev-python/levenshtein/levenshtein-0.27.1.ebuild +++ b/dev-python/levenshtein/levenshtein-0.27.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=scikit-build-core -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 @@ -38,6 +38,7 @@ BDEPEND=" >=dev-python/scikit-build-core-0.11[${PYTHON_USEDEP}] " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_prepare() {