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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9F62158232 for ; Sat, 7 Dec 2024 15:04:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13ABEE11C5; Sat, 7 Dec 2024 15:04:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DFE38E11C5 for ; Sat, 7 Dec 2024 15:04:09 +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 3D62E3430EC for ; Sat, 7 Dec 2024 15:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 696B6F96 for ; Sat, 7 Dec 2024 15:03:59 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1733581832.eb9d60435a91a302f6500e68f37b4c62271fdbde.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/invoke/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/invoke/invoke-2.2.0.ebuild X-VCS-Directories: dev-python/invoke/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: eb9d60435a91a302f6500e68f37b4c62271fdbde X-VCS-Branch: dev Date: Sat, 7 Dec 2024 15:03:59 +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: a9c076a7-9d87-4515-8f1e-e3c1e90c4d55 X-Archives-Hash: f6421fefc16bbba3056a11ac0d10ba76 commit: eb9d60435a91a302f6500e68f37b4c62271fdbde Author: Takuya Wakazono gmail com> AuthorDate: Sat Dec 7 14:14:01 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Dec 7 14:30:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb9d6043 dev-python/invoke: enable py3.13 Signed-off-by: Takuya Wakazono gmail.com> dev-python/invoke/invoke-2.2.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/invoke/invoke-2.2.0.ebuild b/dev-python/invoke/invoke-2.2.0.ebuild index cf85db35d..b38124f20 100644 --- a/dev-python/invoke/invoke-2.2.0.ebuild +++ b/dev-python/invoke/invoke-2.2.0.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} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Pythonic task execution" @@ -19,7 +19,6 @@ BDEPEND=" test? ( dev-python/decorator[${PYTHON_USEDEP}] >=dev-python/icecream-2.1[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-4[${PYTHON_USEDEP}] >=dev-python/pytest-relaxed-2[${PYTHON_USEDEP}] ) "