Add pythonPackages.pysphere 0.1.8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
ec985c8ffa
commit
1920d6854a
@ -5388,6 +5388,21 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pysphere = buildPythonPackage rec {
|
||||||
|
name = "pysphere-0.1.8";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://pysphere.googlecode.com/files/${name}.zip";
|
||||||
|
md5 = "c57cba33626ac4b1e3d1974923d59232";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pkgs.unzip ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://code.google.com/p/pysphere/";
|
||||||
|
license = "BSD";
|
||||||
|
description = "Python API for interaction with the VMWare vSphere";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pysqlite = buildPythonPackage (rec {
|
pysqlite = buildPythonPackage (rec {
|
||||||
name = "pysqlite-2.6.3";
|
name = "pysqlite-2.6.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user