wok rev 21658

updated paramiko (1.7.7.1 -> 2.4.2)
author Hans-G?nter Theisgen
date Fri May 31 17:17:25 2019 +0100 (2019-05-31)
parents 5214b716a41a
children aaa14b79e365
files paramiko/receipt
line diff
     1.1 --- a/paramiko/receipt	Fri May 31 17:07:56 2019 +0100
     1.2 +++ b/paramiko/receipt	Fri May 31 17:17:25 2019 +0100
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="paramiko"
     1.7 -VERSION="1.7.7.1"
     1.8 +VERSION="2.4.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="module for python that implements the SSH2 protocol."
    1.11 +TAGS="ssh"
    1.12 +SHORT_DESC="Module for python that implements the SSH2 protocol."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="LGPL2.1"
    1.15 +WEB_SITE="http://www.paramiko.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.lag.net/paramiko"
    1.19 -WGET_URL="$WEB_SITE/download/$TARBALL"
    1.20 -TAGS="ssh"
    1.21 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz"
    1.22  
    1.23  DEPENDS="pycrypto"
    1.24 +BUILD_DEPENDS="python python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()