# Contributor: Lex Black # Contributor: Dominik StaƄczak # autogenerated with pip2pkgbuild pkgbase=python-pytest-watch pkgname=python-pytest-watch _module=pytest-watch pkgver=4.2.0 pkgrel=1 pkgdesc="Local continuous test runner with pytest and watchdog." url="https://github.com/joeyespo/pytest-watch" makedepends=('python-setuptools') depends=('python' 'python-watchdog') license=('MIT') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") md5sums=('9f854cdf60212c5d1a210c8991619ba4') build() { cd "${_module}-${pkgver}" python setup.py build } package() { cd "${_module}-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build }