# HG changeset patch # User Daniel Neugebauer # Date 1343596328 -7200 # Node ID 7d56754e9644178306dc03efdd439b9952ecf787 # Parent c3acf66affe429a61ff2838488e49d51ca85a4b9 copied description texts from official ebuilds, modified dependencies and download methods diff -r c3acf66affe4 -r 7d56754e9644 dev-python/celery/Manifest --- a/dev-python/celery/Manifest Tue Jul 24 23:20:53 2012 +0200 +++ b/dev-python/celery/Manifest Sun Jul 29 23:12:08 2012 +0200 @@ -1,1 +1,2 @@ -EBUILD celery-2.2.10.ebuild 662 RMD160 7478959a0211704890771df887a3716e72ab1eb1 SHA1 d9478aee039926273e674001b8e0e9e964a3b664 SHA256 6cd989178911fed50f139ffa8bfba48082bd435dfab0fbfdacfc2e0a5bd1c9d3 +DIST celery-2.2.10.tar.gz 1502041 RMD160 86b71987a524f8dd80925df793dc78536752a030 SHA1 17b2f27915c581e60264706ec12e1926aadec99d SHA256 dc6379c9bd0d799ed44e6a905d54b29fc0c7a514152e366bb3ef939e03291ab6 +EBUILD celery-2.2.10.ebuild 1091 RMD160 01fe1cf50860c2cf1a3acebc4f3804166f679860 SHA1 a02d13c74011288b58105d5dd9aaeed1990bd982 SHA256 92b632276e78a95817efcf638813508d38018c71891b7cff09e520dd2a2d6962 diff -r c3acf66affe4 -r 7d56754e9644 dev-python/celery/celery-2.2.10.ebuild --- a/dev-python/celery/celery-2.2.10.ebuild Tue Jul 24 23:20:53 2012 +0200 +++ b/dev-python/celery/celery-2.2.10.ebuild Sun Jul 29 23:12:08 2012 +0200 @@ -6,17 +6,20 @@ SUPPORT_PYTHON_ABIS="1" inherit distutils -inherit git-2 -DESCRIPTION="a task queue implementation" -HOMEPAGE="http://www.celeryproject.org/" +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" -# tarball exists (kind of...) but we get a messy filename from it -# so instead we pull the github repository (not ideal but works) -#SRC_URI="https://github.com/celery/celery/tarball/v2.2.10" - -EGIT_REPO_URI="https://github.com/celery/celery.git" -EGIT_COMMIT="c4f068483bb2600c36d31da352f43f6dc3ea3dc7" +# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +# 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/python-dateutil-1.5 -# !>=dev-python/python-dateutil-2.0 -# >=dev-python/kombu-1.1.2 -# !>=dev-python/kombu-2.0.0 - - DEPEND=">=dev-vcs/mercurial-2.2.1 - !>=dev-vcs/mercurial-2.3 + =dev-python/pygments-1.4 >=dev-python/whoosh-2.4.0 - !>=dev-python/whoosh-2.5 + =dev-python/python-dateutil-1.5 + =dev-python/dulwich-0.8.5 - !>=dev-python/dulwich-0.9.0 + =dev-python/pyparsing-1.5.0 - !>=dev-python/pyparsing-2.0.0 + =dev-python/celery-3 - =dev-python/kombu-1.5.1 + =dev-python/anyjson-0.3.1 >=dev-python/amqplib-1.0 "