pythonPackages.kombu: 3.0.35 -> 4.0.2
This commit is contained in:
parent
0be9f1b3e5
commit
67a8210d6a
@ -3594,7 +3594,7 @@ in {
|
||||
};
|
||||
|
||||
buildInputs = with self; [ mock nose unittest2 ];
|
||||
propagatedBuildInputs = with self; [ kombu billiard_33 pytz anyjson amqp_1 ];
|
||||
propagatedBuildInputs = with self; [ kombu_3 billiard_33 pytz anyjson amqp_1 ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests $out/${python.sitePackages}/celery/tests/
|
||||
@ -13638,7 +13638,7 @@ in {
|
||||
|
||||
koji = callPackage ../development/python-modules/koji { };
|
||||
|
||||
kombu = buildPythonPackage rec {
|
||||
kombu_3 = buildPythonPackage rec {
|
||||
name = "kombu-${version}";
|
||||
version = "3.0.35";
|
||||
|
||||
@ -13665,6 +13665,26 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
kombu = buildPythonPackage rec {
|
||||
name = "kombu-${version}";
|
||||
version = "4.0.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/k/kombu/${name}.tar.gz";
|
||||
sha256 = "18hiricdnbnlz6hx3hbaa4dni6npv8rbid4dhf7k02k16qm6zz6h";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytest_30 case pytz ];
|
||||
|
||||
propagatedBuildInputs = with self; [ amqp ];
|
||||
|
||||
meta = {
|
||||
description = "Messaging library for Python";
|
||||
homepage = "http://github.com/celery/kombu";
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
};
|
||||
|
||||
konfig = buildPythonPackage rec {
|
||||
name = "konfig-${version}";
|
||||
version = "0.9";
|
||||
@ -17015,7 +17035,7 @@ in {
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
pbr oslo-config oslo-context oslo-log oslo-utils oslo-serialization
|
||||
oslo-i18n stevedore six eventlet greenlet webob pyyaml kombu trollius
|
||||
oslo-i18n stevedore six eventlet greenlet webob pyyaml kombu_3 trollius
|
||||
aioeventlet cachetools oslo-middleware futurist redis oslo-service
|
||||
eventlet pyzmq
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user