From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 264751584AD for ; Thu, 01 May 2025 15:37:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0D5C0343050 for ; Thu, 01 May 2025 15:37:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9888D11036B; Thu, 01 May 2025 15:37:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9029F11036B for ; Thu, 01 May 2025 15:37:26 +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 2D3C2342FE8 for ; Thu, 01 May 2025 15:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82772662 for ; Thu, 01 May 2025 15:37:24 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1746113789.1415b0c02d658c5931e10a6f1086d9f03e0c02bb.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/celery/Manifest dev-python/celery/celery-5.3.6.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 1415b0c02d658c5931e10a6f1086d9f03e0c02bb X-VCS-Branch: dev Date: Thu, 01 May 2025 15:37:24 +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: fdfcd476-a203-46e4-8463-a8cc88191e0a X-Archives-Hash: 4afcea6cc477e6ee3d2dc1511090a3b1 commit: 1415b0c02d658c5931e10a6f1086d9f03e0c02bb Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu May 1 12:13:52 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu May 1 15:36:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1415b0c0 dev-python/celery: drop 5.3.6 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/celery/Manifest | 1 - dev-python/celery/celery-5.3.6.ebuild | 118 ---------------------------------- 2 files changed, 119 deletions(-) diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index 479de3b2a..2e9666016 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1,2 +1 @@ -DIST celery-5.3.6.gh.tar.gz 1563926 BLAKE2B c5f86110f7907b8ae084354dafe4e26adb07702150658ddb60a85f58c3e80106aafb921150c78670d05c68c26f17ad1144b4142d6ec9b86e9c9cdb1b653baaa6 SHA512 529611c0d3bfcbfcc931e5d20cf89a4710a8d2e70639e5c2e991ba020c3c2402bfd38b7ef17ecfbc5fe493f046531094158e81b03610191c3af2b531cc913762 DIST celery-5.4.0.gh.tar.gz 1589006 BLAKE2B ca63fbd18552f6c345aac8cf8860b868263fcdf7c3836a99d31166fc3feb0087af1a403ff1f4e8f866277fbf7feafa1173691acb4549154d32c55759eae75bad SHA512 e39ea88afb529aba14f621a9809c5e18ff1596754162069410249186b3f1512683fe67bb425994514b39fdea562b55ace89a16d57d614259269adf48427144ef diff --git a/dev-python/celery/celery-5.3.6.ebuild b/dev-python/celery/celery-5.3.6.ebuild deleted file mode 100644 index 42324b8c9..000000000 --- a/dev-python/celery/celery-5.3.6.ebuild +++ /dev/null @@ -1,118 +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_11 ) - -inherit bash-completion-r1 check-reqs distutils-r1 optfeature - -MY_PV="${PV/_beta/b}" -DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" -HOMEPAGE=" - https://docs.celeryproject.org/en/stable/index.html - https://pypi.org/project/celery/ - https://github.com/celery/celery -" -SRC_URI="https://github.com/celery/celery/archive/v${MY_PV}.tar.gz -> ${P}.gh.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" - -RDEPEND=" - >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] - =dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] - >=dev-python/kombu-5.3.0_beta1[${PYTHON_USEDEP}] -