pythonPackages.cloudpickle: init at 0.1.1
This commit is contained in:
parent
3f82220c38
commit
08d43cd52e
@ -2984,6 +2984,22 @@ in modules // {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
cloudpickle = buildPythonPackage rec {
|
||||||
|
name = "cloudpickle-${version}";
|
||||||
|
version = "0.1.1";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/c/cloudpickle/${name}.tar.gz";
|
||||||
|
sha256 = "3418303f44c6c4daa184f1dc36c8c0b7ff8261c56d1f922ffd8d09e79caa4b74";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Extended pickling support for Python objects";
|
||||||
|
homepage = https://github.com/cloudpipe/cloudpickle;
|
||||||
|
license = with licenses; [ bsd3 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
cogapp = buildPythonPackage rec {
|
cogapp = buildPythonPackage rec {
|
||||||
version = "2.3";
|
version = "2.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user