From dd3481c66de7829c22552f9ec10e8256a8155225 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 1 Sep 2018 00:26:07 -0500 Subject: [PATCH] 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(-) delete mode 100644 dev-python/celery/celery-3.1.24-r1.ebuild diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest index a73fe5c3a609..6d8d87366329 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 57b09e0c912f..000000000000 --- 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 -- 2.26.2