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 02BDE158042 for ; Sun, 10 Nov 2024 15:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2275E0918; Sun, 10 Nov 2024 15:48:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E815E0918 for ; Sun, 10 Nov 2024 15:48: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7FF734069F for ; Sun, 10 Nov 2024 15:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E681DC3 for ; Sun, 10 Nov 2024 15:48:34 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1731253709.28596b03859400edde57db366821e07c5c3c2798.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyclip/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyclip/pyclip-0.7.0-r1.ebuild dev-python/pyclip/pyclip-0.7.0-r2.ebuild X-VCS-Directories: dev-python/pyclip/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 28596b03859400edde57db366821e07c5c3c2798 X-VCS-Branch: dev Date: Sun, 10 Nov 2024 15:48:34 +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: 18456c43-1647-470d-9fc3-fc7a12cad9c6 X-Archives-Hash: 8c42f28d3649b1952dffa792ac1691a5 commit: 28596b03859400edde57db366821e07c5c3c2798 Author: Denis Reva gmail com> AuthorDate: Sun Nov 10 15:46:37 2024 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Nov 10 15:48:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28596b03 dev-python/pyclip: add python3.13 support Signed-off-by: Denis Reva gmail.com> dev-python/pyclip/{pyclip-0.7.0-r1.ebuild => pyclip-0.7.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyclip/pyclip-0.7.0-r1.ebuild b/dev-python/pyclip/pyclip-0.7.0-r2.ebuild similarity index 97% rename from dev-python/pyclip/pyclip-0.7.0-r1.ebuild rename to dev-python/pyclip/pyclip-0.7.0-r2.ebuild index 88d86ecd7..65a807ffa 100644 --- a/dev-python/pyclip/pyclip-0.7.0-r1.ebuild +++ b/dev-python/pyclip/pyclip-0.7.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517="setuptools"