1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: webssh: Update to 1.6.2.

* gnu/packages/ssh.scm (webssh): Update to 1.6.2.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.

Change-Id: Icaef06a86ac8c4c02a74a376d0501152675d2122
This commit is contained in:
Sharlatan Hellseher
2024-12-09 20:17:07 +00:00
parent ec1a67d4ff
commit e6e4e88f45

View File

@@ -938,23 +938,28 @@ clients at a time.")
(define-public webssh
(package
(name "webssh")
(version "1.5.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/huashengdun/webssh")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1bcy9flrzbvams5p77swwiygv54ac58ia7hpic1bvg30b3wpvv7b"))))
(build-system python-build-system)
(version "1.6.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/huashengdun/webssh")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0v0dxnqac9xdj06lhljv6bhi8hd16rn6h0qr7fkm640nvr55a8i1"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
python-setuptools
python-wheel))
(propagated-inputs
(list python-paramiko python-tornado))
(list python-paramiko
python-tornado))
(home-page "https://webssh.huashengdun.org/")
(synopsis "Web application to be used as an SSH client")
(description "This package provides a web application to be used as an SSH
client.
(description
"This package provides a web application to be used as an SSH client.
Features:
@itemize @bullet