# Template file for 'python3-pytest-timeout' pkgname=python3-pytest-timeout version=2.1.0 revision=1 wrksrc="pytest-timeout-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pytest" checkdepends="${depends} python3-pexpect python3-pytest-cov" short_desc="Pytest plugin which will terminate tests after a certain timeout" maintainer="Tim Sandquist " license="MIT" homepage="https://github.com/pytest-dev/pytest-timeout/" distfiles="${PYPI_SITE}/p/pytest-timeout/pytest-timeout-${version}.tar.gz" checksum=c07ca07404c612f8abbe22294b23c368e2e5104b521c1790195561f37e1ac3d9 # Tests require package to be installed make_check=no post_install() { vlicense LICENSE }