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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E008015813A for ; Fri, 17 Jan 2025 23:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06210E08D1; Fri, 17 Jan 2025 23:05:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0A720E08D0 for ; Fri, 17 Jan 2025 23:05:18 +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 1742C3430F4 for ; Fri, 17 Jan 2025 23:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB88109C for ; Fri, 17 Jan 2025 23:05:16 +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: <1737155085.e1ca0d0fa881dc307cf9d0d4407acd16039f69f8.ionen@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.17.0.ebuild X-VCS-Directories: dev-python/pyqt-builder/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e1ca0d0fa881dc307cf9d0d4407acd16039f69f8 X-VCS-Branch: master Date: Fri, 17 Jan 2025 23:05:16 +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: 8839a1bf-f287-48fc-baa6-84b7ecde8b37 X-Archives-Hash: e18118778c41d98d0091434818e70448 commit: e1ca0d0fa881dc307cf9d0d4407acd16039f69f8 Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jan 17 22:46:01 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jan 17 23:04:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ca0d0f dev-python/pyqt-builder: drop 1.17.0 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/pyqt-builder/Manifest | 1 - dev-python/pyqt-builder/pyqt-builder-1.17.0.ebuild | 35 ---------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/pyqt-builder/Manifest b/dev-python/pyqt-builder/Manifest index 48e5320bb135..1171a3f0c5ea 100644 --- a/dev-python/pyqt-builder/Manifest +++ b/dev-python/pyqt-builder/Manifest @@ -1,2 +1 @@ -DIST pyqt_builder-1.17.0.tar.gz 3671922 BLAKE2B d322f17a04b5ea92c3cda9daddac5b7dc84c3a2e3341923413df25b5f6e63a3f21d148a194efd091b22069086eb395c6b0bc8563995e286d754475e2413865d7 SHA512 e8e2755611cbe1430ec50af3189bcf06152b7fe524787e0823a594be9fd18fb8ff7055fead4b55d4025b97f2e856ccf3bac8cbc9019f9cfe1658f1f3e402133f DIST pyqt_builder-1.17.1.tar.gz 3671718 BLAKE2B 38290399fdd9bbe8a2582cdfc3b9edc15a330a18159e6dbe4bacd05d7c8ab31ebf39941bfce33a54d3ff13704a0b626ac3e9ab7ce8cb3599b1dff095e00e7e95 SHA512 645655c2a51821a909c2799427ba5aab8b14b8324c3d797b34a38d372b27de29a13688fb8ac9ee9fb9160d194e044f9f3e89822f94e2160b6238076bceb8a5c7 diff --git a/dev-python/pyqt-builder/pyqt-builder-1.17.0.ebuild b/dev-python/pyqt-builder/pyqt-builder-1.17.0.ebuild deleted file mode 100644 index 67533013d421..000000000000 --- a/dev-python/pyqt-builder/pyqt-builder-1.17.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN=PyQt-builder -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/ - https://pypi.org/project/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[${PYTHON_USEDEP}] -" - -src_prepare() { - distutils-r1_src_prepare - - # skip installing DLLs - rm -r pyqtbuild/bundle/dlls || die -}