python-paramiko: update to 2.7.1.
This commit is contained in:
parent
bf498330ab
commit
22142b49e6
|
@ -1,23 +1,21 @@
|
||||||
# Template file for 'python-paramiko'
|
# Template file for 'python-paramiko'
|
||||||
pkgname=python-paramiko
|
pkgname=python-paramiko
|
||||||
version=2.4.3
|
version=2.7.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="paramiko"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
|
depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl"
|
||||||
short_desc="Python2 SSH2 protocol library"
|
short_desc="Python2 SSH2 protocol library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.paramiko.org/"
|
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://www.paramiko.org/"
|
||||||
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz"
|
||||||
checksum=c6de454b3be8d35100d95d62b8073e429ed35326d574649f173c0acf7d72b2eb
|
checksum=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
|
||||||
|
|
||||||
python3-paramiko_package() {
|
python3-paramiko_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="paramiko"
|
|
||||||
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue