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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7993B1581EE for ; Wed, 02 Apr 2025 10:24:28 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 62E47343208 for ; Wed, 02 Apr 2025 10:24:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 689171104B3; Wed, 02 Apr 2025 10:24:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5C50A1104B3 for ; Wed, 02 Apr 2025 10:24:26 +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 11E013431FB for ; Wed, 02 Apr 2025 10:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7113C17EE for ; Wed, 02 Apr 2025 10:24:24 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1743589413.84a6e5f0b5663272902528dd5b9cee5bf0c18386.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-3.0.0-r1.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 84a6e5f0b5663272902528dd5b9cee5bf0c18386 X-VCS-Branch: master Date: Wed, 02 Apr 2025 10:24:24 +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: 207aab73-2e5c-4d43-9e33-e2f28768ac68 X-Archives-Hash: 8796d6f918903ab71f12ddd38db0afe5 commit: 84a6e5f0b5663272902528dd5b9cee5bf0c18386 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Apr 2 10:23:22 2025 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Apr 2 10:23:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a6e5f0 sci-chemistry/pymol: enable py3.13 and disable py3.10 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/pymol/pymol-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/pymol/pymol-3.0.0-r1.ebuild b/sci-chemistry/pymol/pymol-3.0.0-r1.ebuild index ff2b8174eeb4..a352b9586b22 100644 --- a/sci-chemistry/pymol/pymol-3.0.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-3.0.0-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_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1