1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.celery: 3.1.23 -> 4.0.2

This commit is contained in:
Lancelot SIX 2017-01-18 14:23:25 +01:00
parent 67a8210d6a
commit cdf3b50917

View file

@ -3581,8 +3581,7 @@ in {
};
};
celery = buildPythonPackage rec {
celery_3 = buildPythonPackage rec {
name = "celery-${version}";
version = "3.1.23";
@ -3607,6 +3606,25 @@ in {
};
};
celery = buildPythonPackage rec {
name = "celery-${version}";
version = "4.0.2";
src = pkgs.fetchurl {
url = "mirror://pypi/c/celery/${name}.tar.gz";
sha256 = "0kgmbs3fl9879n48p4m79nxy9by2yhvxq1jdvlnqzzvkdb2sdmg3";
};
buildInputs = with self; [ pytest_30 case ];
propagatedBuildInputs = with self; [ kombu billiard pytz anyjson amqp eventlet ];
meta = {
homepage = https://github.com/celery/celery/;
description = "Distributed task queue";
license = licenses.bsd3;
};
};
cerberus = buildPythonPackage rec {
name = "Cerberus-${version}";
version = "0.9.2";
@ -10577,7 +10595,7 @@ in {
};
propagatedBuildInputs = with self ; [ numpy django_colorful pillow psycopg2
pyparsing django celery ];
pyparsing django celery_3 ];
meta = {
description = "Basic raster data integration for Django";