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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 473AE15807E for ; Tue, 15 Oct 2024 07:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49134E0829; Tue, 15 Oct 2024 07:00:37 +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 2D66FE0829 for ; Tue, 15 Oct 2024 07:00:37 +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 409CD343065 for ; Tue, 15 Oct 2024 07:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 038A322D7 for ; Tue, 15 Oct 2024 07:00:33 +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: <1728975620.5dd29df2cdbd623b03124519e91f09af6c9cac45.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kombu/Manifest dev-python/kombu/kombu-5.4.1.ebuild X-VCS-Directories: dev-python/kombu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5dd29df2cdbd623b03124519e91f09af6c9cac45 X-VCS-Branch: master Date: Tue, 15 Oct 2024 07:00:33 +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: 7ce4c70d-e2ce-4c65-8720-8d4d0d893f91 X-Archives-Hash: 271c7c8f99aec9cd5c0e9e5c58e17347 commit: 5dd29df2cdbd623b03124519e91f09af6c9cac45 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 15 05:51:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 15 07:00:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd29df2 dev-python/kombu: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/kombu/Manifest | 1 - dev-python/kombu/kombu-5.4.1.ebuild | 83 ------------------------------------- 2 files changed, 84 deletions(-) diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest index db802ed60263..f7706d442c46 100644 --- a/dev-python/kombu/Manifest +++ b/dev-python/kombu/Manifest @@ -1,2 +1 @@ -DIST kombu-5.4.1.tar.gz 442786 BLAKE2B b9772bd3a2ebabc4424b029ef72b7378dc2c4f4b0f6002732e5466910589d2c056317bc49ee7c9b3bc8dd02a820614eaf75dfcdebdade84d58fe919b5d11126a SHA512 e0ccab1037e840f11bbdd1f7055df4b25e09c5a00716b1b6b1d754fe7e73b21cc1f85062cb544321eb87bf3eb294837373496e1dca6266c9bc27ed68f7e2c1d8 DIST kombu-5.4.2.tar.gz 442858 BLAKE2B a613f3a5656c87826345d7e96b4ccf15336afdcd79a77db04140628f8522cb6f348fa31d3ccba66b6d01c423971ae013f157a812e12662bf4639fd4f4dbfc750 SHA512 4224412b8d3ee867af03a1771326681f78d112f31ab7ecd7c0f648bd28e834b296c1b36b7720351ec8e0ba871153caaa6aa06961394c5a9e99cd68291ad20b9b diff --git a/dev-python/kombu/kombu-5.4.1.ebuild b/dev-python/kombu/kombu-5.4.1.ebuild deleted file mode 100644 index 5b95ce34649e..000000000000 --- a/dev-python/kombu/kombu-5.4.1.ebuild +++ /dev/null @@ -1,83 +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 optfeature pypi - -DESCRIPTION="AMQP Messaging Framework for Python" -HOMEPAGE=" - https://github.com/celery/kombu/ - https://pypi.org/project/kombu/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="examples" - -RDEPEND=" - >=dev-python/amqp-5.1.1[${PYTHON_USEDEP}] -