megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
view dev-python/celery/celery-2.2.10.ebuild @ 13:7d56754e9644
copied description texts from official ebuilds, modified dependencies and download methods
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 29 Jul 2012 23:12:08 +0200 |
parents | c3acf66affe4 |
children |
line wrap: on
line source
# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing." HOMEPAGE="http://www.celeryproject.org/ http://pypi.python.org/pypi/celery" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # dependencies are likely to be incomplete or not restrictive enough # this library ebuild has been added for rhodecode which may have restricted them in # another way, you are encouraged to submit corrections to gentoo-overlay@megacoffee.net # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! DEPEND=">=dev-python/kombu-1.1.2 <dev-python/kombu-2.0.0 dev-python/setuptools" LICENSE="BSD-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT_PYTHON_ABIS="3.*" # NOTE: the official ebuilds for later versions of Celery contain some more steps