From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1486311-garchives=archives.gentoo.org@lists.gentoo.org> 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 2FFE6158003 for <garchives@archives.gentoo.org>; Mon, 13 Feb 2023 15:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B01BE0824; Mon, 13 Feb 2023 15:59:06 +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 128B3E0824 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 15:59:06 +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 1DB01340BE0 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 15:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 422078A7 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 15:59:03 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> 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" <ionen@gentoo.org> Message-ID: <1676302849.79b740ef53067410a82fb67274c7aa583aa3aed2.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: 79b740ef53067410a82fb67274c7aa583aa3aed2 X-VCS-Branch: master Date: Mon, 13 Feb 2023 15:59:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2418c652-8cdb-443b-b72e-dcd355afebbd X-Archives-Hash: 169058e1ba66af273422e2169612590d commit: 79b740ef53067410a82fb67274c7aa583aa3aed2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 15:33:13 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 15:40:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b740ef dev-python/PyQt6-sip: use pypi.eclass Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 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 58d7f3e359c4..4c9f20db39e1 100644 --- a/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild +++ b/dev-python/PyQt6-sip/PyQt6-sip-13.4.1.ebuild @@ -5,14 +5,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi MY_P="${P/-/_}" DESCRIPTION="sip module support for PyQt6" HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" -SRC_URI="mirror://pypi/${P::1}/${PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" +SRC_URI="$(pypi_sdist_url --no-normalize ${PN/-/_})" +S="${WORKDIR}/${P/-/_}" LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="0"