python-paramiko: update to 2.0.0
This commit is contained in:
parent
93c835e4ce
commit
82e5e3f96e
1 changed files with 5 additions and 5 deletions
|
@ -1,26 +1,26 @@
|
|||
# Template file for 'python-paramiko'
|
||||
pkgname=python-paramiko
|
||||
version=1.16.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/python-/}-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-crypto python-ecdsa"
|
||||
pycompile_module="paramiko"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-cryptography python-pyasn1"
|
||||
short_desc="Python2 module that implements the SSH2 protocol"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/paramiko/paramiko"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=3297ebd3cd072f573772f7c7426939a443c62c458d54bb632ff30fd6ecf96892
|
||||
checksum=51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2
|
||||
|
||||
python3.4-paramiko_package() {
|
||||
noarch=yes
|
||||
depends="python3.4-crypto python3.4-ecdsa"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="paramiko"
|
||||
depends="python3.4-cryptography python3.4-pyasn1"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
|
|
Loading…
Reference in a new issue