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 @ 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 diff
--- a/dev-python/kombu/kombu-1.5.1.ebuild	Tue Jul 24 23:20:53 2012 +0200
+++ b/dev-python/kombu/kombu-1.5.1.ebuild	Sun Jul 29 23:12:08 2012 +0200
@@ -6,17 +6,18 @@
 SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
-inherit git-2
 
-DESCRIPTION="an AMQP interface for python"
-HOMEPAGE="http://kombu.readthedocs.org/"
+DESCRIPTION="AMQP Messaging Framework for Python"
+HOMEPAGE="http://kombu.readthedocs.org/ https://github.com/ask/kombu"
+
+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/kombu/tarball/v1.5.1"
-
-EGIT_REPO_URI="https://github.com/celery/kombu.git"
-EGIT_COMMIT="63284ce01fef6e644e0f4679dbd0376975e5d17f"
+# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  
+# 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/setuptools"
 
 LICENSE="BSD"
 SLOT="0"
@@ -24,3 +25,6 @@
 IUSE=""
 
 RESTRICT_PYTHON_ABIS="3.*"
+
+# NOTE: the official ebuilds for later versions of Celery contain some more steps
+