wok rev 23277
updated paramiko (2.4.2 -> 2.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 28 16:39:40 2020 +0100 (2020-03-28) |
parents | a3322c07c687 |
children | 79c1549784d0 |
files | paramiko/receipt |
line diff
1.1 --- a/paramiko/receipt Sat Mar 28 16:34:30 2020 +0100 1.2 +++ b/paramiko/receipt Sat Mar 28 16:39:40 2020 +0100 1.3 @@ -1,18 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="paramiko" 1.7 -VERSION="2.4.2" 1.8 +VERSION="2.7.1" 1.9 CATEGORY="development" 1.10 TAGS="ssh" 1.11 SHORT_DESC="Module for python that implements the SSH2 protocol." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://www.paramiko.org/" 1.15 +WEB_SITE="https://www.paramiko.org/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" 1.19 1.20 -DEPENDS="python-cryptography python-pyasn1 python-bcrypt python-pynacl" 1.21 +DEPENDS="python-bcrypt python-cryptography python-pyasn1 python-pynacl" 1.22 BUILD_DEPENDS="python python-setuptools" 1.23 1.24 # Rules to configure and make the package. 1.25 @@ -24,5 +24,5 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - cp -a $install/usr $fs 1.30 + cp -a $install/usr $fs 1.31 }