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 7192015817D for ; Sat, 15 Jun 2024 04:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1CA6E2B40; Sat, 15 Jun 2024 04:22:36 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B41B4E2B40 for ; Sat, 15 Jun 2024 04:22:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA729335D6E for ; Sat, 15 Jun 2024 04:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FE621D18 for ; Sat, 15 Jun 2024 04:22:33 +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: <1718423816.1f272dc59090ae7cf46afb720e88d9d5f3929675.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/repoze-lru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild X-VCS-Directories: dev-python/repoze-lru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f272dc59090ae7cf46afb720e88d9d5f3929675 X-VCS-Branch: master Date: Sat, 15 Jun 2024 04:22:33 +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: 3171046a-7a90-4ec6-a5bf-338a3d738f32 X-Archives-Hash: f6ed851db7947c2597d53114b8151004 commit: 1f272dc59090ae7cf46afb720e88d9d5f3929675 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 15 03:50:57 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 15 03:56:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f272dc5 dev-python/repoze-lru: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild index 9a0ee04c9318..c3bc3607d8d6 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 @@ -26,10 +26,6 @@ LICENSE="repoze" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86" -RDEPEND=" - !dev-python/namespace-repoze -" - distutils_enable_tests unittest python_compile() {