# Maintainer: Natanael Copa pkgname=sshuttle pkgver=1.0.5 pkgrel=3 pkgdesc="Transparent proxy server using ssh" url="https://github.com/sshuttle/sshuttle" arch="noarch" license="GPL-2.0-only" depends="python3 py3-psutil" makedepends="py3-setuptools" checkdepends="py3-pytest py3-pytest-cov py3-mock py3-flake8" options="!check" # TODO: fix testsuite source="https://github.com/sshuttle/sshuttle/archive/v$pkgver/sshuttle-$pkgver.tar.gz no-scm.patch " build() { echo "version = '$pkgver'" > sshuttle/version.py python3 setup.py build } check() { python3 setup.py test } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="d58cff77625eca0ffba44bd19553bb2043df99dac4e204b3269ffe1be6dae38009eb6ac42e575322b903945b406d6008f70360e0597bed3913c0ebf0562e9a68 sshuttle-1.0.5.tar.gz bdfcb1e88b4f2ce3906ed511697083ab789d5a8c1034bce25448cdd3195fb5e26ab403e7f3fdb97d4293cad4875dc08ed5071dafab145c70f654ab9ac40fb160 no-scm.patch"