webssh: init at 1.5.3 (#122559)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, tornado, paramiko }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "webssh";
|
||||
version = "1.5.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Au6PE8jYm8LkEp0B1ymW//ZkrkcV0BauwufQmrHLEU4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ tornado paramiko ];
|
||||
|
||||
pythonImportsCheck = [ "webssh" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/huashengdun/webssh/";
|
||||
description = "Web based ssh client";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user