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 29EA91584AD for ; Thu, 01 May 2025 22:25:05 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1136E340C77 for ; Thu, 01 May 2025 22:25:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6460111036F; Thu, 01 May 2025 22:24:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 40FB111036D for ; Thu, 01 May 2025 22:24:55 +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 B5086340C57 for ; Thu, 01 May 2025 22:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BCCB2662 for ; Thu, 01 May 2025 22:24:53 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1746137801.b3a4e13056ed8a623befa2ed50914b487804f81e.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-clipman/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild X-VCS-Directories: gui-apps/nwg-clipman/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: b3a4e13056ed8a623befa2ed50914b487804f81e X-VCS-Branch: dev Date: Thu, 01 May 2025 22:24:53 +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: 820b019b-7179-4144-a49f-7c768585d69b X-Archives-Hash: 253ade9da92fe285a7ac7dbf935f5ead commit: b3a4e13056ed8a623befa2ed50914b487804f81e Author: Pascal Jäger leimstift de> AuthorDate: Thu May 1 21:17:37 2025 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Thu May 1 22:16:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3a4e130 gui-apps/nwg-clipman: bump pyhton compat Signed-off-by: Pascal Jäger leimstift.de> .../{nwg-clipman-0.2.4.ebuild => nwg-clipman-0.2.4-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild b/gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild similarity index 94% rename from gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild rename to gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild index ac59529d9..d8ceeefb0 100644 --- a/gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild +++ b/gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 xdg-utils