python/paramiko: Updated for version 2.1.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
256816f5e3
commit
eed688fa18
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for paramiko
|
||||
|
||||
# Copyright 2008-2015 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=paramiko
|
||||
VERSION=${VERSION:-1.16.0}
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README docs $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README.rst docs $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="paramiko"
|
||||
VERSION="1.16.0"
|
||||
HOMEPAGE="https://github.com/paramiko/paramiko/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/paramiko/paramiko-1.16.0.tar.gz"
|
||||
MD5SUM="7e1203f5ffeb7d2bc2bffc4feb804216"
|
||||
VERSION="2.1.1"
|
||||
HOMEPAGE="http://www.paramiko.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/d1/5a/ebd00d884f30baf208359a027eb7b38372d81d0c004724bb1aa71ae43b37/paramiko-2.1.1.tar.gz"
|
||||
MD5SUM="9e8abe635baa6bb75a4cd55dcb56a264"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pycrypto ecdsa"
|
||||
REQUIRES="cryptography"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
|
|
Loading…
Reference in New Issue