python-paramiko: update to 2.2.1
This commit is contained in:
parent
9139850a27
commit
dda9bbf678
|
@ -1,25 +1,25 @@
|
|||
# Template file for 'python-paramiko'
|
||||
pkgname=python-paramiko
|
||||
version=2.1.3
|
||||
version=2.2.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-/}-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="paramiko"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-cryptography python-pyasn1"
|
||||
depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
|
||||
short_desc="Python2 SSH2 protocol library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.paramiko.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=aac8214feacbf54a9f2c5643dbed4a80f804c6e7dfe01db598c17e845395bd8e
|
||||
checksum=ff94ae65379914ec3c960de731381f49092057b6dd1d24d18842ead5a2eb2277
|
||||
|
||||
python3-paramiko_package() {
|
||||
noarch=yes
|
||||
pycompile_module="paramiko"
|
||||
replaces="python3.4-paramiko>=0"
|
||||
depends="python3-cryptography python3-pyasn1"
|
||||
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in New Issue