We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison dev-python/kombu/kombu-1.5.1.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
comparison
equal deleted inserted replaced
12:c3acf66affe4 13:7d56754e9644
4 EAPI="2" 4 EAPI="2"
5 PYTHON_DEPEND="2" 5 PYTHON_DEPEND="2"
6 SUPPORT_PYTHON_ABIS="1" 6 SUPPORT_PYTHON_ABIS="1"
7 7
8 inherit distutils 8 inherit distutils
9 inherit git-2
10 9
11 DESCRIPTION="an AMQP interface for python" 10 DESCRIPTION="AMQP Messaging Framework for Python"
12 HOMEPAGE="http://kombu.readthedocs.org/" 11 HOMEPAGE="http://kombu.readthedocs.org/ https://github.com/ask/kombu"
13 12
14 # tarball exists (kind of...) but we get a messy filename from it 13 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
15 # so instead we pull the github repository (not ideal but works)
16 #SRC_URI="https://github.com/celery/kombu/tarball/v1.5.1"
17 14
18 EGIT_REPO_URI="https://github.com/celery/kombu.git" 15 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
19 EGIT_COMMIT="63284ce01fef6e644e0f4679dbd0376975e5d17f" 16 # dependencies are likely to be incomplete or not restrictive enough
17 # this library ebuild has been added for rhodecode which may have restricted them in
18 # another way, you are encouraged to submit corrections to gentoo-overlay@megacoffee.net
19 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
20 DEPEND="dev-python/setuptools"
20 21
21 LICENSE="BSD" 22 LICENSE="BSD"
22 SLOT="0" 23 SLOT="0"
23 KEYWORDS="~amd64 ~x86" 24 KEYWORDS="~amd64 ~x86"
24 IUSE="" 25 IUSE=""
25 26
26 RESTRICT_PYTHON_ABIS="3.*" 27 RESTRICT_PYTHON_ABIS="3.*"
28
29 # NOTE: the official ebuilds for later versions of Celery contain some more steps
30