pkgname=python-paramiko pkgver=3.5.0 pkgrel=1 pkgdesc="Python module that implements the SSH2 protocol" arch=('x86_64') url="https://github.com/paramiko/paramiko/" license=('LGPL-2.1-or-later') depends=('python-bcrypt' 'python-cryptography' 'python-pynacl') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') source=(https://github.com/paramiko/paramiko/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) sha256sums=(48881795cf60c9110e0e8e37404f16675712f1d0a47c0a367d9fa1510602b5e8) build() { cd ${pkgname#*-}-${pkgver} python3 -m build --wheel --skip-dependency-check --no-isolation } package() { cd ${pkgname#*-}-${pkgver} python3 -m installer -d ${pkgdir} dist/*.whl }