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 DC3871584AD for ; Tue, 29 Apr 2025 19:38:49 +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 B01D7342FF2 for ; Tue, 29 Apr 2025 19:38:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EBA6611036D; Tue, 29 Apr 2025 19:38:44 +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 E261F11036D for ; Tue, 29 Apr 2025 19:38:44 +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 93112341939 for ; Tue, 29 Apr 2025 19:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B69C254A for ; Tue, 29 Apr 2025 19:38:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745955480.66a41b09a81a9302b55c276be8e8e8b4f518a724.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/propka/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/propka/propka-3.5.1.ebuild X-VCS-Directories: sci-chemistry/propka/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66a41b09a81a9302b55c276be8e8e8b4f518a724 X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:38:43 +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: 0123f9a4-5861-493b-8a87-ad3702db3814 X-Archives-Hash: dcc3f038bbf67f052641ad10346c47fa commit: 66a41b09a81a9302b55c276be8e8e8b4f518a724 Author: Alfred Wingate protonmail com> AuthorDate: Mon Apr 28 12:56:39 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:38:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a41b09 sci-chemistry/propka: enable py3.13 Closes: https://bugs.gentoo.org/952655 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41822 Signed-off-by: Sam James gentoo.org> sci-chemistry/propka/propka-3.5.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/propka/propka-3.5.1.ebuild b/sci-chemistry/propka/propka-3.5.1.ebuild index 2c9eb2ee4f27..d3579964ea1e 100644 --- a/sci-chemistry/propka/propka-3.5.1.ebuild +++ b/sci-chemistry/propka/propka-3.5.1.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1