python-joblib: init at 0.9.0b4

This commit is contained in:
Florent Becker 2015-10-23 11:36:19 +02:00
parent 2b71fdbbc3
commit 09cdafcb5b

View File

@ -4912,6 +4912,21 @@ let
}; };
joblib = buildPythonPackage rec {
name = "joblib-${version}";
version = "0.9.0b4";
src = pkgs.fetchurl {
url = https://pypi.python.org/packages/source/j/joblib/joblib-0.9.0b4.tar.gz;
md5 = "e0d79a085d4773c7a61cd38b4fb6dad5";
};
buildInputs = with self; with pkgs; [ ];
propagatedBuildInputs = with self; [ ];
};
hypatia = buildPythonPackage rec { hypatia = buildPythonPackage rec {
name = "hypatia-0.3"; name = "hypatia-0.3";