pythonPackages: add execnet, rapid multi-Python deployment
This commit is contained in:
parent
9b55a4ebe1
commit
e830be665b
@ -1345,6 +1345,23 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
execnet = buildPythonPackage rec {
|
||||||
|
name = "execnet-1.1";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/e/execnet/${name}.zip";
|
||||||
|
md5 = "be885ccd9612966bb81839670d2da099";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pkgs.unzip ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "rapid multi-Python deployment";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
fabric = buildPythonPackage rec {
|
fabric = buildPythonPackage rec {
|
||||||
name = "fabric-1.6.1";
|
name = "fabric-1.6.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user