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

diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/kombu/kombu-1.5.1.ebuild	Tue Jul 24 23:20:53 2012 +0200
@@ -0,0 +1,26 @@
+# 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
+inherit git-2
+
+DESCRIPTION="an AMQP interface for python"
+HOMEPAGE="http://kombu.readthedocs.org/"
+
+# 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/kombu/tarball/v1.5.1"
+
+EGIT_REPO_URI="https://github.com/celery/kombu.git"
+EGIT_COMMIT="63284ce01fef6e644e0f4679dbd0376975e5d17f"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT_PYTHON_ABIS="3.*"