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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 588361581C1 for ; Wed, 3 Jul 2024 16:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A940E2B42; Wed, 3 Jul 2024 16:00:43 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 58C02E2B42 for ; Wed, 3 Jul 2024 16:00:40 +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 BCE33335D0F for ; Wed, 3 Jul 2024 16:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54255154E for ; Wed, 3 Jul 2024 16:00:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1720022418.a1ab1e144a54f3becae3bbbe6e7ad9094d797428.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/QtPy/QtPy-2.4.1-r1.ebuild X-VCS-Directories: dev-python/QtPy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a1ab1e144a54f3becae3bbbe6e7ad9094d797428 X-VCS-Branch: master Date: Wed, 3 Jul 2024 16:00:37 +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: 7190d8eb-57da-4ee0-b4ff-22704784aaa9 X-Archives-Hash: 24cafac44413ed2704f344f24f63a140 commit: a1ab1e144a54f3becae3bbbe6e7ad9094d797428 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jul 3 15:59:39 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jul 3 16:00:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ab1e14 dev-python/QtPy: enable py3.13 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/QtPy/QtPy-2.4.1-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild index 77a7edfb9514..e1495a0f9932 100644 --- a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild +++ b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 virtualx pypi @@ -30,6 +30,7 @@ unset _IUSE_QT_MODULES REQUIRED_USE=" || ( pyqt5 pyqt6 pyside2 pyside6 ) python_targets_python3_12? ( !pyside2 ) + python_targets_python3_13? ( !pyside2 ) " # These flags are currently *not* common to the PySide2/6 and PyQt5/6 ebuilds @@ -139,7 +140,9 @@ BDEPEND=" dev-python/pyside2[webchannel,webengine,websockets,widgets,x11extras] dev-python/pyside2[xml,xmlpatterns] dev-qt/qtsql:5[sqlite] + dev-python/pyside2-tools[${PYTHON_USEDEP}] ' python3_{10..11}) + dev-qt/qtsql:5[sqlite] ) pyside6? ( dev-python/pyside6[${PYTHON_USEDEP}] @@ -148,6 +151,7 @@ BDEPEND=" dev-python/pyside6[printsupport,qml,quick,quick3d,scxml(-),sensors(-)] dev-python/pyside6[serialport,spatialaudio(-),speech(-),sql,svg,testlib,webchannel] dev-python/pyside6[webengine,websockets,widgets,xml] + dev-python/pyside6-tools[${PYTHON_USEDEP}] dev-qt/qtbase:6[sqlite] ) )