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 C134A15A7D9 for ; Tue, 21 Mar 2023 05:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D3DE0536; Tue, 21 Mar 2023 05:49:31 +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 DBED2E0849 for ; Tue, 21 Mar 2023 05:49:30 +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 F400D341239 for ; Tue, 21 Mar 2023 05:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EEC98ED for ; Tue, 21 Mar 2023 05:49:28 +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: <1679377606.02e7d2ca8084715b0e0f5333e76b0c8abc5f623c.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.4.1.ebuild X-VCS-Directories: dev-python/PyQt6-sip/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 02e7d2ca8084715b0e0f5333e76b0c8abc5f623c X-VCS-Branch: master Date: Tue, 21 Mar 2023 05:49:28 +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: 57c808c2-bc07-4219-a378-c73e604dfa62 X-Archives-Hash: 834e07fce4d6486b393ef8bf0f152465 commit: 02e7d2ca8084715b0e0f5333e76b0c8abc5f623c Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 21 05:46:44 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 21 05:46:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e7d2ca dev-python/PyQt6-sip: migrate to PYPI_PN There was also an unused MY_P in there, oops. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild b/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild index 4c9f20db39e1..26477c15c095 100644 --- a/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild +++ b/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild @@ -4,15 +4,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/_} PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi -MY_P="${P/-/_}" - DESCRIPTION="sip module support for PyQt6" HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" -SRC_URI="$(pypi_sdist_url --no-normalize ${PN/-/_})" -S="${WORKDIR}/${P/-/_}" LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="0"