mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: python-paramiko: Update to 2.1.2.
* gnu/packages.scm (python-paramiko, python2-paramiko): Update to 2.1.2. Enable tests.
This commit is contained in:
parent
bb7cf4f533
commit
b22cdf0c42
1 changed files with 9 additions and 11 deletions
|
@ -533,26 +533,24 @@ John the Ripper).")
|
||||||
(define-public python-paramiko
|
(define-public python-paramiko
|
||||||
(package
|
(package
|
||||||
(name "python-paramiko")
|
(name "python-paramiko")
|
||||||
(version "1.17.4")
|
(version "2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "paramiko" version))
|
(uri (pypi-uri "paramiko" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rs2qcmskcmq66q6g5al08wa41l9am0fad5r719m8wf91msyylqw"))))
|
"04734n0wy3hxk6rij4fr29in5jmr70nxpc7pqi2ksbjysfz4kbjz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; FIXME: One test fails with "EOFError not raised by connect".
|
'(#:phases
|
||||||
#:tests? #f))
|
(modify-phases %standard-phases
|
||||||
;; #:phases
|
(replace 'check
|
||||||
;; (modify-phases %standard-phases
|
(lambda _
|
||||||
;; (replace 'check
|
(zero? (system* "python" "test.py")))))))
|
||||||
;; (lambda _
|
|
||||||
;; (zero? (system* "python" "test.py")))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-pycrypto" ,python-pycrypto)
|
`(("python-pyasn1" ,python-pyasn1)
|
||||||
("python-ecdsa" ,python-ecdsa)))
|
("python-cryptography" ,python-cryptography)))
|
||||||
(home-page "http://www.paramiko.org/")
|
(home-page "http://www.paramiko.org/")
|
||||||
(synopsis "SSHv2 protocol library")
|
(synopsis "SSHv2 protocol library")
|
||||||
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue