python-paramiko: update to 1.15.2
This commit is contained in:
parent
b72122d0ca
commit
518adfdc8c
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'python-paramiko'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=1.15.1
|
version=1.15.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-crypto python3.4-crypto python-ecdsa python3.4-ecdsa"
|
|
||||||
depends="python-crypto python-ecdsa"
|
depends="python-crypto python-ecdsa"
|
||||||
pycompile_module="paramiko"
|
pycompile_module="paramiko"
|
||||||
short_desc="Python2 module that implements the SSH2 protocol"
|
short_desc="Python2 module that implements the SSH2 protocol"
|
||||||
|
@ -15,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://github.com/paramiko/paramiko"
|
homepage="https://github.com/paramiko/paramiko"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||||
checksum=6ed97e2281bb48728692cdc621f6b86a65fdc1d46b178ce250cfec10b977a04c
|
checksum=4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55
|
||||||
|
|
||||||
python3.4-paramiko_package() {
|
python3.4-paramiko_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue