pythonPackages.billiard_33: remove old and unused version

https://github.com/NixOS/nixpkgs/issues/25375
This commit is contained in:
Frederik Rietdijk 2017-05-01 07:51:53 +02:00
parent d997f80a5f
commit 4847ef5428

View file

@ -2832,26 +2832,6 @@ in {
};
};
billiard_33 = buildPythonPackage rec {
name = "billiard-${version}";
version = "3.3.0.23";
disabled = isPyPy;
src = pkgs.fetchurl {
url = "mirror://pypi/b/billiard/${name}.tar.gz";
sha256 = "02wxsc6bhqvzh8j6w758kvgqbnj14l796mvmrcms8fgfamd2lak9";
};
buildInputs = with self; [ nose unittest2 mock ];
meta = {
homepage = https://github.com/celery/billiard;
description = "Python multiprocessing fork with improvements and bugfixes";
license = licenses.bsd3;
};
};
billiard = buildPythonPackage rec {
name = "billiard-${version}";
version = "3.5.0.2";