[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: Add python-scp.
From: |
guix-commits |
Subject: |
02/09: gnu: Add python-scp. |
Date: |
Fri, 19 Apr 2019 20:55:18 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 13d825fcb60ada8579f8ec9663a121ab88c5fb68
Author: Maxim Cournoyer <address@hidden>
Date: Mon Apr 1 22:39:42 2019 -0400
gnu: Add python-scp.
* gnu/packages/python-xyz.scm (python-scp): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 57b13c8..9ac01e7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2649,6 +2649,29 @@ and several other projects.")
software version simply.")
(license license:expat)))
+(define-public python-scp
+ (package
+ (name "python-scp")
+ (version "0.13.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "scp" version))
+ (sha256
+ (base32
+ "1crlpw9lnn58fs1c1rmh7s7s9y5gkgpgjsqlvg9qa51kq1knx7gg"))))
+ (build-system python-build-system)
+ (arguments
+ '(#:tests? #f)) ;tests require an SSH server
+ (propagated-inputs
+ `(("python-paramiko" ,python-paramiko)))
+ (home-page "https://github.com/jbardin/scp.py")
+ (synopsis "SCP protocol module for Python and Paramiko")
+ (description "The scp module extends the Paramiko library to send and
+receive files via the SCP1 protocol, as implemented by the OpenSSH
address@hidden program.")
+ (license license:gpl2+)))
+
(define-public python-rst.linker
(package
(name "python-rst.linker")
- branch staging updated (f5961dd -> 73326e7), guix-commits, 2019/04/19
- 01/09: gnu: Add python-bumpversion., guix-commits, 2019/04/19
- 02/09: gnu: Add python-scp.,
guix-commits <=
- 03/09: gnu: Add python-deprecated., guix-commits, 2019/04/19
- 05/09: gnu: Add python-rellu., guix-commits, 2019/04/19
- 04/09: gnu: Add python-pygithub., guix-commits, 2019/04/19
- 06/09: gnu: Add python-robotframework., guix-commits, 2019/04/19
- 09/09: gnu: Add emacs-robot-mode., guix-commits, 2019/04/19
- 08/09: gnu: Add python-robotframework-lint., guix-commits, 2019/04/19
- 07/09: gnu: Add python-robotframework-sshlibrary., guix-commits, 2019/04/19