python-paramiko: update to 1.5.0
This commit is contained in:
parent
aafed5b248
commit
110e096d61
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-paramiko'
|
||||
pkgname=python-paramiko
|
||||
version=1.14.1
|
||||
version=1.15.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-/}-${version}"
|
||||
|
@ -8,18 +8,18 @@ build_style=python-module
|
|||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-crypto python3.4-crypto python-ecdsa python3.4-ecdsa"
|
||||
depends="python python-crypto python-ecdsa"
|
||||
depends="python-crypto python-ecdsa"
|
||||
pycompile_module="paramiko"
|
||||
short_desc="Python2 module that implements the SSH2 protocol"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="https://github.com/paramiko/paramiko"
|
||||
license="LGPL-2.1"
|
||||
distfiles="https://pypi.python.org/packages/source/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=02ef14cf8d116d71f44e84334b1cd5431e247501a9dbbbba4308786ac8b8aed0
|
||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=fbde40fe4af5bf9cbbe74bbe624c0f335137a1ce3e242fda4a6f2695e7bf2a4a
|
||||
|
||||
python3.4-paramiko_package() {
|
||||
noarch=yes
|
||||
depends="python3.4 python3.4-crypto python3.4-ecdsa"
|
||||
depends="python3.4-crypto python3.4-ecdsa"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="paramiko"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
|
Loading…
Reference in a new issue