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 DB2C315802E for ; Fri, 28 Jun 2024 14:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA3422BC04F; Fri, 28 Jun 2024 14:45:39 +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 pigeon.gentoo.org (Postfix) with ESMTPS id ACF0A2BC04F for ; Fri, 28 Jun 2024 14:45:39 +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 CAE6433BF03 for ; Fri, 28 Jun 2024 14:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C0E1D92 for ; Fri, 28 Jun 2024 14:45:35 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1719585845.f823e5730edba93c5b1544e6ab9a7b9364c9cbd3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt6-sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild X-VCS-Directories: dev-python/PyQt6-sip/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f823e5730edba93c5b1544e6ab9a7b9364c9cbd3 X-VCS-Branch: master Date: Fri, 28 Jun 2024 14:45:35 +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: 11c26840-23c6-4f1e-9ae2-f326af23cfb2 X-Archives-Hash: 6f1e4873eaadea21a158ac72283b40f8 commit: f823e5730edba93c5b1544e6ab9a7b9364c9cbd3 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jun 28 11:28:33 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jun 28 14:44:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f823e573 dev-python/PyQt6-sip: note to keep python in sync with PyQt5 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild index ef664487a214..9705d07f79f4 100644 --- a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild +++ b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild @@ -7,6 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/_} +# keep compat in sync with PyQt6 or else it confuses some revdeps PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi