# Template file for 'python-paramiko' pkgname=python-paramiko version=2.4.2 revision=1 archs=noarch wrksrc="${pkgname/python-/}-${version}" build_style=python-module pycompile_module="paramiko" hostmakedepends="python-setuptools python3-setuptools" depends="python-cryptography python-pyasn1 python-bcrypt python-pynacl" short_desc="Python2 SSH2 protocol library" maintainer="Alessio Sergi " homepage="http://www.paramiko.org/" license="LGPL-2.1-or-later" distfiles="${PYPI_SITE}/p/paramiko/paramiko-${version}.tar.gz" checksum=a8975a7df3560c9f1e2b43dc54ebd40fd00a7017392ca5445ce7df409f900fcb python3-paramiko_package() { archs=noarch pycompile_module="paramiko" depends="python3-cryptography python3-pyasn1 python3-bcrypt python3-pynacl" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } }