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 5C5C81581C1 for ; Sat, 6 Jul 2024 06:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E4F02BC18D; Sat, 6 Jul 2024 06:35:21 +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 2AC972BC18D for ; Sat, 6 Jul 2024 06:35:21 +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 F17A3335DCD for ; Sat, 6 Jul 2024 06:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E32F1DDB for ; Sat, 6 Jul 2024 06:35:17 +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: <1720247708.848d4fd4bd99f84b97d898d47367f3afab6a0d99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt-builder/Manifest dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild X-VCS-Directories: dev-python/PyQt-builder/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 848d4fd4bd99f84b97d898d47367f3afab6a0d99 X-VCS-Branch: master Date: Sat, 6 Jul 2024 06:35:17 +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: 5b83d665-4624-4def-890c-fa8c8f983815 X-Archives-Hash: 2a81df1ed9ca545b23ec6461ba64137f commit: 848d4fd4bd99f84b97d898d47367f3afab6a0d99 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 6 06:32:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 6 06:35:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848d4fd4 dev-python/PyQt-builder: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/PyQt-builder/Manifest | 1 - dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest index 98e6cffafbe9..009eaa993eb7 100644 --- a/dev-python/PyQt-builder/Manifest +++ b/dev-python/PyQt-builder/Manifest @@ -1,2 +1 @@ -DIST pyqt_builder-1.16.2.tar.gz 3671133 BLAKE2B 854a3182488ad8b4fc6ddc5a363580f7555ec01aeecc8c8e6d7f121d7477df1481888450dc25fabfbcd965be5a1b98734d2679013b28b95e8a0cce92f4442a3f SHA512 64fc969799a12a176eb730fdc4581f18293dceb8edff20db0177ce409fe7e712cdfb07449b6c4abdd33f1fd9aabe8bee248fe9aeb5373df533d805f9d2a0c6a5 DIST pyqt_builder-1.16.3.tar.gz 3671995 BLAKE2B ba3fb0ee1988106d1f4d4e822030b3848a5c3d42f79ac06d1dd4a4084c1e526d0c54c1720614f9005dec120b5395e9358ad75c52c74199d7413100bff82e8414 SHA512 f3820fd5714c88da69bc696abcfde74f0cebaff543de5cf93bd37f4aad22a6bc91627ff22a0f665850ca9c968b4350383784f65cf1b6bf76f3ebfe71a4a5f3b4 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild deleted file mode 100644 index 42fda041fa5d..000000000000 --- a/dev-python/PyQt-builder/PyQt-builder-1.16.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 pypi - -DESCRIPTION="The PEP 517 compliant PyQt build system" -HOMEPAGE="https://github.com/Python-PyQt/PyQt-builder/" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - >=dev-python/sip-6.7[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}] -" - -src_prepare() { - distutils-r1_src_prepare - - # don't install prebuilt DLLs - rm -r pyqtbuild/bundle/dlls || die -}