python-paramiko: update to 2.1.0
This commit is contained in:
parent
ea971e2cd5
commit
959e9bcf1a
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-paramiko'
|
||||
pkgname=python-paramiko
|
||||
version=2.0.2
|
||||
revision=2
|
||||
version=2.1.0
|
||||
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"
|
||||
short_desc="Python2 module that implements the SSH2 protocol"
|
||||
short_desc="Python2 SSH2 protocol library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/paramiko/paramiko"
|
||||
homepage="http://www.paramiko.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||
checksum=411bf90fa22b078a923ff19ef9772c1115a0953702db93549a2848acefd141dc
|
||||
checksum=6dd166fd72413b43d24c0578e8a8bac39752501a7745da36282cff850d37c7a6
|
||||
|
||||
python3-paramiko_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in New Issue