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.
comparison dev-python/kombu/kombu-1.5.1.ebuild @ 12:c3acf66affe4
adding everything related to rhodecode; most likely got some transitive dependencies in rhodecode ebuild, needs cleaning
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Tue, 24 Jul 2012 23:20:53 +0200 |
parents | |
children | 7d56754e9644 |
comparison
equal
deleted
inserted
replaced
11:60c9e5c6cdce | 12:c3acf66affe4 |
---|---|
1 # Copyright 1999-2012 Gentoo Foundation | |
2 # Distributed under the terms of the GNU General Public License v2 | |
3 | |
4 EAPI="2" | |
5 PYTHON_DEPEND="2" | |
6 SUPPORT_PYTHON_ABIS="1" | |
7 | |
8 inherit distutils | |
9 inherit git-2 | |
10 | |
11 DESCRIPTION="an AMQP interface for python" | |
12 HOMEPAGE="http://kombu.readthedocs.org/" | |
13 | |
14 # tarball exists (kind of...) but we get a messy filename from it | |
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 | |
18 EGIT_REPO_URI="https://github.com/celery/kombu.git" | |
19 EGIT_COMMIT="63284ce01fef6e644e0f4679dbd0376975e5d17f" | |
20 | |
21 LICENSE="BSD" | |
22 SLOT="0" | |
23 KEYWORDS="~amd64 ~x86" | |
24 IUSE="" | |
25 | |
26 RESTRICT_PYTHON_ABIS="3.*" |