diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2022-01-23 10:50:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:38 +0700 |
commit | 442c1c3a9dec40d955525be2ff8e1535598e6e1b (patch) | |
tree | 34f1f824ad63c57646325391d5242962deaf5a11 /python | |
parent | 1ba98bfcacf3bff46c85201d3916dd3ab7ba9a3c (diff) | |
download | slackbuilds-442c1c3a9dec40d955525be2ff8e1535598e6e1b.tar.gz |
python2-paramiko: Renamed from paramiko and updated to 2.9.2
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/boto/boto.info | 2 | ||||
-rw-r--r-- | python/fabric/fabric.info | 2 | ||||
-rw-r--r-- | python/paramiko/paramiko.info | 10 | ||||
-rw-r--r-- | python/paramiko/slack-desc | 19 | ||||
-rw-r--r-- | python/python2-paramiko/README (renamed from python/paramiko/README) | 0 | ||||
-rw-r--r-- | python/python2-paramiko/python2-paramiko.SlackBuild (renamed from python/paramiko/paramiko.SlackBuild) | 15 | ||||
-rw-r--r-- | python/python2-paramiko/python2-paramiko.info | 10 | ||||
-rw-r--r-- | python/python2-paramiko/slack-desc | 19 |
8 files changed, 39 insertions, 38 deletions
diff --git a/python/boto/boto.info b/python/boto/boto.info index e29c37f12e..58ebb126b5 100644 --- a/python/boto/boto.info +++ b/python/boto/boto.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/boto/boto/archive/2.42.0/boto-2.42.0.tar.gz" MD5SUM="289a7902cf980b601db89c805ee1f405" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="paramiko rsa python2-PyYAML simplejson" +REQUIRES="python2-paramiko rsa python2-PyYAML simplejson" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" diff --git a/python/fabric/fabric.info b/python/fabric/fabric.info index a754b6d0c7..4517639293 100644 --- a/python/fabric/fabric.info +++ b/python/fabric/fabric.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/2d/f8/8d847b77164b73e70a728f536c805ad MD5SUM="e8a954f72abe0e9cf779b8c2e975b7b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="paramiko" +REQUIRES="python2-paramiko" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" diff --git a/python/paramiko/paramiko.info b/python/paramiko/paramiko.info deleted file mode 100644 index c967e8ab88..0000000000 --- a/python/paramiko/paramiko.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="paramiko" -VERSION="2.4.1" -HOMEPAGE="http://www.paramiko.org/" -DOWNLOAD="https://pypi.python.org/packages/29/65/83181630befb17cd1370a6abb9a87957947a43c2332216e5975353f61d64/paramiko-2.4.1.tar.gz" -MD5SUM="f9fa1204f706767b6c179effa7c0fb9e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="cryptography" -MAINTAINER="Heinz Wiesinger" -EMAIL="pprkut@slackbuilds.org" diff --git a/python/paramiko/slack-desc b/python/paramiko/slack-desc deleted file mode 100644 index e5488fbac7..0000000000 --- a/python/paramiko/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -paramiko: paramiko (Python SSH module) -paramiko: -paramiko: "paramiko" is a combination of the esperanto words for "paranoid" -paramiko: and "friend". it's a module for python 2.2+ that implements the -paramiko: SSH2 protocol for secure (encrypted and authenticated) connections -paramiko: to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not -paramiko: require heirarchical certificates signed by a powerful central -paramiko: authority. -paramiko: -paramiko: Homepage: http://www.lag.net/paramiko/ -paramiko: diff --git a/python/paramiko/README b/python/python2-paramiko/README index 580e46a714..580e46a714 100644 --- a/python/paramiko/README +++ b/python/python2-paramiko/README diff --git a/python/paramiko/paramiko.SlackBuild b/python/python2-paramiko/python2-paramiko.SlackBuild index a5ad1b2000..7c0429c2db 100644 --- a/python/paramiko/paramiko.SlackBuild +++ b/python/python2-paramiko/python2-paramiko.SlackBuild @@ -1,8 +1,8 @@ #!/bin/bash -# Slackware build script for paramiko +# Slackware build script for python2-paramiko -# Copyright 2008-2018 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2022 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,9 @@ cd $(dirname $0) ; CWD=$(pwd) -PRGNAM=paramiko -VERSION=${VERSION:-2.4.1} +PRGNAM=python2-paramiko +SRCNAM=paramiko +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -55,9 +56,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/python/python2-paramiko/python2-paramiko.info b/python/python2-paramiko/python2-paramiko.info new file mode 100644 index 0000000000..ecc150f78f --- /dev/null +++ b/python/python2-paramiko/python2-paramiko.info @@ -0,0 +1,10 @@ +PRGNAM="python2-paramiko" +VERSION="2.9.2" +HOMEPAGE="http://www.paramiko.org/" +DOWNLOAD="https://files.pythonhosted.org/packages/ea/01/f4c41238b4e4cae41502598c79a62785bdfe9fb5bb54728775805bd0b5d8/paramiko-2.9.2.tar.gz" +MD5SUM="df65b3d7e0cfe6a4afe14b570d2ef240" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="python2-cryptography" +MAINTAINER="Heinz Wiesinger" +EMAIL="pprkut@slackbuilds.org" diff --git a/python/python2-paramiko/slack-desc b/python/python2-paramiko/slack-desc new file mode 100644 index 0000000000..7c2971bd3d --- /dev/null +++ b/python/python2-paramiko/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python2-paramiko: python2-paramiko (Python2 SSH module) +python2-paramiko: +python2-paramiko: "paramiko" is a combination of the esperanto words for "paranoid" +python2-paramiko: and "friend". it's a module for python 2.2+ that implements the +python2-paramiko: SSH2 protocol for secure (encrypted and authenticated) connections +python2-paramiko: to remote machines. Unlike SSL (aka TLS), SSH2 protocol does not +python2-paramiko: require heirarchical certificates signed by a powerful central +python2-paramiko: authority. +python2-paramiko: +python2-paramiko: Homepage: http://www.lag.net/paramiko/ +python2-paramiko: |