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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FBC81581EE for ; Fri, 22 Nov 2024 20:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44CACE089F; Fri, 22 Nov 2024 20:00:23 +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 283FCE089F for ; Fri, 22 Nov 2024 20:00:23 +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 4C361340813 for ; Fri, 22 Nov 2024 20:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E9ED1E75 for ; Fri, 22 Nov 2024 20:00:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1732305612.72e95907b2034c34da4fa9f95a3dbf8804a19e29.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild X-VCS-Directories: dev-python/PyQt6/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72e95907b2034c34da4fa9f95a3dbf8804a19e29 X-VCS-Branch: master Date: Fri, 22 Nov 2024 20:00:19 +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: 26752b13-2e3e-4048-8271-b5fe803457a5 X-Archives-Hash: 2f88a4e5068876e3fecd8b382994c8d1 commit: 72e95907b2034c34da4fa9f95a3dbf8804a19e29 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 22 19:54:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 22 20:00:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e95907 dev-python/PyQt6: Add PYPI_PN prior to rename Signed-off-by: Michał Górny gentoo.org> dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild | 2 ++ dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild b/dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild index a4399f8665cb..abba8dd581d2 100644 --- a/dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild +++ b/dev-python/PyQt6/PyQt6-6.7.1-r1.ebuild @@ -6,7 +6,9 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 +PYPI_PN=PyQt6 PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils # 'can' work with older Qt depending on features, but keeping it simple diff --git a/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild b/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild index 8419e85103f6..2a3757e26187 100644 --- a/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild +++ b/dev-python/PyQt6/PyQt6-6.8.0_pre2410211537.ebuild @@ -6,7 +6,9 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 +PYPI_PN=PyQt6 PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 flag-o-matic multiprocessing qmake-utils # pypi # 'can' work with older Qt depending on features, but keeping it simple @@ -16,7 +18,7 @@ DESCRIPTION="Python bindings for the Qt framework" HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/" # TODO: drop this and uncomment 'pypi' on a proper bump -MY_P=${PN}-$(ver_cut 1-3).dev$(ver_cut 5) +MY_P=${PYPI_PN}-$(ver_cut 1-3).dev$(ver_cut 5) SRC_URI="https://www.riverbankcomputing.com/pypi/packages/PyQt6/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}