# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=py3-sshutil _pkgname=sshutil _p="${_pkgname#?}" _p="${_pkgname%"$_p"}" pkgver=1.5.0 pkgrel=0 pkgdesc="SSH utility functions for Python" url="https://pypi.org/project/sshutil/" arch="noarch" license="Apache-2.0" depends="python3 py3-paramiko" makedepends="" subpackages="" source="https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/sshutil-$pkgver" build() { python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="14cc921e52e1f8f6c7b3031e57d6fc416d6e469c5b1b026ffc64078c51a8d05590579bf25515cda2e1224b7ca7d39e712738742a0cd9f05eb42639b25ecce27c sshutil-1.5.0.tar.gz"