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 06ECB158083 for ; Fri, 20 Sep 2024 05:12:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1930E29BD; Fri, 20 Sep 2024 05:12:09 +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 C4F93E29BD for ; Fri, 20 Sep 2024 05:12:09 +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 850393431D6 for ; Fri, 20 Sep 2024 05:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB72C27FF for ; Fri, 20 Sep 2024 05:12:05 +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: <1726807364.616304f897df81fd0180ec442af5ea6a49199a18.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.0.ebuild X-VCS-Directories: dev-python/kombu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 616304f897df81fd0180ec442af5ea6a49199a18 X-VCS-Branch: master Date: Fri, 20 Sep 2024 05:12:05 +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: 5ada9299-7e58-43a6-8fda-a206f92dbf4c X-Archives-Hash: 275955ade4823af4872c3620a91da6b9 commit: 616304f897df81fd0180ec442af5ea6a49199a18 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 20 04:42:44 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 20 04:42:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616304f8 dev-python/kombu: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/kombu/Manifest | 1 - dev-python/kombu/kombu-5.4.0.ebuild | 83 ------------------------------------- 2 files changed, 84 deletions(-) diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest index 63d610e6477c..a61b57bb3d8b 100644 --- a/dev-python/kombu/Manifest +++ b/dev-python/kombu/Manifest @@ -1,2 +1 @@ -DIST kombu-5.4.0.tar.gz 442120 BLAKE2B 138fc4287f98179166973da019cb5d2536ec2daeb995e1ec94972c95dd3d42c33d97e4e0ed79eedda75e5668c789f463bc115638d8774bcee7018821de9ca3a5 SHA512 fd9b47018a6bb95067486858ee90c052dc497ae4625884521c37b0b18a226de52bee84599b7f7e4aa9ee956e1c648a2672e8c6dda4deaf493b20ffe30fca13bb DIST kombu-5.4.1.tar.gz 442786 BLAKE2B b9772bd3a2ebabc4424b029ef72b7378dc2c4f4b0f6002732e5466910589d2c056317bc49ee7c9b3bc8dd02a820614eaf75dfcdebdade84d58fe919b5d11126a SHA512 e0ccab1037e840f11bbdd1f7055df4b25e09c5a00716b1b6b1d754fe7e73b21cc1f85062cb544321eb87bf3eb294837373496e1dca6266c9bc27ed68f7e2c1d8 diff --git a/dev-python/kombu/kombu-5.4.0.ebuild b/dev-python/kombu/kombu-5.4.0.ebuild deleted file mode 100644 index 5b95ce34649e..000000000000 --- a/dev-python/kombu/kombu-5.4.0.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}] -