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 EEBAE159C9B for ; Sat, 27 Jul 2024 10:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B44FBE2BA5; Sat, 27 Jul 2024 10:06:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 94B7FE2BA5 for ; Sat, 27 Jul 2024 10:06:14 +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 A551933BE9F for ; Sat, 27 Jul 2024 10:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CEC01E71 for ; Sat, 27 Jul 2024 10:06:12 +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: <1722074096.24ff39f4640029190800dac95c3a1fa1ee3788b9.mgorny@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/Manifest dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild X-VCS-Directories: dev-python/PyQt6-sip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24ff39f4640029190800dac95c3a1fa1ee3788b9 X-VCS-Branch: master Date: Sat, 27 Jul 2024 10:06:12 +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: 44f41a83-72e9-43cd-9f87-8a73a12d3c5d X-Archives-Hash: a5e63480e91a6aa8ffdb9bddb24bb383 commit: 24ff39f4640029190800dac95c3a1fa1ee3788b9 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 27 09:54:56 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 27 09:54:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ff39f4 dev-python/PyQt6-sip: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/PyQt6-sip/Manifest | 1 - dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/dev-python/PyQt6-sip/Manifest b/dev-python/PyQt6-sip/Manifest index 26824c313b25..04c1ad8f8c0f 100644 --- a/dev-python/PyQt6-sip/Manifest +++ b/dev-python/PyQt6-sip/Manifest @@ -1,2 +1 @@ -DIST PyQt6_sip-13.6.0.tar.gz 111576 BLAKE2B 1a5a35bb060654d347940af90fb5605b1b2f699da4fd4bbcdbb7d9497f91d7dd1a76c3267b5c4e1e68360c66130d4a9983d2da21da745e70adfc627df85cd8c0 SHA512 bd2fa70d64544d8104d3477cb650a0e6bcefa0008680afcf7d187ba3fb1117871c0237d3a7f047144c8a8a8eeb8da941a3b206f8ee0601cb2cc734243cdb9d46 DIST PyQt6_sip-13.8.0.tar.gz 92264 BLAKE2B b44ba35c3209b3a49fccf0e4634af8a410b1531d0dd74fc665d7da9780f4e32baf18fbba80eb9635a96442c1c91295dc10e0388194d1e169d300e0e1b37d18cd SHA512 6947690e61fe65a21f61d034ae9de7b7adb001c59a4a362933c5441648fe27140b43666efa73f981b138cfc73fac72777bb7318b98accc3c7f808687e3fc5d81 diff --git a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild b/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild deleted file mode 100644 index ed1147a842fb..000000000000 --- a/dev-python/PyQt6-sip/PyQt6-sip-13.6.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 - -DESCRIPTION="sip module support for PyQt6" -HOMEPAGE="https://www.riverbankcomputing.com/software/sip/" - -LICENSE="|| ( GPL-2 GPL-3 SIP )" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"