pythonPackages.billiard: 3.3.0.23 -> 3.5.0.2
This commit is contained in:
parent
a272ca2c2e
commit
0be9f1b3e5
@ -2668,8 +2668,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
billiard_33 = buildPythonPackage rec {
|
||||||
billiard = buildPythonPackage rec {
|
|
||||||
name = "billiard-${version}";
|
name = "billiard-${version}";
|
||||||
version = "3.3.0.23";
|
version = "3.3.0.23";
|
||||||
|
|
||||||
@ -2689,6 +2688,26 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
billiard = buildPythonPackage rec {
|
||||||
|
name = "billiard-${version}";
|
||||||
|
version = "3.5.0.2";
|
||||||
|
|
||||||
|
disabled = isPyPy;
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "mirror://pypi/b/billiard/${name}.tar.gz";
|
||||||
|
sha256 = "1anw68rkja1dbgvndxz5mq6f89hmxwaha0fjcdnsl5j1wj7imc1y";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = with self; [ pytest_30 case ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = https://github.com/celery/billiard;
|
||||||
|
description = "Python multiprocessing fork with improvements and bugfixes";
|
||||||
|
license = licenses.bsd3;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
binaryornot = buildPythonPackage rec {
|
binaryornot = buildPythonPackage rec {
|
||||||
name = "binaryornot-${version}";
|
name = "binaryornot-${version}";
|
||||||
@ -3575,7 +3594,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ mock nose unittest2 ];
|
buildInputs = with self; [ mock nose unittest2 ];
|
||||||
propagatedBuildInputs = with self; [ kombu billiard pytz anyjson amqp_1 ];
|
propagatedBuildInputs = with self; [ kombu billiard_33 pytz anyjson amqp_1 ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests $out/${python.sitePackages}/celery/tests/
|
nosetests $out/${python.sitePackages}/celery/tests/
|
||||||
|
Loading…
Reference in New Issue
Block a user