Add area53
This commit is contained in:
parent
04f242e281
commit
66bb38cce3
|
@ -138,6 +138,20 @@ let pythonPackages = python.modules // rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
area53 = buildPythonPackage (rec {
|
||||||
|
name = "area53-b2c9cdcabd";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = git://github.com/mariusv/Area53.git;
|
||||||
|
rev = "b2c9cdcabd";
|
||||||
|
sha256 = "b0c12b8c48ed9180c7475fab18de50d63e1b517cfb46da4d2c66fc406fe902bc";
|
||||||
|
};
|
||||||
|
installCommand = "python setup.py install --prefix=$out";
|
||||||
|
doCheck = false;
|
||||||
|
propagatedBuildInputs = [ boto ];
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
argparse = buildPythonPackage (rec {
|
argparse = buildPythonPackage (rec {
|
||||||
name = "argparse-1.1";
|
name = "argparse-1.1";
|
||||||
|
|
||||||
|
@ -169,6 +183,7 @@ let pythonPackages = python.modules // rec {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
astng = buildPythonPackage rec {
|
astng = buildPythonPackage rec {
|
||||||
name = "logilab-astng-0.21.1";
|
name = "logilab-astng-0.21.1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue