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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDAAC13933E for ; Mon, 5 Jul 2021 15:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 131B2E0AC2; Mon, 5 Jul 2021 15:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9116E0AC2 for ; Mon, 5 Jul 2021 15:48:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E98EE342AAC for ; Mon, 5 Jul 2021 15:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C24C57DE for ; Mon, 5 Jul 2021 15:48:11 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1625475120.b38a392cd632635225f328604522c48e82a505a2.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/celery/celery-5.1.2.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: b38a392cd632635225f328604522c48e82a505a2 X-VCS-Branch: master Date: Mon, 5 Jul 2021 15:48:11 +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: 0c03232d-a93f-460d-bba5-547ec389f456 X-Archives-Hash: 19430ce7b1f4f51a78df3fbc775ec10f commit: b38a392cd632635225f328604522c48e82a505a2 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jul 5 08:52:00 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Jul 5 08:52:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b38a392c dev-python/celery: drop 5.1.2 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/celery/celery-5.1.2.ebuild | 103 ---------------------------------- 1 file changed, 103 deletions(-) diff --git a/dev-python/celery/celery-5.1.2.ebuild b/dev-python/celery/celery-5.1.2.ebuild deleted file mode 100644 index 4ca81f0dc..000000000 --- a/dev-python/celery/celery-5.1.2.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -# testsuite needs it own source -DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_USE_SETUPTOOLS=rdepend -MYPV="${PV/_beta/b}" -PYTHON_COMPAT=( python3_8 ) - -inherit bash-completion-r1 distutils-r1 eutils optfeature - -DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" -HOMEPAGE=" - http://celeryproject.org - https://pypi.org/project/celery - https://github.com/celery/celery -" -SRC_URI="https://github.com/celery/celery/archive/v${MYPV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${MYPV}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="examples" # There are a number of other optional 'extras' - -#RESTRICT="!test? ( test )" -RESTRICT="test" # 'celery' not found in `markers` configuration option - -RDEPEND=" - >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] - =dev-python/click-7[${PYTHON_USEDEP}] - =dev-python/click-didyoumean-0.0.3[${PYTHON_USEDEP}] - >=dev-python/click-plugins-1.1.1[${PYTHON_USEDEP}] - >=dev-python/click-repl-0.1.6[${PYTHON_USEDEP}] - =dev-python/kombu-5[${PYTHON_USEDEP}] - dev-python/pytz[${PYTHON_USEDEP}] - >=dev-python/vine-5[${PYTHON_USEDEP}] -