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 62B2A138334 for ; Sat, 1 Sep 2018 05:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65E6CE085B; Sat, 1 Sep 2018 05:30:39 +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 2A500E085B for ; Sat, 1 Sep 2018 05:30:38 +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 EC3DD335CA3 for ; Sat, 1 Sep 2018 05:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7101398 for ; Sat, 1 Sep 2018 05:30:34 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1535779822.dd3481c66de7829c22552f9ec10e8256a8155225.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/Manifest dev-python/celery/celery-3.1.24-r1.ebuild dev-python/celery/metadata.xml X-VCS-Directories: dev-python/celery/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: dd3481c66de7829c22552f9ec10e8256a8155225 X-VCS-Branch: master Date: Sat, 1 Sep 2018 05:30:34 +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-Archives-Salt: 1555f09f-ae5f-4bca-aa21-e4f6968612ca X-Archives-Hash: e2625be199fde874b987ce429832686a commit: dd3481c66de7829c22552f9ec10e8256a8155225 Author: Matthew Thode gentoo org> AuthorDate: Sat Sep 1 05:26:07 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Sep 1 05:30:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3481c6 dev-python/celery: cleanup Package-Manager: Portage-2.3.48, Repoman-2.3.10 dev-python/celery/Manifest | 1 - dev-python/celery/celery-3.1.24-r1.ebuild | 108 ------------------------------ dev-python/celery/metadata.xml | 1 - 3 files changed, 110 deletions(-) diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index a73fe5c3a60..6d8d8736632 100644 --- a/dev-python/celery/Manifest +++ b/dev-python/celery/Manifest @@ -1,3 +1,2 @@ -DIST celery-3.1.24.tar.gz 1330180 BLAKE2B 58e0643f4fcc8838cc2515e68a03c219ee7bab95bf4ecc2096ffe8ff275f2c2f0f5cb602a29c57b5e232cff8489b15143a1b76730018a5ff3d6063f5bd6f6af2 SHA512 6f2e1c5fe417183bc44f39deee669957800b805790475bea1c93d9efb37e0bb6db5aed9606ff79350f404c145908e3af6fa5ce94d86fb70238f2c2f2425ddd3c DIST celery-4.0.2.tar.gz 1337804 BLAKE2B b040ada555d02c2c943ac86211b06d03e738db586fc811fed5cf6c6c1a4d6945c909e04444170da4d00dfd0f874b0723bff1f18d01ab8d557f989edaadfe03c9 SHA512 1110b634cafa13f9d9ab0b0a7a17042325271bd5ea45a5f442e36e871db87b87e3f496d54b771d274a1676900d9dfdc7e21887943dfd1a299a9fcd8b3f6d2189 DIST celery-4.1.0.tar.gz 1331689 BLAKE2B ac134d26a21bfd1172ea7a2ccc5f9934b4fdf56dccb6f840726040adf5b81ab0c675c0c93754340c0429c4eb5777a344be74415a795a9dd6654578979609cecd SHA512 5232adc43ba55d01f2b030382075750033e0c5c2abdc8308903e0cef7a465513b7765e2ae495da6555b377452ae233500530ef9d57e584a5352a54c5f4731c64 diff --git a/dev-python/celery/celery-3.1.24-r1.ebuild b/dev-python/celery/celery-3.1.24-r1.ebuild deleted file mode 100644 index 57b09e0c912..00000000000 --- a/dev-python/celery/celery-3.1.24-r1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 bash-completion-r1 - -DESCRIPTION="Asynchronous task queue/job queue based on distributed message passing" -HOMEPAGE="http://celeryproject.org/ https://pypi.org/project/celery/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -# There are a number of other optional 'extras' which overlap with those of kombu, however -# there has been no apparent expression of interest or demand by users for them. See requires.txt -IUSE="doc examples redis sqs test yaml zeromq" - -RDEPEND=" - =dev-python/kombu-3.0.36[${PYTHON_USEDEP}] - >=dev-python/anyjson-0.3.3[${PYTHON_USEDEP}] - >=dev-python/billiard-3.3.0.23[${PYTHON_USEDEP}] - Enables redis support Enables Amazon SQS transport module for celery - Enable logging and deployment via ZeroMQ Enable support of yaml as a configuration file format