terminado: init at 0.5
A dependency for IPython 3.2 Notebook
This commit is contained in:
parent
c211a8aa59
commit
3a3062192c
@ -12973,6 +12973,23 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
terminado = buildPythonPackage rec {
|
||||||
|
name = "terminado-${version}";
|
||||||
|
version = "0.5";
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/t/terminado/${name}.tar.gz";
|
||||||
|
sha256 = "63e893eff1ba84f1ee7c4bfcca7676ba1de6394538bb9aa80cbbc8866cb875b6";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with self; [ ptyprocess tornado ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Terminals served to term.js using Tornado websockets";
|
||||||
|
homepage = https://github.com/takluyver/terminado;
|
||||||
|
licenses = licenses.bsd2;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
testscenarios = buildPythonPackage rec {
|
testscenarios = buildPythonPackage rec {
|
||||||
name = "testscenarios-${version}";
|
name = "testscenarios-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user